diff --git a/audit-ci.jsonc b/audit-ci.jsonc index 435039347..2e3cd1df0 100644 --- a/audit-ci.jsonc +++ b/audit-ci.jsonc @@ -22,6 +22,8 @@ "GHSA-5854-jvxx-2cg9", // hapi-auth-basic>hapi>subtext "GHSA-2mvq-xp48-4c77", // hapi-auth-basic>hapi>subtext "GHSA-w5p7-h5w8-2hfq", // tap-spec>tap-out>trim - "GHSA-p9pc-299p-vxgp" // widdershins>yargs>yargs-parser + "GHSA-p9pc-299p-vxgp", // widdershins>yargs>yargs-parser + "GHSA-ghr5-ch3p-vcr6", // https://github.com/advisories/GHSA-ghr5-ch3p-vcr6 + "GHSA-cgfm-xwp7-2cvr" // https://github.com/advisories/GHSA-cgfm-xwp7-2cvr ] } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 06769f3b0..eed22ffc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "get-port": "5.1.1", "jsdoc": "4.0.3", "jsonpath": "1.1.1", - "nodemon": "3.1.2", + "nodemon": "3.1.3", "npm-check-updates": "16.14.20", "nyc": "15.1.0", "pre-commit": "1.2.2", @@ -11168,9 +11168,9 @@ "dev": true }, "node_modules/nodemon": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.2.tgz", - "integrity": "sha512-/Ib/kloefDy+N0iRTxIUzyGcdW9lzlnca2Jsa5w73bs3npXjg+WInmiX6VY13mIb6SykkthYX/U5t0ukryGqBw==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.3.tgz", + "integrity": "sha512-m4Vqs+APdKzDFpuaL9F9EVOF85+h070FnkHVEoU4+rmT6Vw0bmNl7s61VEkY/cJkL7RCv1p4urnUDUMrS5rk2w==", "dev": true, "dependencies": { "chokidar": "^3.5.2", diff --git a/package.json b/package.json index 29989b702..935271a0d 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "get-port": "5.1.1", "jsdoc": "4.0.3", "jsonpath": "1.1.1", - "nodemon": "3.1.2", + "nodemon": "3.1.3", "npm-check-updates": "16.14.20", "nyc": "15.1.0", "pre-commit": "1.2.2",