Bump comment-json from 4.1.1 to 4.2.3

Bumps [comment-json](https://github.com/kaelzhang/node-comment-json) from 4.1.1 to 4.2.3.
- [Release notes](https://github.com/kaelzhang/node-comment-json/releases)
- [Commits](https://github.com/kaelzhang/node-comment-json/compare/4.1.1...4.2.3)

---
updated-dependencies:
- dependency-name: comment-json
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-10-26 17:53:41 +00:00
committed by GitHub
parent 327b9e7467
commit 8b6e3711e3
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -17,7 +17,7 @@
"@types/mocha": "^10.0.0", "@types/mocha": "^10.0.0",
"@types/node": "^18.11.6", "@types/node": "^18.11.6",
"chai": "^4.3.6", "chai": "^4.3.6",
"comment-json": "^4.1.1", "comment-json": "^4.2.3",
"json-loader": "^0.5.7", "json-loader": "^0.5.7",
"mocha": "^10.1.0", "mocha": "^10.1.0",
"ts-loader": "^9.4.1", "ts-loader": "^9.4.1",
@@ -766,13 +766,13 @@
"peer": true "peer": true
}, },
"node_modules/comment-json": { "node_modules/comment-json": {
"version": "4.1.1", "version": "4.2.3",
"resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.1.1.tgz", "resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.2.3.tgz",
"integrity": "sha512-v8gmtPvxhBlhdRBLwdHSjGy9BgA23t9H1FctdQKyUrErPjSrJcdDMqBq9B4Irtm7w3TNYLQJNH6ARKnpyag1sA==", "integrity": "sha512-SsxdiOf064DWoZLH799Ata6u7iV658A11PlWtZATDlXPpKGJnbJZ5Z24ybixAi+LUUqJ/GKowAejtC5GFUG7Tw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"array-timsort": "^1.0.3", "array-timsort": "^1.0.3",
"core-util-is": "^1.0.2", "core-util-is": "^1.0.3",
"esprima": "^4.0.1", "esprima": "^4.0.1",
"has-own-prop": "^2.0.0", "has-own-prop": "^2.0.0",
"repeat-string": "^1.6.1" "repeat-string": "^1.6.1"
@@ -2996,13 +2996,13 @@
"peer": true "peer": true
}, },
"comment-json": { "comment-json": {
"version": "4.1.1", "version": "4.2.3",
"resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.1.1.tgz", "resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.2.3.tgz",
"integrity": "sha512-v8gmtPvxhBlhdRBLwdHSjGy9BgA23t9H1FctdQKyUrErPjSrJcdDMqBq9B4Irtm7w3TNYLQJNH6ARKnpyag1sA==", "integrity": "sha512-SsxdiOf064DWoZLH799Ata6u7iV658A11PlWtZATDlXPpKGJnbJZ5Z24ybixAi+LUUqJ/GKowAejtC5GFUG7Tw==",
"dev": true, "dev": true,
"requires": { "requires": {
"array-timsort": "^1.0.3", "array-timsort": "^1.0.3",
"core-util-is": "^1.0.2", "core-util-is": "^1.0.3",
"esprima": "^4.0.1", "esprima": "^4.0.1",
"has-own-prop": "^2.0.0", "has-own-prop": "^2.0.0",
"repeat-string": "^1.6.1" "repeat-string": "^1.6.1"

View File

@@ -40,7 +40,7 @@
"@types/mocha": "^10.0.0", "@types/mocha": "^10.0.0",
"@types/node": "^18.11.6", "@types/node": "^18.11.6",
"chai": "^4.3.6", "chai": "^4.3.6",
"comment-json": "^4.1.1", "comment-json": "^4.2.3",
"json-loader": "^0.5.7", "json-loader": "^0.5.7",
"mocha": "^10.1.0", "mocha": "^10.1.0",
"ts-loader": "^9.4.1", "ts-loader": "^9.4.1",