From 8aab9406d0d7c41994e793837c65e044d021dbe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 06:06:36 +0000 Subject: [PATCH] chore(deps): bump @babel/standalone from 7.12.12 to 7.20.0 in /client Bumps [@babel/standalone](https://github.com/babel/babel/tree/HEAD/packages/babel-standalone) from 7.12.12 to 7.20.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.20.0/packages/babel-standalone) --- updated-dependencies: - dependency-name: "@babel/standalone" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 28 +++------------------------- client/package.json | 2 +- 2 files changed, 4 insertions(+), 26 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 8f5fe1eaf92742..dea79027ee9115 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.0", + "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.20.0.tgz", + "integrity": "sha512-8toFReoMyknVN538KZYS9HJLUlpvibQiPQqt8TYFeyV+FlZUmM8TG2zcS8q4vAijCRLoAKT1EzeBVvbxjMfi9A==" }, "@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..42c4bb6f110f9d 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.0", "@fortawesome/fontawesome": "^1.1.8", "@fortawesome/fontawesome-svg-core": "^1.2.34", "@fortawesome/free-brands-svg-icons": "^5.15.2",