diff --git a/package-lock.json b/package-lock.json index 3e98af88..e715a954 100644 --- a/package-lock.json +++ b/package-lock.json @@ -312,12 +312,12 @@ } }, "node_modules/@babel/parser": { - "version": "7.27.5", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.5.tgz", - "integrity": "sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==", + "version": "7.27.7", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.7.tgz", + "integrity": "sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==", "license": "MIT", "dependencies": { - "@babel/types": "^7.27.3" + "@babel/types": "^7.27.7" }, "bin": { "parser": "bin/babel-parser.js" @@ -363,9 +363,9 @@ } }, "node_modules/@babel/types": { - "version": "7.27.3", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.3.tgz", - "integrity": "sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==", + "version": "7.27.7", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.7.tgz", + "integrity": "sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==", "license": "MIT", "dependencies": { "@babel/helper-string-parser": "^7.27.1", @@ -6243,7 +6243,7 @@ "version": "0.2.13", "license": "Apache-2.0", "dependencies": { - "@babel/parser": "^7.27.5", + "@babel/parser": "^7.27.7", "@jsdoc/name": "^0.1.1", "@jsdoc/util": "^0.3.4", "ast-module-types": "^6.0.1", diff --git a/packages/jsdoc-ast/package.json b/packages/jsdoc-ast/package.json index e5b4cfb6..d0d1b061 100644 --- a/packages/jsdoc-ast/package.json +++ b/packages/jsdoc-ast/package.json @@ -31,7 +31,7 @@ } }, "dependencies": { - "@babel/parser": "^7.27.5", + "@babel/parser": "^7.27.7", "@jsdoc/name": "^0.1.1", "@jsdoc/util": "^0.3.4", "ast-module-types": "^6.0.1",