0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00

chore(deps): bump detect-secrets for enhanced dev workflow

This commit is contained in:
Liran Tal 2019-07-27 13:32:11 +03:00
parent 293132772f
commit c9f1124fda
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.3",
"detect-secrets": "1.0.4",
"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.3:
version "1.0.3"
resolved "https://registry.npmjs.org/detect-secrets/-/detect-secrets-1.0.3.tgz#ad46e11bdffc96a9338118cf5952d1a0609d91a1"
integrity sha512-+qZ1S0Zssnz74uluISDHUkH7OpMI2tKbyn8PhQuNY/ffvZ4JvSCC9ouWAtE2Ac6726NtTip6GkNacSuxYpnAZw==
detect-secrets@1.0.4:
version "1.0.4"
resolved "https://registry.npmjs.org/detect-secrets/-/detect-secrets-1.0.4.tgz#28dd8630d8577f6e5b508143272529eed34d2d7c"
integrity sha512-XfVywZNrmj5lJqJQb+L9a5C31+XLy7sgoBV5eySUL2oIUbZjdFbLLxVT0010OU1vSpnoLDbJxIEoDNR3iRq8ng==
dependencies:
debug "^4.1.0"
which "^1.3.1"