diff --git a/package-lock.json b/package-lock.json index afde4ae3..fab94d90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@babel/core": "^7.23.6", "@babel/generator": "^7.23.6", "@babel/helper-module-transforms": "^7.23.3", - "@babel/parser": "^7.23.6", + "@babel/parser": "^7.23.9", "@babel/plugin-transform-modules-commonjs": "^7.23.3", "@babel/plugin-transform-react-jsx": "^7.23.4", "@babel/traverse": "^7.23.6", @@ -313,9 +313,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.6.tgz", - "integrity": "sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.9.tgz", + "integrity": "sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==", "bin": { "parser": "bin/babel-parser.js" }, diff --git a/package.json b/package.json index 8118e261..85ab235d 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@babel/core": "^7.23.6", "@babel/generator": "^7.23.6", "@babel/helper-module-transforms": "^7.23.3", - "@babel/parser": "^7.23.6", + "@babel/parser": "^7.23.9", "@babel/plugin-transform-modules-commonjs": "^7.23.3", "@babel/plugin-transform-react-jsx": "^7.23.4", "@babel/traverse": "^7.23.6",