fix: upgrade debug from 4.3.0 to 4.3.1 (#1446)

Snyk has created this PR to upgrade debug from 4.3.0 to 4.3.1.

See this package in npm:
https://www.npmjs.com/package/debug

See this project in Snyk:
https://app.snyk.io/org/anikethsaha/project/6efe7e04-4e52-497e-8ad5-570733cc577a?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
Snyk bot 2020-12-11 15:50:00 +02:00 committed by GitHub
parent da6e8d90c8
commit bc3350f6e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -16,9 +16,9 @@
}
},
"debug": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.0.tgz",
"integrity": "sha512-jjO6JD2rKfiZQnBoRzhRTbXjHLGLfH+UtGkWLc/UXAh/rzZMyjbgn0NcfFpqT8nd1kTtFnDiJcrIFkq4UKeJVg==",
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz",
"integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==",
"requires": {
"ms": "2.1.2"
}

View File

@ -15,7 +15,7 @@
"test": "echo 'hello'"
},
"dependencies": {
"debug": "^4.3.0",
"debug": "^4.3.1",
"docsify": "^4.11.6",
"dompurify": "^2.2.2",
"node-fetch": "^2.6.0",