Merge branch 'develop' into docker-local

This commit is contained in:
Joe Pea 2022-01-03 22:10:09 -08:00 committed by GitHub
commit aa91d9e475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"debug": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz",
"integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==",
"version": "4.3.3",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
"integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
"requires": {
"ms": "2.1.2"
}

View File

@ -15,7 +15,7 @@
"test": "echo 'hello'"
},
"dependencies": {
"debug": "^4.3.2",
"debug": "^4.3.3",
"docsify": "^4.12.1",
"dompurify": "^2.3.2",
"node-fetch": "^2.6.6",