diff --git a/packages/jsdoc-ast/package-lock.json b/packages/jsdoc-ast/package-lock.json index 01f12099..12a9ae97 100644 --- a/packages/jsdoc-ast/package-lock.json +++ b/packages/jsdoc-ast/package-lock.json @@ -9,7 +9,7 @@ "version": "0.2.1", "license": "Apache-2.0", "dependencies": { - "@babel/parser": "^7.22.0", + "@babel/parser": "^7.22.3", "lodash": "^4.17.21" }, "engines": { @@ -17,9 +17,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.22.0", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.0.tgz", - "integrity": "sha512-DA65VCJRetcFmJnt9/hEmRvXNCwk0V86dxG6p6N13hzDazaLRjGdTGPGgjxZOtLuFgWzOSRX4grybmRXwQ9bSg==", + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.3.tgz", + "integrity": "sha512-vrukxyW/ep8UD1UDzOYpTKQ6abgjFoeG6L+4ar9+c5TN9QnlqiOi6QK7LSR5ewm/ERyGkT/Ai6VboNrxhbr9Uw==", "bin": { "parser": "bin/babel-parser.js" }, @@ -35,9 +35,9 @@ }, "dependencies": { "@babel/parser": { - "version": "7.22.0", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.0.tgz", - "integrity": "sha512-DA65VCJRetcFmJnt9/hEmRvXNCwk0V86dxG6p6N13hzDazaLRjGdTGPGgjxZOtLuFgWzOSRX4grybmRXwQ9bSg==" + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.3.tgz", + "integrity": "sha512-vrukxyW/ep8UD1UDzOYpTKQ6abgjFoeG6L+4ar9+c5TN9QnlqiOi6QK7LSR5ewm/ERyGkT/Ai6VboNrxhbr9Uw==" }, "lodash": { "version": "4.17.21", diff --git a/packages/jsdoc-ast/package.json b/packages/jsdoc-ast/package.json index 54dd779d..e83b755a 100644 --- a/packages/jsdoc-ast/package.json +++ b/packages/jsdoc-ast/package.json @@ -31,7 +31,7 @@ } }, "dependencies": { - "@babel/parser": "^7.22.0", + "@babel/parser": "^7.22.3", "@jsdoc/core": "^0.5.1", "@jsdoc/util": "^0.3.0", "lodash": "^4.17.21"