0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-04 02:02:39 -05:00

build(deps): bump @verdaccio/local-storage from 8.2.0 to 8.4.2 (#1602)

Bumps [@verdaccio/local-storage](https://github.com/verdaccio/monorepo/tree/HEAD/plugins/local-storage) from 8.2.0 to 8.4.2.
- [Release notes](https://github.com/verdaccio/monorepo/releases)
- [Changelog](https://github.com/verdaccio/monorepo/blob/master/plugins/local-storage/CHANGELOG.md)
- [Commits](https://github.com/verdaccio/monorepo/commits/v8.4.2/plugins/local-storage)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-06 18:31:55 +01:00 committed by Juan Picado @jotadeveloper
parent 31c067ec6e
commit a160790036
2 changed files with 32 additions and 14 deletions

View file

@ -17,7 +17,7 @@
},
"dependencies": {
"@verdaccio/commons-api": "8.3.0",
"@verdaccio/local-storage": "8.2.0",
"@verdaccio/local-storage": "8.4.2",
"@verdaccio/readme": "8.2.0",
"@verdaccio/streams": "8.2.0",
"@verdaccio/ui-theme": "0.3.2",

View file

@ -1666,7 +1666,7 @@
babel-plugin-dynamic-import-node "2.3.0"
babel-plugin-emotion "10.0.17"
"@verdaccio/commons-api@8.3.0", "@verdaccio/commons-api@^8.2.0", "@verdaccio/commons-api@^8.3.0":
"@verdaccio/commons-api@8.3.0":
version "8.3.0"
resolved "https://registry.verdaccio.org/@verdaccio%2fcommons-api/-/commons-api-8.3.0.tgz#3a4b07b63561b21bfc8242330da528e12788635e"
integrity sha512-MfXwbPa41mjkjCOFr6QOgThBzmtL1cuQuViurPQXpLsNeTC1EuZ1BkNjbrnOfEQuFKWsWmtLd8tEUP0hNcLMcg==
@ -1674,6 +1674,14 @@
http-errors "1.7.3"
http-status-codes "1.3.2"
"@verdaccio/commons-api@^8.2.0", "@verdaccio/commons-api@^8.3.0", "@verdaccio/commons-api@^8.4.2":
version "8.4.2"
resolved "https://registry.verdaccio.org/@verdaccio%2fcommons-api/-/commons-api-8.4.2.tgz#1b6243c5a35d7947590f3b7e51ce04cbfb70d4c6"
integrity sha512-h7ThJLEOXrJ0NwxqTGbbLJbq7bS4qWXHYCEBvonfz8194lpB46cGzZKPZIzrAP5THO7nZdlIHLLkoRCZOFT0Kg==
dependencies:
http-errors "1.7.3"
http-status-codes "1.4.0"
"@verdaccio/eslint-config@8.1.0":
version "8.1.0"
resolved "https://registry.verdaccio.org/@verdaccio%2feslint-config/-/eslint-config-8.1.0.tgz#26d0e27842f6f95ecc13cae19ffffcc7707867dc"
@ -1697,21 +1705,21 @@
dependencies:
lockfile "1.0.4"
"@verdaccio/file-locking@^8.2.0":
version "8.2.0"
resolved "https://registry.verdaccio.org/@verdaccio%2ffile-locking/-/file-locking-8.2.0.tgz#d6c76315fdf4022ae453f92ac12f1cf4d5a64f1c"
integrity sha512-s3gzuRWN2IgaEUPtwsnB24gRRVFaD26fbh+32RN7hcxlqCtZh8s7spKu5cFYCxtyoYkFVFxn3PsJcWkGaKda7Q==
"@verdaccio/file-locking@^8.4.2":
version "8.4.2"
resolved "https://registry.verdaccio.org/@verdaccio%2ffile-locking/-/file-locking-8.4.2.tgz#007b15a4f131d9e6bd482c8e631e03b4df9fe647"
integrity sha512-XsniyZl2YzbDGf7wsemM97RG/sqtX4/3dfy2quwULKd5WnNtSbX/ewm8EJyL8Ajsfx3y3xtzX9+jj6+7TBGE8g==
dependencies:
lockfile "1.0.4"
"@verdaccio/local-storage@8.2.0":
version "8.2.0"
resolved "https://registry.verdaccio.org/@verdaccio%2flocal-storage/-/local-storage-8.2.0.tgz#d09406b8738e949ff247fef71386de0e8a1de0f1"
integrity sha512-gIamhfr7TwXAmOv/2NNr/Cisr9UextH/8w3qPnzdAMuZWAyquiZK9/z/DLDZm04H9A6pP9oaSfjXydUVeD4ZYg==
"@verdaccio/local-storage@8.4.2":
version "8.4.2"
resolved "https://registry.verdaccio.org/@verdaccio%2flocal-storage/-/local-storage-8.4.2.tgz#b05653eefc7d721fc283a1dd3bfb0436606f1a70"
integrity sha512-vr/1bzg4Tj5qpyTnlNybo2aNLwK7iDHiV1fBstJvrMULVm+XflKeJLTdb2tTGUD0QI6jp1E7oLhH0ob57bdxDg==
dependencies:
"@verdaccio/commons-api" "^8.2.0"
"@verdaccio/file-locking" "^8.2.0"
"@verdaccio/streams" "^8.2.0"
"@verdaccio/commons-api" "^8.4.2"
"@verdaccio/file-locking" "^8.4.2"
"@verdaccio/streams" "^8.4.2"
async "3.1.0"
level "5.0.1"
lodash "4.17.15"
@ -1726,11 +1734,16 @@
jsdom "15.2.0"
marked "0.7.0"
"@verdaccio/streams@8.2.0", "@verdaccio/streams@^8.2.0":
"@verdaccio/streams@8.2.0":
version "8.2.0"
resolved "https://registry.verdaccio.org/@verdaccio%2fstreams/-/streams-8.2.0.tgz#3135945bd8445b2af27ea888eb9989071df9afa9"
integrity sha512-gwMHKVoJMWuI6dMxrekiv1gcNEpll/K6uj4juOjTwhp6IULUDbza7T6FHj3I5p5zxREEkiNGnCWmZki0437qEQ==
"@verdaccio/streams@^8.2.0", "@verdaccio/streams@^8.4.2":
version "8.4.2"
resolved "https://registry.verdaccio.org/@verdaccio%2fstreams/-/streams-8.4.2.tgz#5941c549118fce94ff00a7c516b810d2d0af97d0"
integrity sha512-dh155sB5eg8l8uOAG2ewuaDu/mAGv6/Ymz6p/5bWBQRSF5XT1U8MrY7sw+QAohN3wm6pUYqdFtvTIAQ7QOLL7Q==
"@verdaccio/types@8.1.0":
version "8.1.0"
resolved "https://registry.verdaccio.org/@verdaccio%2ftypes/-/types-8.1.0.tgz#298baa1c0bffd340022537a1d9b064b82b4ae497"
@ -4336,6 +4349,11 @@ http-status-codes@1.3.2:
resolved "https://registry.verdaccio.org/http-status-codes/-/http-status-codes-1.3.2.tgz#181dfa4455ef454e5e4d827718fca3936680d10d"
integrity sha512-nDUtj0ltIt08tGi2VWSpSzNNFye0v3YSe9lX3lIqLTuVvvRiYCvs4QQBSHo0eomFYw1wlUuofurUAlTm+vHnXg==
http-status-codes@1.4.0:
version "1.4.0"
resolved "https://registry.verdaccio.org/http-status-codes/-/http-status-codes-1.4.0.tgz#6e4c15d16ff3a9e2df03b89f3a55e1aae05fb477"
integrity sha512-JrT3ua+WgH8zBD3HEJYbeEgnuQaAnUeRRko/YojPAJjGmIfGD3KPU/asLdsLwKjfxOmQe5nXMQ0pt/7MyapVbQ==
https-proxy-agent@^2.2.1:
version "2.2.4"
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz#4ee7a737abd92678a293d9b34a1af4d0d08c787b"