diff --git a/package-lock.json b/package-lock.json index e646a21a..60a27c47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@oclif/plugin-version": "^2.2.53", "@readme/openapi-parser": "^5.0.1", "chokidar": "^4.0.3", - "comment-json": "^4.6.2", + "comment-json": "^5.0.0", "cosmiconfig": "^9.0.0", "graphology": "^0.26.0", "inquirer": "^8.2.6", @@ -7183,9 +7183,9 @@ } }, "node_modules/comment-json": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.6.2.tgz", - "integrity": "sha512-R2rze/hDX30uul4NZoIZ76ImSJLFxn/1/ZxtKC1L77y2X1k+yYu1joKbAtMA2Fg3hZrTOiw0I5mwVMo0cf250w==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/comment-json/-/comment-json-5.0.0.tgz", + "integrity": "sha512-uiqLcOiVDJtBP8WGkZHEP+FZIhTzP1dxvn59EfoYUi9gqupjrBWVQkO2atDrbnKPwLeotFYDsuNb26uBMqB+hw==", "license": "MIT", "dependencies": { "array-timsort": "^1.0.3", diff --git a/package.json b/package.json index d72e24c3..a4f84a16 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@oclif/plugin-version": "^2.2.53", "@readme/openapi-parser": "^5.0.1", "chokidar": "^4.0.3", - "comment-json": "^4.6.2", + "comment-json": "^5.0.0", "cosmiconfig": "^9.0.0", "graphology": "^0.26.0", "inquirer": "^8.2.6",