summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-11-20 05:53:04 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2020-11-20 12:13:13 +0100
commitc4e2db04689a626a7d67dc6c9d14ace38eef7b78 (patch)
treeee01ba8dc73774c20e0ebe6469e3d3ce7c21da7b
parent260f0e6caee406f24a9756a2792bf81709d22b80 (diff)
Bump debug from 4.2.0 to 4.3.1 in /js
Bumps [debug](https://github.com/visionmedia/debug) from 4.2.0 to 4.3.1. - [Release notes](https://github.com/visionmedia/debug/releases) - [Commits](https://github.com/visionmedia/debug/compare/4.2.0...4.3.1) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--js/package-lock.json6
-rw-r--r--js/package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/js/package-lock.json b/js/package-lock.json
index ea06a5934..b85881cda 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -1284,9 +1284,9 @@
"dev": true
},
"debug": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz",
- "integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==",
+ "version": "4.3.1",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz",
+ "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==",
"requires": {
"ms": "2.1.2"
},
diff --git a/js/package.json b/js/package.json
index d39faf5fd..052c21340 100644
--- a/js/package.json
+++ b/js/package.json
@@ -57,7 +57,7 @@
"angular-mocks": "^1.8.2",
"angular-route": "^1.8.2",
"angular-sanitize": "^1.8.2",
- "debug": "^4.2.0",
+ "debug": "^4.3.1",
"masonry-layout": "^4.2.2",
"moment": "^2.29.1"
}