diff --git a/package-lock.json b/package-lock.json index 54c1d255..0d925df6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@babel/core": "^7.22.11", "@babel/generator": "^7.22.10", "@babel/helper-module-transforms": "^7.22.9", - "@babel/parser": "^7.22.13", + "@babel/parser": "^7.22.15", "@babel/plugin-transform-modules-commonjs": "^7.22.11", "@babel/plugin-transform-react-jsx": "^7.22.5", "@babel/traverse": "^7.22.11", @@ -324,9 +324,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.22.13", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.13.tgz", - "integrity": "sha512-3l6+4YOvc9wx7VlCSw4yQfcBo01ECA8TicQfbnCPuCEpRQrf+gTUyGdxNw+pyTUyywp6JRD1w0YQs9TpBXYlkw==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.15.tgz", + "integrity": "sha512-RWmQ/sklUN9BvGGpCDgSubhHWfAx24XDTDObup4ffvxaYsptOg2P3KG0j+1eWKLxpkX0j0uHxmpq2Z1SP/VhxA==", "bin": { "parser": "bin/babel-parser.js" }, diff --git a/package.json b/package.json index 0afc7883..6b28e499 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@babel/core": "^7.22.11", "@babel/generator": "^7.22.10", "@babel/helper-module-transforms": "^7.22.9", - "@babel/parser": "^7.22.13", + "@babel/parser": "^7.22.15", "@babel/plugin-transform-modules-commonjs": "^7.22.11", "@babel/plugin-transform-react-jsx": "^7.22.5", "@babel/traverse": "^7.22.11",