Skip to content

Commit

Permalink
fix: upgrade debug from 4.3.1 to 4.3.2
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade debug from 4.3.1 to 4.3.2.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/marcus13345/project/8a4d5b75-762e-4298-9731-d9d12ef6d7f6?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot committed May 25, 2021
1 parent bc20d53 commit 7213e09
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"@types/rimraf": "^3.0.0",
"@types/tmp": "^0.2.0",
"debug": "^4.3.1",
"debug": "^4.3.2",
"fs-extra": "^10.0.0",
"lodash": "^4.17.21",
"moo": "^0.5.1",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -403,12 +403,19 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.1:
shebang-command "^2.0.0"
which "^2.0.1"

debug@4, [email protected], debug@^4.3.1:
debug@4, [email protected]:
version "4.3.1"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
dependencies:
ms "2.1.2"

debug@^4.3.2:
version "4.3.2"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
dependencies:
ms "2.1.2"

decamelize@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-4.0.0.tgz#aa472d7bf660eb15f3494efd531cab7f2a709837"
Expand Down

0 comments on commit 7213e09

Please sign in to comment.