diff --git a/client/package-lock.json b/client/package-lock.json index 8f5fe1eaf92742..26902861943d25 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1948,9 +1948,9 @@ } }, "@babel/standalone": { - "version": "7.12.12", - "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.12.12.tgz", - "integrity": "sha512-sHuNDN9NvPHsDAmxPD3RpsIeqCoFSW+ySa6+3teInrYe9y0Gn5swLQ2ZE7Zk6L8eBBESZM2ob1l98qWauQfDMA==" + "version": "7.20.6", + "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.20.6.tgz", + "integrity": "sha512-u5at/CbBLETf7kx2LOY4XdhseD79Y099WZKAOMXeT8qvd9OSR515my2UNBBLY4qIht/Qi9KySeQHQwQwxJN4Sw==" }, "@babel/template": { "version": "7.10.4", @@ -11879,20 +11879,6 @@ } } }, - "gatsby-core-utils": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.8.0.tgz", - "integrity": "sha512-MurWnytVVG9rOai0oAdcCsLODqj7P7Y9ndoAswHDk6hrlsWwiRMOsDS1kEyL7n2BM7lhgzZ+gz9OaOukqU1BhA==", - "requires": { - "ci-info": "2.0.0", - "configstore": "^5.0.1", - "fs-extra": "^8.1.0", - "node-object-hash": "^2.0.0", - "proper-lockfile": "^4.1.1", - "tmp": "^0.2.1", - "xdg-basedir": "^4.0.0" - } - }, "gatsby-graphiql-explorer": { "version": "0.10.0", "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.10.0.tgz", @@ -12360,14 +12346,6 @@ } } }, - "gatsby-plugin-utils": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-0.7.0.tgz", - "integrity": "sha512-fClolFlWQvczukRQhLfdFtz9GXIehgf567HJbggC2oPkVT0NCwwNPAAjVq1CcmxQE8k/kcp7kxQVc86pVcWuzA==", - "requires": { - "joi": "^17.2.1" - } - }, "gatsby-react-router-scroll": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-3.6.0.tgz", diff --git a/client/package.json b/client/package.json index 665cae77fd95ad..0a6950ee658e19 100644 --- a/client/package.json +++ b/client/package.json @@ -8,7 +8,7 @@ "@babel/plugin-proposal-export-default-from": "^7.12.1", "@babel/plugin-proposal-function-bind": "^7.12.1", "@babel/polyfill": "^7.12.1", - "@babel/standalone": "^7.12.12", + "@babel/standalone": "^7.20.6", "@fortawesome/fontawesome": "^1.1.8", "@fortawesome/fontawesome-svg-core": "^1.2.34", "@fortawesome/free-brands-svg-icons": "^5.15.2",