0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05:00

fix: upgrade to 1.0.2 which solves the docker issue

This commit is contained in:
Liran Tal 2019-07-09 13:49:09 +01:00
parent 9ef6808d4e
commit aa8f1d3318
No known key found for this signature in database
GPG key ID: 073F633B3575FF1E
2 changed files with 5 additions and 5 deletions

View file

@ -70,7 +70,7 @@
"@verdaccio/types": "5.2.2",
"codecov": "3.5.0",
"cross-env": "5.2.0",
"detect-secrets": "1.0.1",
"detect-secrets": "1.0.2",
"eslint": "5.16.0",
"get-stdin": "7.0.0",
"husky": "2.7.0",

View file

@ -3089,10 +3089,10 @@ detect-newline@^2.1.0:
resolved "https://registry.verdaccio.org/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2"
integrity sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I=
detect-secrets@1.0.1:
version "1.0.1"
resolved "https://registry.npmjs.org/detect-secrets/-/detect-secrets-1.0.1.tgz#c359bb655a0977d0342a648e11e5504051860f5c"
integrity sha512-aVrNH3Cj708lX99yVQBgnQflQiNjxjMZcbEHGHQqdxw2wHpBJFM8lcRG1c5XpRPgNmQSrYW3NffgW8Qd2VfBxg==
detect-secrets@1.0.2:
version "1.0.2"
resolved "https://registry.npmjs.org/detect-secrets/-/detect-secrets-1.0.2.tgz#f0093ca4db1d54908e3b3c90be98f88dbb11676f"
integrity sha512-Ap9hetQaNlHfxGRSlDrfoEIPQAduR9E1FijJj6AN1zYeW/r6GB5jXfM92dhfA7PaFvywh2BreA4J8nQFiE8AJg==
dependencies:
debug "^4.1.0"
which "^1.3.1"