diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-18 12:02:59 +0000 |
---|---|---|
committer | Benjamin Brahmer <info@b-brahmer.de> | 2022-03-18 15:19:29 +0100 |
commit | 239f3a49b8791827949115aa0fdad47ae53abca2 (patch) | |
tree | 3c4e14fc1135cb3828457a769f1b013168984abc | |
parent | c49e0fb4f43d6bda80eae9d075ff49e346e1dee4 (diff) |
Bump debug from 4.3.3 to 4.3.4 in /js
Bumps [debug](https://github.com/debug-js/debug) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/debug-js/debug/releases)
- [Commits](https://github.com/debug-js/debug/compare/4.3.3...4.3.4)
---
updated-dependencies:
- dependency-name: debug
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | js/package-lock.json | 6 | ||||
-rw-r--r-- | js/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/js/package-lock.json b/js/package-lock.json index 42daaac90..9fac228dc 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1344,9 +1344,9 @@ "dev": true }, "debug": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", - "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "requires": { "ms": "2.1.2" }, diff --git a/js/package.json b/js/package.json index cecdd925b..458c67b45 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.3.3", + "debug": "^4.3.4", "masonry-layout": "^4.2.2" } } |