diff --git a/package-lock.json b/package-lock.json index 51586ffb..9b7814c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@babel/plugin-transform-modules-commonjs": "^7.23.3", "@babel/plugin-transform-react-jsx": "^7.23.4", "@babel/traverse": "^7.23.5", - "@babel/types": "^7.23.5", + "@babel/types": "^7.23.6", "babel-plugin-dynamic-import-node": "^2.3.3", "base32.js": "^0.1.0", "convert-source-map": "^2.0.0", @@ -608,9 +608,9 @@ } }, "node_modules/@babel/types": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.5.tgz", - "integrity": "sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.6.tgz", + "integrity": "sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==", "dependencies": { "@babel/helper-string-parser": "^7.23.4", "@babel/helper-validator-identifier": "^7.22.20", diff --git a/package.json b/package.json index df6a0e00..7ecd0322 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@babel/plugin-transform-modules-commonjs": "^7.23.3", "@babel/plugin-transform-react-jsx": "^7.23.4", "@babel/traverse": "^7.23.5", - "@babel/types": "^7.23.5", + "@babel/types": "^7.23.6", "babel-plugin-dynamic-import-node": "^2.3.3", "base32.js": "^0.1.0", "convert-source-map": "^2.0.0",