mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
build(deps): bump @verdaccio/commons-api from 8.2.0 to 8.3.0 (#1555)
Bumps [@verdaccio/commons-api](https://github.com/verdaccio/monorepo/tree/HEAD/core/commons-api) from 8.2.0 to 8.3.0. - [Release notes](https://github.com/verdaccio/monorepo/releases) - [Changelog](https://github.com/verdaccio/monorepo/blob/master/core/commons-api/CHANGELOG.md) - [Commits](https://github.com/verdaccio/monorepo/commits/v8.3.0/core/commons-api) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
cd8228baed
commit
241b0e51f7
2 changed files with 15 additions and 9 deletions
|
@ -16,7 +16,7 @@
|
|||
"verdaccio": "./bin/verdaccio"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/commons-api": "8.2.0",
|
||||
"@verdaccio/commons-api": "8.3.0",
|
||||
"@verdaccio/local-storage": "8.2.0",
|
||||
"@verdaccio/readme": "8.2.0",
|
||||
"@verdaccio/streams": "8.2.0",
|
||||
|
|
22
yarn.lock
22
yarn.lock
|
@ -1643,12 +1643,13 @@
|
|||
babel-plugin-dynamic-import-node "2.3.0"
|
||||
babel-plugin-emotion "10.0.17"
|
||||
|
||||
"@verdaccio/commons-api@8.2.0", "@verdaccio/commons-api@^8.2.0":
|
||||
version "8.2.0"
|
||||
resolved "https://registry.verdaccio.org/@verdaccio%2fcommons-api/-/commons-api-8.2.0.tgz#0ed20a7feba6af02bc525f36c46834971b9fd0a7"
|
||||
integrity sha512-dypbrd/3gmuAfLW3cUdkQ0NwQdtrGfEjv4qJ+Qw6/jnNf7goGmI/94XwqgIAZdmPN+JH99r7kwa9qHtfUyYWvA==
|
||||
"@verdaccio/commons-api@8.3.0", "@verdaccio/commons-api@^8.2.0":
|
||||
version "8.3.0"
|
||||
resolved "https://registry.verdaccio.org/@verdaccio%2fcommons-api/-/commons-api-8.3.0.tgz#3a4b07b63561b21bfc8242330da528e12788635e"
|
||||
integrity sha512-MfXwbPa41mjkjCOFr6QOgThBzmtL1cuQuViurPQXpLsNeTC1EuZ1BkNjbrnOfEQuFKWsWmtLd8tEUP0hNcLMcg==
|
||||
dependencies:
|
||||
http-errors "1.7.3"
|
||||
http-status-codes "1.3.2"
|
||||
|
||||
"@verdaccio/eslint-config@8.1.0":
|
||||
version "8.1.0"
|
||||
|
@ -4132,10 +4133,10 @@ growly@^1.3.0:
|
|||
resolved "https://registry.verdaccio.org/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
|
||||
integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
|
||||
|
||||
handlebars@4.3.1:
|
||||
version "4.3.1"
|
||||
resolved "https://registry.verdaccio.org/handlebars/-/handlebars-4.3.1.tgz#6febc1890851f62a8932d495cc88d29390fa850d"
|
||||
integrity sha512-c0HoNHzDiHpBt4Kqe99N8tdLPKAnGCQ73gYMPWtAYM4PwGnf7xl8PBUHJqh9ijlzt2uQKaSRxbXRt+rZ7M2/kA==
|
||||
handlebars@4.4.5:
|
||||
version "4.4.5"
|
||||
resolved "https://registry.verdaccio.org/handlebars/-/handlebars-4.4.5.tgz#1b1f94f9bfe7379adda86a8b73fb570265a0dddd"
|
||||
integrity sha512-0Ce31oWVB7YidkaTq33ZxEbN+UDxMMgThvCe8ptgQViymL5DPis9uLdTA13MiRPhgvqyxIegugrP97iK3JeBHg==
|
||||
dependencies:
|
||||
neo-async "^2.6.0"
|
||||
optimist "^0.6.1"
|
||||
|
@ -4285,6 +4286,11 @@ http-signature@~1.2.0:
|
|||
jsprim "^1.2.2"
|
||||
sshpk "^1.7.0"
|
||||
|
||||
http-status-codes@1.3.2:
|
||||
version "1.3.2"
|
||||
resolved "https://registry.verdaccio.org/http-status-codes/-/http-status-codes-1.3.2.tgz#181dfa4455ef454e5e4d827718fca3936680d10d"
|
||||
integrity sha512-nDUtj0ltIt08tGi2VWSpSzNNFye0v3YSe9lX3lIqLTuVvvRiYCvs4QQBSHo0eomFYw1wlUuofurUAlTm+vHnXg==
|
||||
|
||||
https-proxy-agent@^2.2.1:
|
||||
version "2.2.2"
|
||||
resolved "https://registry.verdaccio.org/https-proxy-agent/-/https-proxy-agent-2.2.2.tgz#271ea8e90f836ac9f119daccd39c19ff7dfb0793"
|
||||
|
|
Loading…
Add table
Reference in a new issue