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/steveukx/project/24b6d537-bd35-41f3-a2eb-09b40f87643f?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot committed Feb 23, 2021
1 parent d3e8dc7 commit 4b6eda8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@kwsites/file-exists": "^1.1.1",
"@kwsites/promise-deferred": "^1.1.1",
"debug": "^4.3.1"
"debug": "^4.3.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2067,10 +2067,10 @@ debug@^4.1.0, debug@^4.1.1:
dependencies:
ms "^2.1.1"

debug@^4.3.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
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"

Expand Down

0 comments on commit 4b6eda8

Please sign in to comment.