diff --git a/client/package-lock.json b/client/package-lock.json index 75887ee9cf..35daf2c569 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -3168,9 +3168,9 @@ } }, "@babel/standalone": { - "version": "7.12.16", - "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.12.16.tgz", - "integrity": "sha512-QAJjWYSZYICtMtuJQCAlnhyhwPXMgnl2Bqp9MyxKfiE6u5/GTuEdw3Ay47re2DLxSiYVaST5uRLjyhE0igkXeQ==" + "version": "7.12.18", + "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.12.18.tgz", + "integrity": "sha512-W0obE/93ZPhDfJRUUotmks4lDsZBUWdjir2Z944FnvjK7rl9MDsFa8NW7jvsPjOzImp6uBIpf/dItCgjbVOr1Q==" }, "@babel/template": { "version": "7.10.4", diff --git a/client/package.json b/client/package.json index 3662c18ce4..c1be00f3d3 100644 --- a/client/package.json +++ b/client/package.json @@ -8,7 +8,7 @@ "@babel/plugin-proposal-export-default-from": "^7.12.13", "@babel/plugin-proposal-function-bind": "^7.12.13", "@babel/polyfill": "^7.12.1", - "@babel/standalone": "^7.12.16", + "@babel/standalone": "^7.12.18", "@fortawesome/fontawesome": "^1.1.8", "@fortawesome/fontawesome-svg-core": "^1.2.34", "@fortawesome/free-brands-svg-icons": "^5.15.2",