diff --git a/package.json b/package.json index f2d05cb1ed064..854cea0474a24 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "devDependencies": { - "@babel/core": "^7.14.0", - "@babel/eslint-parser": "^7.14.0", + "@babel/core": "^7.15.0", + "@babel/eslint-parser": "^7.15.0", "@babel/eslint-plugin": "^7.14.0", - "@babel/node": "^7.14.0", - "@babel/plugin-transform-typescript": "^7.14.0", - "@babel/runtime": "^7.14.0", + "@babel/node": "^7.14.9", + "@babel/plugin-transform-typescript": "^7.15.0", + "@babel/runtime": "^7.15.3", "@lerna/prompt": "3.18.5", "@types/babel__code-frame": "^7.0.2", "@types/better-queue": "^3.8.2", diff --git a/packages/babel-plugin-remove-graphql-queries/package.json b/packages/babel-plugin-remove-graphql-queries/package.json index 5eb817d1bd0b7..1262d5ef1a5d3 100644 --- a/packages/babel-plugin-remove-graphql-queries/package.json +++ b/packages/babel-plugin-remove-graphql-queries/package.json @@ -10,7 +10,7 @@ "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-plugin-remove-graphql-queries#readme", "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", "gatsby-core-utils": "^2.14.0-next.1" @@ -30,6 +30,6 @@ "node": ">=12.13.0" }, "dependencies": { - "@babel/runtime": "^7.14.8" + "@babel/runtime": "^7.15.3" } } diff --git a/packages/babel-preset-gatsby-package/package.json b/packages/babel-preset-gatsby-package/package.json index b9d823dab06f8..c977a9fd8a8d8 100644 --- a/packages/babel-preset-gatsby-package/package.json +++ b/packages/babel-preset-gatsby-package/package.json @@ -12,20 +12,20 @@ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5", "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-runtime": "^7.14.5", - "@babel/plugin-transform-typescript": "^7.14.6", - "@babel/preset-env": "^7.14.9", + "@babel/plugin-transform-runtime": "^7.15.0", + "@babel/plugin-transform-typescript": "^7.15.0", + "@babel/preset-env": "^7.15.0", "@babel/preset-flow": "^7.14.0", "@babel/preset-react": "^7.14.0", - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "babel-plugin-dynamic-import-node": "^2.3.3", "core-js": "^3.10.0" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "@babel/helper-plugin-test-runner": "7.14.5", - "@babel/plugin-transform-modules-commonjs": "^7.14.5", + "@babel/plugin-transform-modules-commonjs": "^7.15.0", "@types/babel__core": "^7.1.15" }, "peerDependencies": { diff --git a/packages/babel-preset-gatsby/package.json b/packages/babel-preset-gatsby/package.json index aaa0ca9bc4829..bf586acf75b3a 100644 --- a/packages/babel-preset-gatsby/package.json +++ b/packages/babel-preset-gatsby/package.json @@ -14,11 +14,11 @@ "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-transform-classes": "^7.14.9", - "@babel/plugin-transform-runtime": "^7.14.5", + "@babel/plugin-transform-runtime": "^7.15.0", "@babel/plugin-transform-spread": "^7.14.6", - "@babel/preset-env": "^7.14.9", + "@babel/preset-env": "^7.15.0", "@babel/preset-react": "^7.14.0", - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", diff --git a/packages/create-gatsby/package.json b/packages/create-gatsby/package.json index d1c14a4fe2cf5..630865935e1d3 100644 --- a/packages/create-gatsby/package.json +++ b/packages/create-gatsby/package.json @@ -17,7 +17,7 @@ ], "devDependencies": { "@ascorbic/worker-threads-shim": "^1.0.0", - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "@types/configstore": "^4.0.0", "@types/fs-extra": "^9.0.12", "@types/node": "^14.17.9", @@ -44,6 +44,6 @@ }, "author": "Matt Kane ", "dependencies": { - "@babel/runtime": "^7.14.8" + "@babel/runtime": "^7.15.3" } } diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index 072f2b7e82a23..5e73075a586de 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -65,6 +65,6 @@ "watch": "nodemon --watch src --ext js,ts,tsx,json --exec \"yarn run build\"" }, "dependencies": { - "@babel/runtime": "^7.14.8" + "@babel/runtime": "^7.15.3" } } diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 8c983c3456304..6f422e82fe39e 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@babel/code-frame": "^7.14.0", - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "@types/common-tags": "^1.8.0", "better-opn": "^2.0.0", "chalk": "^4.1.2", @@ -52,7 +52,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^17.1.0", "@rollup/plugin-json": "^4.1.0", diff --git a/packages/gatsby-codemods/package.json b/packages/gatsby-codemods/package.json index 139d5fcf857de..2fa5b2570f20a 100644 --- a/packages/gatsby-codemods/package.json +++ b/packages/gatsby-codemods/package.json @@ -24,11 +24,11 @@ }, "license": "MIT", "dependencies": { - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "@babel/plugin-proposal-class-properties": "^7.14.0", "@babel/plugin-syntax-jsx": "^7.14.0", "@babel/plugin-syntax-typescript": "^7.14.0", - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "execa": "^5.1.1", "graphql": "^15.5.2", "jscodeshift": "^0.12.0", diff --git a/packages/gatsby-core-utils/package.json b/packages/gatsby-core-utils/package.json index bd980be5972a5..78e29039ee7b7 100644 --- a/packages/gatsby-core-utils/package.json +++ b/packages/gatsby-core-utils/package.json @@ -29,7 +29,7 @@ "dist/" ], "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "ci-info": "2.0.0", "configstore": "^5.0.1", "file-type": "^16.5.3", @@ -42,7 +42,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "@types/ci-info": "2.0.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", diff --git a/packages/gatsby-cypress/package.json b/packages/gatsby-cypress/package.json index 1f71e854187ca..258788f0499d3 100644 --- a/packages/gatsby-cypress/package.json +++ b/packages/gatsby-cypress/package.json @@ -15,11 +15,11 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8" + "@babel/runtime": "^7.15.3" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-design-tokens/package.json b/packages/gatsby-design-tokens/package.json index 03842b8505107..3e8be4299e22b 100644 --- a/packages/gatsby-design-tokens/package.json +++ b/packages/gatsby-design-tokens/package.json @@ -26,7 +26,7 @@ }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-design-tokens#readme", "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "hex2rgba": "^0.0.1" }, "devDependencies": { diff --git a/packages/gatsby-dev-cli/package.json b/packages/gatsby-dev-cli/package.json index fd01f8856b16d..8656cece8d6f6 100644 --- a/packages/gatsby-dev-cli/package.json +++ b/packages/gatsby-dev-cli/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "chokidar": "^3.5.2", "configstore": "^5.0.1", "del": "^6.0.0", @@ -26,7 +26,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-graphiql-explorer/package.json b/packages/gatsby-graphiql-explorer/package.json index 5aea933272558..70c85a0d59960 100644 --- a/packages/gatsby-graphiql-explorer/package.json +++ b/packages/gatsby-graphiql-explorer/package.json @@ -32,10 +32,10 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "@babel/plugin-proposal-class-properties": "^7.14.0", - "@babel/plugin-transform-runtime": "^7.14.5", - "@babel/preset-env": "^7.14.9", + "@babel/plugin-transform-runtime": "^7.15.0", + "@babel/preset-env": "^7.15.0", "@babel/preset-react": "^7.14.0", "babel-loader": "^8.2.2", "babel-preset-gatsby-package": "^1.14.0-next.1", diff --git a/packages/gatsby-legacy-polyfills/package.json b/packages/gatsby-legacy-polyfills/package.json index dfe673bc2ef9d..0b19938ba0294 100644 --- a/packages/gatsby-legacy-polyfills/package.json +++ b/packages/gatsby-legacy-polyfills/package.json @@ -24,7 +24,7 @@ "watch:polyfills": "microbundle -f iife -i src/polyfills.js --no-sourcemap --external=none --watch" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "core-js-compat": "3.9.0" }, "files": [ diff --git a/packages/gatsby-link/package.json b/packages/gatsby-link/package.json index f39d5de014de0..34f8498cd7470 100644 --- a/packages/gatsby-link/package.json +++ b/packages/gatsby-link/package.json @@ -7,13 +7,13 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "@types/reach__router": "^1.3.9", "prop-types": "^15.7.2" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "@testing-library/react": "^9.5.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" diff --git a/packages/gatsby-page-utils/package.json b/packages/gatsby-page-utils/package.json index eabd5c525d457..544b73fd8f851 100644 --- a/packages/gatsby-page-utils/package.json +++ b/packages/gatsby-page-utils/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-page-utils#readme", "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "bluebird": "^3.7.2", "chokidar": "^3.5.2", "fs-exists-cached": "^1.0.0", @@ -33,7 +33,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "@types/micromatch": "^4.0.2", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", diff --git a/packages/gatsby-plugin-benchmark-reporting/package.json b/packages/gatsby-plugin-benchmark-reporting/package.json index c572deee80313..8f41cc58f3117 100644 --- a/packages/gatsby-plugin-benchmark-reporting/package.json +++ b/packages/gatsby-plugin-benchmark-reporting/package.json @@ -15,11 +15,11 @@ "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-benchmark-reporting#readme", "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "fast-glob": "^3.2.7", "node-fetch": "^2.6.1", "uuid": "3.4.0" diff --git a/packages/gatsby-plugin-canonical-urls/package.json b/packages/gatsby-plugin-canonical-urls/package.json index f77e86a819974..0d683178ec764 100644 --- a/packages/gatsby-plugin-canonical-urls/package.json +++ b/packages/gatsby-plugin-canonical-urls/package.json @@ -7,11 +7,11 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8" + "@babel/runtime": "^7.15.3" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-plugin-catch-links/package.json b/packages/gatsby-plugin-catch-links/package.json index 675bce09f904a..2109f8ab23db9 100644 --- a/packages/gatsby-plugin-catch-links/package.json +++ b/packages/gatsby-plugin-catch-links/package.json @@ -7,12 +7,12 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "escape-string-regexp": "^1.0.5" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-plugin-coffeescript/package.json b/packages/gatsby-plugin-coffeescript/package.json index 22656cdc89578..5903c959b2a79 100644 --- a/packages/gatsby-plugin-coffeescript/package.json +++ b/packages/gatsby-plugin-coffeescript/package.json @@ -10,14 +10,14 @@ "Noah Lange " ], "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "coffee-loader": "^0.9.0", "coffee-react-transform": "^5.0.0", "coffeescript": "^2.5.1" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-plugin-create-client-paths/package.json b/packages/gatsby-plugin-create-client-paths/package.json index 8a0230db1af8c..e6e82e4311e89 100644 --- a/packages/gatsby-plugin-create-client-paths/package.json +++ b/packages/gatsby-plugin-create-client-paths/package.json @@ -7,11 +7,11 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8" + "@babel/runtime": "^7.15.3" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-plugin-cxs/package.json b/packages/gatsby-plugin-cxs/package.json index 8a93371070d3a..2866a0b651271 100644 --- a/packages/gatsby-plugin-cxs/package.json +++ b/packages/gatsby-plugin-cxs/package.json @@ -7,11 +7,11 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8" + "@babel/runtime": "^7.15.3" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", "cxs": "^6.2.0", diff --git a/packages/gatsby-plugin-emotion/package.json b/packages/gatsby-plugin-emotion/package.json index 66d3361686875..2ebb35d1ef850 100644 --- a/packages/gatsby-plugin-emotion/package.json +++ b/packages/gatsby-plugin-emotion/package.json @@ -7,12 +7,12 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "@emotion/babel-preset-css-prop": "^11.2.0" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-plugin-facebook-analytics/package.json b/packages/gatsby-plugin-facebook-analytics/package.json index f4df3b84f38ff..f4b85408c9275 100644 --- a/packages/gatsby-plugin-facebook-analytics/package.json +++ b/packages/gatsby-plugin-facebook-analytics/package.json @@ -7,11 +7,11 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8" + "@babel/runtime": "^7.15.3" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-plugin-feed/package.json b/packages/gatsby-plugin-feed/package.json index e2ac28468fcd4..01f68bfa2d76c 100644 --- a/packages/gatsby-plugin-feed/package.json +++ b/packages/gatsby-plugin-feed/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "@hapi/joi": "^15.1.1", "common-tags": "^1.8.0", "fs-extra": "^10.0.0", @@ -17,7 +17,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-plugin-flow/package.json b/packages/gatsby-plugin-flow/package.json index 7a6ea0e846d10..29a4592b0931a 100644 --- a/packages/gatsby-plugin-flow/package.json +++ b/packages/gatsby-plugin-flow/package.json @@ -25,11 +25,11 @@ "license": "MIT", "dependencies": { "@babel/preset-flow": "^7.14.0", - "@babel/runtime": "^7.14.8" + "@babel/runtime": "^7.15.3" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", "gatsby-plugin-utils": "^1.14.0-next.1" diff --git a/packages/gatsby-plugin-fullstory/package.json b/packages/gatsby-plugin-fullstory/package.json index 4bf0894f00cd3..fe124201cda12 100644 --- a/packages/gatsby-plugin-fullstory/package.json +++ b/packages/gatsby-plugin-fullstory/package.json @@ -24,11 +24,11 @@ }, "license": "MIT", "dependencies": { - "@babel/runtime": "^7.14.8" + "@babel/runtime": "^7.15.3" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-plugin-gatsby-cloud/package.json b/packages/gatsby-plugin-gatsby-cloud/package.json index 082bf4db1cb29..ca11d3beddebc 100644 --- a/packages/gatsby-plugin-gatsby-cloud/package.json +++ b/packages/gatsby-plugin-gatsby-cloud/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "date-fns": "^2.23.0", "fs-extra": "^10.0.0", "gatsby-core-utils": "^2.14.0-next.1", @@ -18,7 +18,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "@testing-library/dom": "^7.31.2", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.2.7", diff --git a/packages/gatsby-plugin-google-analytics/package.json b/packages/gatsby-plugin-google-analytics/package.json index f50a3294fe241..420e3794d4e67 100644 --- a/packages/gatsby-plugin-google-analytics/package.json +++ b/packages/gatsby-plugin-google-analytics/package.json @@ -7,13 +7,13 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "minimatch": "3.0.4", "web-vitals": "^1.1.2" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "@testing-library/react": "^9.5.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" diff --git a/packages/gatsby-plugin-google-gtag/package.json b/packages/gatsby-plugin-google-gtag/package.json index a5b53aa3a57d7..456437b7a0c91 100644 --- a/packages/gatsby-plugin-google-gtag/package.json +++ b/packages/gatsby-plugin-google-gtag/package.json @@ -7,12 +7,12 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "minimatch": "^3.0.4" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-plugin-google-tagmanager/package.json b/packages/gatsby-plugin-google-tagmanager/package.json index c6d37b1c0e8b2..9f647c6eac299 100644 --- a/packages/gatsby-plugin-google-tagmanager/package.json +++ b/packages/gatsby-plugin-google-tagmanager/package.json @@ -7,12 +7,12 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "web-vitals": "^1.1.2" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", "gatsby-plugin-utils": "^1.14.0-next.1" diff --git a/packages/gatsby-plugin-graphql-config/package.json b/packages/gatsby-plugin-graphql-config/package.json index da23e7d6c8de4..32dd7994d26fa 100644 --- a/packages/gatsby-plugin-graphql-config/package.json +++ b/packages/gatsby-plugin-graphql-config/package.json @@ -7,12 +7,12 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "fs-extra": "^10.0.0" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index 01dbd5df257b8..7e67a95a9c478 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -42,7 +42,7 @@ "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-image#readme", "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "@testing-library/react": "^11.2.7", "@types/babel__core": "^7.1.12", "@types/babel__traverse": "^7.11.1", @@ -73,9 +73,9 @@ }, "dependencies": { "@babel/code-frame": "^7.14.0", - "@babel/parser": "^7.14.9", - "@babel/runtime": "^7.14.8", - "@babel/traverse": "^7.14.9", + "@babel/parser": "^7.15.3", + "@babel/runtime": "^7.15.3", + "@babel/traverse": "^7.15.0", "babel-jsx-utils": "^1.1.0", "babel-plugin-remove-graphql-queries": "^3.14.0-next.1", "camelcase": "^5.3.1", diff --git a/packages/gatsby-plugin-jss/package.json b/packages/gatsby-plugin-jss/package.json index 76831e884269e..c67f78c50dbeb 100644 --- a/packages/gatsby-plugin-jss/package.json +++ b/packages/gatsby-plugin-jss/package.json @@ -7,11 +7,11 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8" + "@babel/runtime": "^7.15.3" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-plugin-layout/package.json b/packages/gatsby-plugin-layout/package.json index fe7e8d433f31d..6b9d842f1e417 100644 --- a/packages/gatsby-plugin-layout/package.json +++ b/packages/gatsby-plugin-layout/package.json @@ -24,11 +24,11 @@ }, "license": "MIT", "dependencies": { - "@babel/runtime": "^7.14.8" + "@babel/runtime": "^7.15.3" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-plugin-less/package.json b/packages/gatsby-plugin-less/package.json index 6da77f1176a36..da61f61fc12b9 100644 --- a/packages/gatsby-plugin-less/package.json +++ b/packages/gatsby-plugin-less/package.json @@ -7,12 +7,12 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "less-loader": "^6.2.0" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-plugin-lodash/package.json b/packages/gatsby-plugin-lodash/package.json index d65c9913293a3..ccc142d94960e 100644 --- a/packages/gatsby-plugin-lodash/package.json +++ b/packages/gatsby-plugin-lodash/package.json @@ -7,13 +7,13 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "babel-plugin-lodash": "^3.3.4", "lodash-webpack-plugin": "^0.11.6" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-plugin-manifest/package.json b/packages/gatsby-plugin-manifest/package.json index d291592b3abad..91fe00d9f3249 100644 --- a/packages/gatsby-plugin-manifest/package.json +++ b/packages/gatsby-plugin-manifest/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "gatsby-core-utils": "^2.14.0-next.1", "gatsby-plugin-utils": "^1.14.0-next.1", "semver": "^7.3.5", @@ -15,7 +15,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-plugin-mdx/package.json b/packages/gatsby-plugin-mdx/package.json index 219a5563e48dd..3616c2afa5b93 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -20,14 +20,14 @@ "react-dom": "^16.9.0 || ^17.0.0" }, "dependencies": { - "@babel/core": "^7.14.8", - "@babel/generator": "^7.14.9", + "@babel/core": "^7.15.0", + "@babel/generator": "^7.15.0", "@babel/helper-plugin-utils": "^7.14.0", "@babel/plugin-proposal-object-rest-spread": "^7.14.7", - "@babel/preset-env": "^7.14.9", + "@babel/preset-env": "^7.15.0", "@babel/preset-react": "^7.14.0", - "@babel/runtime": "^7.14.8", - "@babel/types": "^7.14.9", + "@babel/runtime": "^7.15.3", + "@babel/types": "^7.15.0", "camelcase-css": "^2.0.1", "change-case": "^3.1.0", "core-js": "^3.6.5", diff --git a/packages/gatsby-plugin-netlify-cms/package.json b/packages/gatsby-plugin-netlify-cms/package.json index e9a3f2b8e1e50..754d2f0a63407 100644 --- a/packages/gatsby-plugin-netlify-cms/package.json +++ b/packages/gatsby-plugin-netlify-cms/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "@soda/friendly-errors-webpack-plugin": "1.8.0", "copy-webpack-plugin": "^7.0.0", "html-webpack-plugin": "^5.3.2", @@ -20,7 +20,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", "react": "^16.12.0", diff --git a/packages/gatsby-plugin-netlify/package.json b/packages/gatsby-plugin-netlify/package.json index f23274b710fa3..4355eab410b1b 100644 --- a/packages/gatsby-plugin-netlify/package.json +++ b/packages/gatsby-plugin-netlify/package.json @@ -13,7 +13,7 @@ } ], "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "fs-extra": "^10.0.0", "gatsby-core-utils": "^2.14.0-next.1", "kebab-hash": "^0.1.2", @@ -22,7 +22,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", "gatsby-plugin-utils": "^1.14.0-next.1" diff --git a/packages/gatsby-plugin-no-sourcemaps/package.json b/packages/gatsby-plugin-no-sourcemaps/package.json index 9d7290e429176..79639987bcaf0 100644 --- a/packages/gatsby-plugin-no-sourcemaps/package.json +++ b/packages/gatsby-plugin-no-sourcemaps/package.json @@ -27,6 +27,6 @@ "node": ">=12.13.0" }, "dependencies": { - "@babel/runtime": "^7.14.8" + "@babel/runtime": "^7.15.3" } } diff --git a/packages/gatsby-plugin-nprogress/package.json b/packages/gatsby-plugin-nprogress/package.json index 0c94facf1333c..b93bba2ec99c3 100644 --- a/packages/gatsby-plugin-nprogress/package.json +++ b/packages/gatsby-plugin-nprogress/package.json @@ -7,12 +7,12 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "nprogress": "^0.2.0" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-plugin-offline/package.json b/packages/gatsby-plugin-offline/package.json index bb6f17d21897b..c4aafa47af436 100644 --- a/packages/gatsby-plugin-offline/package.json +++ b/packages/gatsby-plugin-offline/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "cheerio": "^1.0.0-rc.10", "gatsby-core-utils": "^2.14.0-next.1", "glob": "^7.1.7", @@ -17,7 +17,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cpx": "^1.5.0", "cross-env": "^7.0.3", diff --git a/packages/gatsby-plugin-page-creator/package.json b/packages/gatsby-plugin-page-creator/package.json index a90d8dd674bd4..212c5ec190e1e 100644 --- a/packages/gatsby-plugin-page-creator/package.json +++ b/packages/gatsby-plugin-page-creator/package.json @@ -24,8 +24,8 @@ }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-page-creator#readme", "dependencies": { - "@babel/runtime": "^7.14.8", - "@babel/traverse": "^7.14.9", + "@babel/runtime": "^7.15.3", + "@babel/traverse": "^7.15.0", "@sindresorhus/slugify": "^1.1.2", "chokidar": "^3.5.2", "fs-exists-cached": "^1.0.0", @@ -37,7 +37,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-plugin-postcss/package.json b/packages/gatsby-plugin-postcss/package.json index 007ab83118a58..317fecd5b995c 100644 --- a/packages/gatsby-plugin-postcss/package.json +++ b/packages/gatsby-plugin-postcss/package.json @@ -7,12 +7,12 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "postcss-loader": "^4.3.0" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-plugin-preact/package.json b/packages/gatsby-plugin-preact/package.json index 94d93029f4982..ffdb32cee46fd 100644 --- a/packages/gatsby-plugin-preact/package.json +++ b/packages/gatsby-plugin-preact/package.json @@ -7,14 +7,14 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "@gatsbyjs/webpack-hot-middleware": "^2.25.2", "@prefresh/babel-plugin": "^0.4.1", "@prefresh/webpack": "^3.3.2" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" diff --git a/packages/gatsby-plugin-preload-fonts/package.json b/packages/gatsby-plugin-preload-fonts/package.json index a468cd3651c08..67161fb729c4f 100644 --- a/packages/gatsby-plugin-preload-fonts/package.json +++ b/packages/gatsby-plugin-preload-fonts/package.json @@ -11,7 +11,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "chalk": "^4.1.2", "date-fns": "^2.23.0", "fs-extra": "^10.0.0", @@ -22,7 +22,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", "del-cli": "^3.0.1" diff --git a/packages/gatsby-plugin-react-css-modules/package.json b/packages/gatsby-plugin-react-css-modules/package.json index bd9f192c67fe0..1053b9feede17 100644 --- a/packages/gatsby-plugin-react-css-modules/package.json +++ b/packages/gatsby-plugin-react-css-modules/package.json @@ -7,12 +7,12 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "babel-plugin-react-css-modules": "^3.4.2" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-plugin-react-helmet/package.json b/packages/gatsby-plugin-react-helmet/package.json index 64f7b0f12c9e8..2ef0140685703 100644 --- a/packages/gatsby-plugin-react-helmet/package.json +++ b/packages/gatsby-plugin-react-helmet/package.json @@ -7,11 +7,11 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8" + "@babel/runtime": "^7.15.3" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-plugin-remove-trailing-slashes/package.json b/packages/gatsby-plugin-remove-trailing-slashes/package.json index 6f76dcf7e84b1..3553161a10678 100644 --- a/packages/gatsby-plugin-remove-trailing-slashes/package.json +++ b/packages/gatsby-plugin-remove-trailing-slashes/package.json @@ -7,11 +7,11 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8" + "@babel/runtime": "^7.15.3" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-plugin-sass/package.json b/packages/gatsby-plugin-sass/package.json index 2b98407277a19..fccf4f1322ec0 100644 --- a/packages/gatsby-plugin-sass/package.json +++ b/packages/gatsby-plugin-sass/package.json @@ -7,13 +7,13 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "resolve-url-loader": "^3.1.2", "sass-loader": "^10.1.1" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "autoprefixer": "^10.3.3", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", diff --git a/packages/gatsby-plugin-schema-snapshot/package.json b/packages/gatsby-plugin-schema-snapshot/package.json index 9fdf67fcfa78c..4bdfd88186680 100644 --- a/packages/gatsby-plugin-schema-snapshot/package.json +++ b/packages/gatsby-plugin-schema-snapshot/package.json @@ -20,6 +20,6 @@ "gatsby": "^3.0.0-next.0" }, "dependencies": { - "@babel/runtime": "^7.14.8" + "@babel/runtime": "^7.15.3" } } diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index c5d93e26688e3..fb0d6691f4e5e 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "async": "^3.2.1", "bluebird": "^3.7.2", "filenamify": "^4.3.0", @@ -28,7 +28,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "@types/sharp": "^0.28.5", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", diff --git a/packages/gatsby-plugin-sitemap/package.json b/packages/gatsby-plugin-sitemap/package.json index c379ec61d09c0..293f5a95c3c63 100644 --- a/packages/gatsby-plugin-sitemap/package.json +++ b/packages/gatsby-plugin-sitemap/package.json @@ -10,14 +10,14 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "common-tags": "^1.8.0", "minimatch": "^3.0.4", "sitemap": "^7.0.0" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", "gatsby-plugin-utils": "^1.14.0-next.1" diff --git a/packages/gatsby-plugin-styled-components/package.json b/packages/gatsby-plugin-styled-components/package.json index 1e0547b657644..2d9bd87f02472 100644 --- a/packages/gatsby-plugin-styled-components/package.json +++ b/packages/gatsby-plugin-styled-components/package.json @@ -7,11 +7,11 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8" + "@babel/runtime": "^7.15.3" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-plugin-styled-jsx/package.json b/packages/gatsby-plugin-styled-jsx/package.json index 21234d1e7849d..61126780c1df7 100644 --- a/packages/gatsby-plugin-styled-jsx/package.json +++ b/packages/gatsby-plugin-styled-jsx/package.json @@ -7,11 +7,11 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8" + "@babel/runtime": "^7.15.3" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-plugin-styletron/package.json b/packages/gatsby-plugin-styletron/package.json index 2536f2445b24c..1b03d4c65df39 100644 --- a/packages/gatsby-plugin-styletron/package.json +++ b/packages/gatsby-plugin-styletron/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", "styletron-engine-atomic": "^1.4.8", @@ -41,6 +41,6 @@ "node": ">=12.13.0" }, "dependencies": { - "@babel/runtime": "^7.14.8" + "@babel/runtime": "^7.15.3" } } diff --git a/packages/gatsby-plugin-stylus/package.json b/packages/gatsby-plugin-stylus/package.json index 38ca54f70a5a4..42c715acf18b2 100644 --- a/packages/gatsby-plugin-stylus/package.json +++ b/packages/gatsby-plugin-stylus/package.json @@ -7,13 +7,13 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "stylus": "^0.54.8", "stylus-loader": "^3.0.2" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-plugin-subfont/package.json b/packages/gatsby-plugin-subfont/package.json index 715b44b1dcc64..ce59aadaef676 100644 --- a/packages/gatsby-plugin-subfont/package.json +++ b/packages/gatsby-plugin-subfont/package.json @@ -24,12 +24,12 @@ }, "license": "MIT", "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "subfont": "^5.4.1" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-plugin-twitter/package.json b/packages/gatsby-plugin-twitter/package.json index 2505c636bb024..3e4b41c92635e 100644 --- a/packages/gatsby-plugin-twitter/package.json +++ b/packages/gatsby-plugin-twitter/package.json @@ -7,11 +7,11 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8" + "@babel/runtime": "^7.15.3" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", "gatsby-plugin-utils": "^1.14.0-next.1" diff --git a/packages/gatsby-plugin-typescript/package.json b/packages/gatsby-plugin-typescript/package.json index 13307374a449c..0dcab9c68148c 100644 --- a/packages/gatsby-plugin-typescript/package.json +++ b/packages/gatsby-plugin-typescript/package.json @@ -10,17 +10,17 @@ "Noah Lange " ], "dependencies": { - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5", "@babel/plugin-proposal-numeric-separator": "^7.14.5", "@babel/plugin-proposal-optional-chaining": "^7.14.5", - "@babel/preset-typescript": "^7.14.0", - "@babel/runtime": "^7.14.8", + "@babel/preset-typescript": "^7.15.0", + "@babel/runtime": "^7.15.3", "babel-plugin-remove-graphql-queries": "^3.14.0-next.1" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-plugin-typography/package.json b/packages/gatsby-plugin-typography/package.json index 7b347209a531a..f4247aa999618 100644 --- a/packages/gatsby-plugin-typography/package.json +++ b/packages/gatsby-plugin-typography/package.json @@ -7,11 +7,11 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8" + "@babel/runtime": "^7.15.3" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", "react": "^16.12.0", diff --git a/packages/gatsby-plugin-utils/package.json b/packages/gatsby-plugin-utils/package.json index 7ff5aa1dd902d..6a580dcc3a97f 100644 --- a/packages/gatsby-plugin-utils/package.json +++ b/packages/gatsby-plugin-utils/package.json @@ -21,12 +21,12 @@ }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-utils#readme", "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "joi": "^17.4.2" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", "rimraf": "^3.0.2", diff --git a/packages/gatsby-react-router-scroll/package.json b/packages/gatsby-react-router-scroll/package.json index 2299382c31ce1..e77b18d2076fe 100644 --- a/packages/gatsby-react-router-scroll/package.json +++ b/packages/gatsby-react-router-scroll/package.json @@ -7,11 +7,11 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8" + "@babel/runtime": "^7.15.3" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-plugin-dev-expression": "^0.2.2", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", diff --git a/packages/gatsby-recipes/package.json b/packages/gatsby-recipes/package.json index 1befda9296dd5..71cd17bf91d6d 100644 --- a/packages/gatsby-recipes/package.json +++ b/packages/gatsby-recipes/package.json @@ -7,15 +7,15 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/core": "^7.14.8", - "@babel/generator": "^7.14.9", + "@babel/core": "^7.15.0", + "@babel/generator": "^7.15.0", "@babel/helper-plugin-utils": "^7.14.0", "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/plugin-transform-react-jsx": "^7.14.9", - "@babel/runtime": "^7.14.8", - "@babel/standalone": "^7.14.9", + "@babel/runtime": "^7.15.3", + "@babel/standalone": "^7.15.3", "@babel/template": "^7.14.0", - "@babel/types": "^7.14.9", + "@babel/types": "^7.15.0", "@graphql-tools/schema": "^7.0.0", "@graphql-tools/utils": "^7.0.2", "@hapi/hoek": "8.x.x", @@ -69,7 +69,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/plugin-transform-runtime": "^7.14.5", + "@babel/plugin-transform-runtime": "^7.15.0", "@mdx-js/mdx": "^2.0.0-next.4", "@mdx-js/react": "^2.0.0-next.4", "@mdx-js/runtime": "^2.0.0-next.4", diff --git a/packages/gatsby-remark-autolink-headers/package.json b/packages/gatsby-remark-autolink-headers/package.json index 2e7050ecbd096..1bea347bfa0d3 100644 --- a/packages/gatsby-remark-autolink-headers/package.json +++ b/packages/gatsby-remark-autolink-headers/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "github-slugger": "^1.3.0", "lodash": "^4.17.21", "mdast-util-to-string": "^2.0.0", @@ -15,7 +15,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", "gatsby-plugin-utils": "^1.14.0-next.1" diff --git a/packages/gatsby-remark-code-repls/package.json b/packages/gatsby-remark-code-repls/package.json index d5a14b38528f1..aec406fb7a445 100644 --- a/packages/gatsby-remark-code-repls/package.json +++ b/packages/gatsby-remark-code-repls/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "lz-string": "^1.4.4", "normalize-path": "^3.0.0", "npm-package-arg": "^8.1.5", @@ -17,7 +17,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-remark-copy-linked-files/package.json b/packages/gatsby-remark-copy-linked-files/package.json index bf9a921d526ff..f37a536bcd8f2 100644 --- a/packages/gatsby-remark-copy-linked-files/package.json +++ b/packages/gatsby-remark-copy-linked-files/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "cheerio": "^1.0.0-rc.10", "fs-extra": "^10.0.0", "is-relative-url": "^3.0.0", @@ -18,7 +18,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", "remark": "^13.0.0", diff --git a/packages/gatsby-remark-custom-blocks/package.json b/packages/gatsby-remark-custom-blocks/package.json index 5691cd9dbd358..fa9913d51d8b1 100644 --- a/packages/gatsby-remark-custom-blocks/package.json +++ b/packages/gatsby-remark-custom-blocks/package.json @@ -7,12 +7,12 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "remark-custom-blocks": "^2.5.0" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", "rimraf": "^3.0.2", diff --git a/packages/gatsby-remark-embed-snippet/package.json b/packages/gatsby-remark-embed-snippet/package.json index 3f064b5d42825..72dc63602b302 100644 --- a/packages/gatsby-remark-embed-snippet/package.json +++ b/packages/gatsby-remark-embed-snippet/package.json @@ -7,14 +7,14 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "normalize-path": "^3.0.0", "parse-numeric-range": "^1.2.0", "unist-util-map": "^2.0.1" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-remark-graphviz/package.json b/packages/gatsby-remark-graphviz/package.json index 924c8e9c38333..e7efd91d41f5a 100644 --- a/packages/gatsby-remark-graphviz/package.json +++ b/packages/gatsby-remark-graphviz/package.json @@ -7,14 +7,14 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "cheerio": "^1.0.0-rc.10", "unist-util-visit": "^2.0.3", "viz.js": "^2.1.2" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", "hast-util-to-html": "^7.1.3", diff --git a/packages/gatsby-remark-images-contentful/package.json b/packages/gatsby-remark-images-contentful/package.json index b9f3ad25451e3..356fa7d8c6068 100644 --- a/packages/gatsby-remark-images-contentful/package.json +++ b/packages/gatsby-remark-images-contentful/package.json @@ -15,7 +15,7 @@ }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-images-contentful#readme", "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "axios": "^0.21.1", "chalk": "^4.1.2", "cheerio": "^1.0.0-rc.10", @@ -27,7 +27,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index f7afee4e949e2..a60ecd29c0d33 100644 --- a/packages/gatsby-remark-images/package.json +++ b/packages/gatsby-remark-images/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "chalk": "^4.1.2", "cheerio": "^1.0.0-rc.10", "gatsby-core-utils": "^2.14.0-next.1", @@ -21,7 +21,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", "gatsby-plugin-utils": "^1.14.0-next.1", diff --git a/packages/gatsby-remark-katex/package.json b/packages/gatsby-remark-katex/package.json index 09725c75e962a..f49973a7e02f1 100644 --- a/packages/gatsby-remark-katex/package.json +++ b/packages/gatsby-remark-katex/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "rehype-parse": "^7.0.1", "remark-math": "^4.0.0", "unified": "^9.2.2", @@ -15,7 +15,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", "katex": "^0.13.17", diff --git a/packages/gatsby-remark-prismjs/package.json b/packages/gatsby-remark-prismjs/package.json index 3919e5a4324a1..d81c788bea2c6 100644 --- a/packages/gatsby-remark-prismjs/package.json +++ b/packages/gatsby-remark-prismjs/package.json @@ -7,13 +7,13 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "parse-numeric-range": "^1.2.0", "unist-util-visit": "^2.0.3" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cheerio": "^1.0.0-rc.10", "cross-env": "^7.0.3", diff --git a/packages/gatsby-remark-responsive-iframe/package.json b/packages/gatsby-remark-responsive-iframe/package.json index fbc256371d8ff..057e60ed44d7f 100644 --- a/packages/gatsby-remark-responsive-iframe/package.json +++ b/packages/gatsby-remark-responsive-iframe/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "cheerio": "^1.0.0-rc.10", "common-tags": "^1.8.0", "lodash": "^4.17.21", @@ -15,7 +15,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", "remark": "^13.0.0", diff --git a/packages/gatsby-remark-smartypants/package.json b/packages/gatsby-remark-smartypants/package.json index 421a70d2d0579..8501cce2a15eb 100644 --- a/packages/gatsby-remark-smartypants/package.json +++ b/packages/gatsby-remark-smartypants/package.json @@ -7,14 +7,14 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "retext": "^7.0.1", "retext-smartypants": "^4.0.0", "unist-util-visit": "^2.0.3" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index 7f174ed411b10..b01ea52dbc7c6 100644 --- a/packages/gatsby-source-contentful/package.json +++ b/packages/gatsby-source-contentful/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "@contentful/rich-text-react-renderer": "^14.1.3", "@contentful/rich-text-types": "^14.1.2", "@hapi/joi": "^15.1.1", @@ -30,7 +30,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", "nock": "^13.1.3" diff --git a/packages/gatsby-source-drupal/package.json b/packages/gatsby-source-drupal/package.json index d0a0f0b0af722..67428c638f346 100644 --- a/packages/gatsby-source-drupal/package.json +++ b/packages/gatsby-source-drupal/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "agentkeepalive": "^4.1.4", "bluebird": "^3.7.2", "body-parser": "^1.19.0", @@ -21,7 +21,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-source-faker/package.json b/packages/gatsby-source-faker/package.json index 98f2d3d34a131..28d1932d4da8c 100644 --- a/packages/gatsby-source-faker/package.json +++ b/packages/gatsby-source-faker/package.json @@ -7,12 +7,12 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "faker": "^4.1.0" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-source-filesystem/package.json b/packages/gatsby-source-filesystem/package.json index 02a482a057b71..9e1e7c7285076 100644 --- a/packages/gatsby-source-filesystem/package.json +++ b/packages/gatsby-source-filesystem/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "chokidar": "^3.5.2", "fastq": "^1.11.1", "file-type": "^16.5.3", @@ -23,7 +23,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-source-graphql/package.json b/packages/gatsby-source-graphql/package.json index 19631372520b0..45dbee9677acc 100644 --- a/packages/gatsby-source-graphql/package.json +++ b/packages/gatsby-source-graphql/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "@graphql-tools/links": "^7.1.0", "@graphql-tools/utils": "^7.7.3", "@graphql-tools/wrap": "^7.0.8", @@ -20,7 +20,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-source-hacker-news/package.json b/packages/gatsby-source-hacker-news/package.json index 2956db3653242..c3b704cabfa83 100644 --- a/packages/gatsby-source-hacker-news/package.json +++ b/packages/gatsby-source-hacker-news/package.json @@ -7,13 +7,13 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "axios": "^0.21.1", "lodash": "^4.17.21" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-source-lever/package.json b/packages/gatsby-source-lever/package.json index a8e579a92630f..6e896fa3d72f7 100644 --- a/packages/gatsby-source-lever/package.json +++ b/packages/gatsby-source-lever/package.json @@ -8,7 +8,7 @@ }, "bundledDependencies": [], "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "axios": "^0.21.1", "bluebird": "^3.7.2", "deep-map": "^1.5.0", @@ -19,7 +19,7 @@ "deprecated": false, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-source-medium/package.json b/packages/gatsby-source-medium/package.json index 2361add500cd5..78f896edbc9e8 100644 --- a/packages/gatsby-source-medium/package.json +++ b/packages/gatsby-source-medium/package.json @@ -7,12 +7,12 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "axios": "^0.21.1" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-source-mongodb/package.json b/packages/gatsby-source-mongodb/package.json index aa5fd02c61909..7829d22eb0849 100644 --- a/packages/gatsby-source-mongodb/package.json +++ b/packages/gatsby-source-mongodb/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "lodash.camelcase": "^4.3.0", "lodash.isstring": "^4.0.1", "mongodb": "^3.6.10", @@ -18,7 +18,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-source-npm-package-search/package.json b/packages/gatsby-source-npm-package-search/package.json index a62e8e18ec734..7a7de7d8902bc 100644 --- a/packages/gatsby-source-npm-package-search/package.json +++ b/packages/gatsby-source-npm-package-search/package.json @@ -10,13 +10,13 @@ }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-npm-package-search#readme", "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "algoliasearch": "^4.9.1", "got": "^11.8.2" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json index 22d6245e8df92..873fb5abbd094 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -19,7 +19,7 @@ }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-shopify#readme", "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "gatsby-core-utils": "^2.14.0-next.1", "gatsby-source-filesystem": "^3.14.0-next.1", "node-fetch": "^2.6.1", diff --git a/packages/gatsby-source-wikipedia/package.json b/packages/gatsby-source-wikipedia/package.json index 10a92aed72f21..4131c7a947f67 100644 --- a/packages/gatsby-source-wikipedia/package.json +++ b/packages/gatsby-source-wikipedia/package.json @@ -29,14 +29,14 @@ }, "license": "MIT", "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "bluebird": "^3.7.2", "node-fetch": "^2.6.1", "query-string": "^6.13.3" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 1164e27848cd2..e86fcac47a80d 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "@rematch/core": "^1.4.0", "@rematch/immer": "^1.2.0", "async-retry": "^1.3.3", @@ -45,7 +45,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "@babel/plugin-proposal-class-properties": "^7.14.0", "@babel/plugin-proposal-private-methods": "^7.14.0", "@types/cache-manager": "^2.10.3", diff --git a/packages/gatsby-telemetry/package.json b/packages/gatsby-telemetry/package.json index 72bbceb262d9f..63447e3e6f224 100644 --- a/packages/gatsby-telemetry/package.json +++ b/packages/gatsby-telemetry/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@babel/code-frame": "^7.14.0", - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "@turist/fetch": "^7.1.7", "@turist/time": "^0.0.2", "async-retry-ng": "^2.0.1", @@ -24,7 +24,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-jest": "^24.9.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", diff --git a/packages/gatsby-transformer-asciidoc/package.json b/packages/gatsby-transformer-asciidoc/package.json index 28633fb2e77e2..066b5cfe805a4 100644 --- a/packages/gatsby-transformer-asciidoc/package.json +++ b/packages/gatsby-transformer-asciidoc/package.json @@ -7,12 +7,12 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "asciidoctor": "^2.2.5" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", "lodash": "^4.17.21" diff --git a/packages/gatsby-transformer-csv/package.json b/packages/gatsby-transformer-csv/package.json index 2be42f480870d..8ec65dcb43215 100644 --- a/packages/gatsby-transformer-csv/package.json +++ b/packages/gatsby-transformer-csv/package.json @@ -7,12 +7,12 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "csvtojson": "^2.0.10" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", "json2csv": "^5.0.6" diff --git a/packages/gatsby-transformer-documentationjs/package.json b/packages/gatsby-transformer-documentationjs/package.json index 5c5be35d336b8..4abb1bd8090a4 100644 --- a/packages/gatsby-transformer-documentationjs/package.json +++ b/packages/gatsby-transformer-documentationjs/package.json @@ -7,13 +7,13 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "documentation": "^13.1.0", "prismjs": "^1.23.0" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-transformer-excel/package.json b/packages/gatsby-transformer-excel/package.json index cc1cda42580f4..0aa99892a6aa5 100644 --- a/packages/gatsby-transformer-excel/package.json +++ b/packages/gatsby-transformer-excel/package.json @@ -7,12 +7,12 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "xlsx": "^0.17.0" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-transformer-hjson/package.json b/packages/gatsby-transformer-hjson/package.json index 5dfda865dc183..e6374cf6a3a45 100644 --- a/packages/gatsby-transformer-hjson/package.json +++ b/packages/gatsby-transformer-hjson/package.json @@ -7,13 +7,13 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "bluebird": "^3.7.2", "hjson": "^3.2.2" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-transformer-javascript-frontmatter/package.json b/packages/gatsby-transformer-javascript-frontmatter/package.json index c1030daf9e083..f621ce2130ce5 100644 --- a/packages/gatsby-transformer-javascript-frontmatter/package.json +++ b/packages/gatsby-transformer-javascript-frontmatter/package.json @@ -5,14 +5,14 @@ "author": "Jacob Bolda ", "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-javascript-frontmatter#readme", "dependencies": { - "@babel/parser": "^7.14.9", - "@babel/runtime": "^7.14.8", - "@babel/traverse": "^7.14.9", + "@babel/parser": "^7.15.3", + "@babel/runtime": "^7.15.3", + "@babel/traverse": "^7.15.0", "bluebird": "^3.7.2" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-transformer-javascript-static-exports/package.json b/packages/gatsby-transformer-javascript-static-exports/package.json index e909ef0054540..66a184b71ae88 100644 --- a/packages/gatsby-transformer-javascript-static-exports/package.json +++ b/packages/gatsby-transformer-javascript-static-exports/package.json @@ -7,14 +7,14 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/parser": "^7.14.9", - "@babel/runtime": "^7.14.8", - "@babel/traverse": "^7.14.9", + "@babel/parser": "^7.15.3", + "@babel/runtime": "^7.15.3", + "@babel/traverse": "^7.15.0", "bluebird": "^3.7.2" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-transformer-json/package.json b/packages/gatsby-transformer-json/package.json index 6bbb51884a134..062450b95dffa 100644 --- a/packages/gatsby-transformer-json/package.json +++ b/packages/gatsby-transformer-json/package.json @@ -7,12 +7,12 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "bluebird": "^3.7.2" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-transformer-pdf/package.json b/packages/gatsby-transformer-pdf/package.json index 6581fa5d99a9f..68072e1b5a64d 100644 --- a/packages/gatsby-transformer-pdf/package.json +++ b/packages/gatsby-transformer-pdf/package.json @@ -7,13 +7,13 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "bluebird": "^3.7.2", "pdf2json": "^1.2.3" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-transformer-react-docgen/package.json b/packages/gatsby-transformer-react-docgen/package.json index 5df81f8430880..ec46012006081 100644 --- a/packages/gatsby-transformer-react-docgen/package.json +++ b/packages/gatsby-transformer-react-docgen/package.json @@ -8,15 +8,15 @@ }, "dependencies": { "@babel/code-frame": "^7.14.0", - "@babel/runtime": "^7.14.8", - "@babel/types": "^7.14.9", + "@babel/runtime": "^7.15.3", + "@babel/types": "^7.15.0", "ast-types": "^0.14.2", "common-tags": "^1.8.0", "react-docgen": "^5.4.0" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", "lodash": "^4.17.21" diff --git a/packages/gatsby-transformer-remark/package.json b/packages/gatsby-transformer-remark/package.json index d0c8529c3a6f5..039f2af1b6bd9 100644 --- a/packages/gatsby-transformer-remark/package.json +++ b/packages/gatsby-transformer-remark/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "gatsby-core-utils": "^2.14.0-next.1", "gray-matter": "^4.0.2", "hast-util-raw": "^6.0.2", @@ -32,7 +32,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", "gatsby-plugin-utils": "^1.14.0-next.1" diff --git a/packages/gatsby-transformer-screenshot/package.json b/packages/gatsby-transformer-screenshot/package.json index 3cccb4ef3af8b..43589978c0be8 100644 --- a/packages/gatsby-transformer-screenshot/package.json +++ b/packages/gatsby-transformer-screenshot/package.json @@ -7,13 +7,13 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "axios": "^0.21.1", "fastq": "^1.11.1" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-transformer-sharp/package.json b/packages/gatsby-transformer-sharp/package.json index df91852f0f595..696919e4dffcf 100644 --- a/packages/gatsby-transformer-sharp/package.json +++ b/packages/gatsby-transformer-sharp/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "bluebird": "^3.7.2", "common-tags": "^1.8.0", "fs-extra": "^10.0.0", @@ -18,7 +18,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "@types/sharp": "^0.28.5", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" diff --git a/packages/gatsby-transformer-sqip/package.json b/packages/gatsby-transformer-sqip/package.json index a34e54ff646a7..1aa3ff8de5e60 100644 --- a/packages/gatsby-transformer-sqip/package.json +++ b/packages/gatsby-transformer-sqip/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "fs-extra": "^10.0.0", "gatsby-plugin-sharp": "^3.14.0-next.1", "md5-file": "^5.0.0", @@ -17,7 +17,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", "debug": "^4.3.2" diff --git a/packages/gatsby-transformer-toml/package.json b/packages/gatsby-transformer-toml/package.json index 9eea41a91e418..7e107ada105ad 100644 --- a/packages/gatsby-transformer-toml/package.json +++ b/packages/gatsby-transformer-toml/package.json @@ -7,13 +7,13 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "lodash": "^4.17.21", "toml": "^2.3.6" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-transformer-xml/package.json b/packages/gatsby-transformer-xml/package.json index 04460d8df9e47..41868ad5e5514 100644 --- a/packages/gatsby-transformer-xml/package.json +++ b/packages/gatsby-transformer-xml/package.json @@ -7,14 +7,14 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "bluebird": "^3.7.2", "lodash": "^4.17.21", "xml-parser": "^1.2.1" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-transformer-yaml/package.json b/packages/gatsby-transformer-yaml/package.json index ff6d068bbd899..4920ae4caa6d8 100644 --- a/packages/gatsby-transformer-yaml/package.json +++ b/packages/gatsby-transformer-yaml/package.json @@ -7,14 +7,14 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "js-yaml": "^3.14.1", "lodash": "^4.17.21", "unist-util-select": "^1.5.0" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby-worker/package.json b/packages/gatsby-worker/package.json index 3e65cd211440e..d215eb7a0d59a 100644 --- a/packages/gatsby-worker/package.json +++ b/packages/gatsby-worker/package.json @@ -7,12 +7,12 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/core": "^7.14.8", - "@babel/runtime": "^7.14.8" + "@babel/core": "^7.15.0", + "@babel/runtime": "^7.15.3" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/register": "^7.14.0", + "@babel/register": "^7.15.3", "babel-preset-gatsby-package": "^1.14.0-next.1", "cross-env": "^7.0.3", "rimraf": "^3.0.2", diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 607f482f8c754..330297832f952 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -11,12 +11,12 @@ }, "dependencies": { "@babel/code-frame": "^7.14.0", - "@babel/core": "^7.14.8", - "@babel/eslint-parser": "^7.14.9", - "@babel/parser": "^7.14.9", - "@babel/runtime": "^7.14.8", - "@babel/traverse": "^7.14.9", - "@babel/types": "^7.14.9", + "@babel/core": "^7.15.0", + "@babel/eslint-parser": "^7.15.0", + "@babel/parser": "^7.15.3", + "@babel/runtime": "^7.15.3", + "@babel/traverse": "^7.15.0", + "@babel/types": "^7.15.0", "@gatsbyjs/reach-router": "^1.3.6", "@gatsbyjs/webpack-hot-middleware": "^2.25.2", "@nodelib/fs.walk": "^1.2.4", @@ -158,7 +158,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/register": "^7.14.0", + "@babel/register": "^7.15.3", "@types/eslint": "^7.2.6", "@types/micromatch": "^4.0.1", "@types/normalize-path": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 29e572538dfd2..e69ed9cc73473 100644 --- a/yarn.lock +++ b/yarn.lock @@ -189,10 +189,10 @@ dependencies: "@babel/highlight" "^7.14.5" -"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5", "@babel/compat-data@^7.14.7", "@babel/compat-data@^7.14.9": - version "7.14.9" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.9.tgz#ac7996ceaafcf8f410119c8af0d1db4cf914a210" - integrity sha512-p3QjZmMGHDGdpcwEYYWu7i7oJShJvtgMjJeb0W95PPhSm++3lm8YXYOh45Y6iCN9PkZLTZ7CIX5nFrp7pw7TXw== +"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.7", "@babel/compat-data@^7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176" + integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA== "@babel/core@7.10.5": version "7.10.5" @@ -260,20 +260,20 @@ semver "^5.4.1" source-map "^0.5.0" -"@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.13.16", "@babel/core@^7.14.0", "@babel/core@^7.14.5", "@babel/core@^7.14.8", "@babel/core@^7.7.5": - version "7.14.8" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010" - integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q== +"@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.13.16", "@babel/core@^7.14.5", "@babel/core@^7.15.0", "@babel/core@^7.7.5": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8" + integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw== dependencies: "@babel/code-frame" "^7.14.5" - "@babel/generator" "^7.14.8" - "@babel/helper-compilation-targets" "^7.14.5" - "@babel/helper-module-transforms" "^7.14.8" + "@babel/generator" "^7.15.0" + "@babel/helper-compilation-targets" "^7.15.0" + "@babel/helper-module-transforms" "^7.15.0" "@babel/helpers" "^7.14.8" - "@babel/parser" "^7.14.8" + "@babel/parser" "^7.15.0" "@babel/template" "^7.14.5" - "@babel/traverse" "^7.14.8" - "@babel/types" "^7.14.8" + "@babel/traverse" "^7.15.0" + "@babel/types" "^7.15.0" convert-source-map "^1.7.0" debug "^4.1.0" gensync "^1.0.0-beta.2" @@ -281,10 +281,10 @@ semver "^6.3.0" source-map "^0.5.0" -"@babel/eslint-parser@^7.14.0", "@babel/eslint-parser@^7.14.9": - version "7.14.9" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.14.9.tgz#b2cfaf67cc7f7a9b475d3ee9b166755ffd44e086" - integrity sha512-W3En2CT6iOZJ+jEujLlwL2h/Jraj6S/IHrh63nV+TfX83DYe9pI4pcu0Luj6/hJ2kIr/3hOttxzaEsSQnUKx+w== +"@babel/eslint-parser@^7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.15.0.tgz#b54f06e04d0e93aebcba99f89251e3bf0ee39f21" + integrity sha512-+gSPtjSBxOZz4Uh8Ggqu7HbfpB8cT1LwW0DnVVLZEJvzXauiD0Di3zszcBkRmfGGrLdYeHUwcflG7i3tr9kQlw== dependencies: eslint-scope "^5.1.1" eslint-visitor-keys "^2.1.0" @@ -306,12 +306,12 @@ jsesc "^2.5.1" source-map "^0.5.0" -"@babel/generator@^7.0.0", "@babel/generator@^7.10.5", "@babel/generator@^7.12.1", "@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.14.8", "@babel/generator@^7.14.9": - version "7.14.9" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.9.tgz#23b19c597d38b4f7dc2e3fe42a69c88d9ecfaa16" - integrity sha512-4yoHbhDYzFa0GLfCzLp5GxH7vPPMAHdZjyE7M/OajM9037zhx0rf+iNsJwp4PT0MSFpwjG7BsHEbPkBQpZ6cYA== +"@babel/generator@^7.0.0", "@babel/generator@^7.10.5", "@babel/generator@^7.12.1", "@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15" + integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ== dependencies: - "@babel/types" "^7.14.9" + "@babel/types" "^7.15.0" jsesc "^2.5.1" source-map "^0.5.0" @@ -330,26 +330,26 @@ "@babel/helper-explode-assignable-expression" "^7.14.5" "@babel/types" "^7.14.5" -"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz#7a99c5d0967911e972fe2c3411f7d5b498498ecf" - integrity sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw== +"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5", "@babel/helper-compilation-targets@^7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818" + integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A== dependencies: - "@babel/compat-data" "^7.14.5" + "@babel/compat-data" "^7.15.0" "@babel/helper-validator-option" "^7.14.5" browserslist "^4.16.6" semver "^6.3.0" -"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.14.5", "@babel/helper-create-class-features-plugin@^7.14.6": - version "7.14.6" - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.6.tgz#f114469b6c06f8b5c59c6c4e74621f5085362542" - integrity sha512-Z6gsfGofTxH/+LQXqYEK45kxmcensbzmk/oi8DmaQytlQCgqNZt9XQF8iqlI/SeXWVjaMNxvYvzaYw+kh42mDg== +"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.14.5", "@babel/helper-create-class-features-plugin@^7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.0.tgz#c9a137a4d137b2d0e2c649acf536d7ba1a76c0f7" + integrity sha512-MdmDXgvTIi4heDVX/e9EFfeGpugqm9fobBVg/iioE8kueXrOHdRDe36FAY7SnE9xXLVeYCoJR/gdrBEIHRC83Q== dependencies: "@babel/helper-annotate-as-pure" "^7.14.5" "@babel/helper-function-name" "^7.14.5" - "@babel/helper-member-expression-to-functions" "^7.14.5" + "@babel/helper-member-expression-to-functions" "^7.15.0" "@babel/helper-optimise-call-expression" "^7.14.5" - "@babel/helper-replace-supers" "^7.14.5" + "@babel/helper-replace-supers" "^7.15.0" "@babel/helper-split-export-declaration" "^7.14.5" "@babel/helper-create-regexp-features-plugin@^7.14.5": @@ -411,12 +411,12 @@ dependencies: "@babel/types" "^7.14.5" -"@babel/helper-member-expression-to-functions@^7.14.5": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.5.tgz#d5c70e4ad13b402c95156c7a53568f504e2fb7b8" - integrity sha512-UxUeEYPrqH1Q/k0yRku1JE7dyfyehNwT6SVkMHvYvPDv4+uu627VXBckVj891BO8ruKBkiDoGnZf4qPDD8abDQ== +"@babel/helper-member-expression-to-functions@^7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b" + integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg== dependencies: - "@babel/types" "^7.14.5" + "@babel/types" "^7.15.0" "@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.0.0-beta.49", "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5": version "7.14.5" @@ -425,19 +425,19 @@ dependencies: "@babel/types" "^7.14.5" -"@babel/helper-module-transforms@^7.10.5", "@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.14.8": - version "7.14.8" - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49" - integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA== +"@babel/helper-module-transforms@^7.10.5", "@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08" + integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg== dependencies: "@babel/helper-module-imports" "^7.14.5" - "@babel/helper-replace-supers" "^7.14.5" + "@babel/helper-replace-supers" "^7.15.0" "@babel/helper-simple-access" "^7.14.8" "@babel/helper-split-export-declaration" "^7.14.5" - "@babel/helper-validator-identifier" "^7.14.8" + "@babel/helper-validator-identifier" "^7.14.9" "@babel/template" "^7.14.5" - "@babel/traverse" "^7.14.8" - "@babel/types" "^7.14.8" + "@babel/traverse" "^7.15.0" + "@babel/types" "^7.15.0" "@babel/helper-optimise-call-expression@^7.14.5": version "7.14.5" @@ -472,17 +472,17 @@ "@babel/helper-wrap-function" "^7.14.5" "@babel/types" "^7.14.5" -"@babel/helper-replace-supers@^7.14.5": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz#0ecc0b03c41cd567b4024ea016134c28414abb94" - integrity sha512-3i1Qe9/8x/hCHINujn+iuHy+mMRLoc77b2nI9TB0zjH1hvn9qGlXjWlggdwUcju36PkPCy/lpM7LLUdcTyH4Ow== +"@babel/helper-replace-supers@^7.14.5", "@babel/helper-replace-supers@^7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4" + integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA== dependencies: - "@babel/helper-member-expression-to-functions" "^7.14.5" + "@babel/helper-member-expression-to-functions" "^7.15.0" "@babel/helper-optimise-call-expression" "^7.14.5" - "@babel/traverse" "^7.14.5" - "@babel/types" "^7.14.5" + "@babel/traverse" "^7.15.0" + "@babel/types" "^7.15.0" -"@babel/helper-simple-access@^7.14.5", "@babel/helper-simple-access@^7.14.8": +"@babel/helper-simple-access@^7.14.8": version "7.14.8" resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924" integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg== @@ -516,7 +516,7 @@ regenerator-runtime "^0.13.7" source-map "^0.5.0" -"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.8", "@babel/helper-validator-identifier@^7.14.9": +"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9": version "7.14.9" resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48" integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g== @@ -554,14 +554,14 @@ chalk "^2.0.0" js-tokens "^4.0.0" -"@babel/node@^7.14.0": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.14.5.tgz#cfbfab24c74f2855243d0548bb74a0b8b37b8fce" - integrity sha512-fwAf0Ba3gjcwP04T0BD0Y3oHOTDQH2tVcyaPOMjb+8xkCJ38FoaVOlLfQ/asBgm6aCkBkn12/l8spCXUEEeAyA== +"@babel/node@^7.14.9": + version "7.14.9" + resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.14.9.tgz#c15b1c8ecb33c079cb7666c8b4861791150c7aa1" + integrity sha512-7QJvGn3ID2TjoFst3UdLu3LOxn/Q6Nhr/mo0MENstbPHehl/0wnod2gmVDB+zDxRL6pFFS7z0WeBK3b94k4CLg== dependencies: "@babel/register" "^7.14.5" commander "^4.0.1" - core-js "^3.14.0" + core-js "^3.16.0" node-environment-flags "^1.0.5" regenerator-runtime "^0.13.4" v8flags "^3.1.1" @@ -571,10 +571,10 @@ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd" integrity sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw== -"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.10.5", "@babel/parser@^7.12.3", "@babel/parser@^7.12.7", "@babel/parser@^7.13.16", "@babel/parser@^7.14.5", "@babel/parser@^7.14.8", "@babel/parser@^7.14.9", "@babel/parser@^7.3.3": - version "7.14.9" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.9.tgz#596c1ad67608070058ebf8df50c1eaf65db895a4" - integrity sha512-RdUTOseXJ8POjjOeEBEvNMIZU/nm4yu2rufRkcibzkkg7DmQvXU8v3M4Xk9G7uuI86CDGkKcuDWgioqZm+mScQ== +"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.10.5", "@babel/parser@^7.12.3", "@babel/parser@^7.12.7", "@babel/parser@^7.13.16", "@babel/parser@^7.14.5", "@babel/parser@^7.15.0", "@babel/parser@^7.15.3", "@babel/parser@^7.3.3": + version "7.15.3" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.3.tgz#3416d9bea748052cfcb63dbcc27368105b1ed862" + integrity sha512-O0L6v/HvqbdJawj0iBEfVQMc3/6WP+AeOsovsIgBFyJaG+W2w7eqvZB7puddATmWuARlm1SX7DwxJ/JJUnDpEA== "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5": version "7.14.5" @@ -1119,14 +1119,14 @@ "@babel/helper-plugin-utils" "^7.14.5" babel-plugin-dynamic-import-node "^2.3.3" -"@babel/plugin-transform-modules-commonjs@^7.13.8", "@babel/plugin-transform-modules-commonjs@^7.14.5": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.5.tgz#7aaee0ea98283de94da98b28f8c35701429dad97" - integrity sha512-en8GfBtgnydoao2PS+87mKyw62k02k7kJ9ltbKe0fXTHrQmG6QZZflYuGI1VVG7sVpx4E1n7KBpNlPb8m78J+A== +"@babel/plugin-transform-modules-commonjs@^7.13.8", "@babel/plugin-transform-modules-commonjs@^7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz#3305896e5835f953b5cdb363acd9e8c2219a5281" + integrity sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig== dependencies: - "@babel/helper-module-transforms" "^7.14.5" + "@babel/helper-module-transforms" "^7.15.0" "@babel/helper-plugin-utils" "^7.14.5" - "@babel/helper-simple-access" "^7.14.5" + "@babel/helper-simple-access" "^7.14.8" babel-plugin-dynamic-import-node "^2.3.3" "@babel/plugin-transform-modules-systemjs@^7.14.5": @@ -1231,10 +1231,10 @@ dependencies: "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-runtime@^7.14.5": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.14.5.tgz#30491dad49c6059f8f8fa5ee8896a0089e987523" - integrity sha512-fPMBhh1AV8ZyneiCIA+wYYUH1arzlXR1UMcApjvchDhfKxhy2r2lReJv8uHEyihi4IFIGlr1Pdx7S5fkESDQsg== +"@babel/plugin-transform-runtime@^7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.15.0.tgz#d3aa650d11678ca76ce294071fda53d7804183b3" + integrity sha512-sfHYkLGjhzWTq6xsuQ01oEsUYjkHRux9fW1iUA68dC7Qd8BS1Unq4aZ8itmQp95zUzIcyR2EbNMTzAicFj+guw== dependencies: "@babel/helper-module-imports" "^7.14.5" "@babel/helper-plugin-utils" "^7.14.5" @@ -1279,12 +1279,12 @@ dependencies: "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-typescript@^7.14.0", "@babel/plugin-transform-typescript@^7.14.5", "@babel/plugin-transform-typescript@^7.14.6": - version "7.14.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.14.6.tgz#6e9c2d98da2507ebe0a883b100cde3c7279df36c" - integrity sha512-XlTdBq7Awr4FYIzqhmYY80WN0V0azF74DMPyFqVHBvf81ZUgc4X7ZOpx6O8eLDK6iM5cCQzeyJw0ynTaefixRA== +"@babel/plugin-transform-typescript@^7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.15.0.tgz#553f230b9d5385018716586fc48db10dd228eb7e" + integrity sha512-WIIEazmngMEEHDaPTx0IZY48SaAmjVWe3TRSX7cmJXn0bEv9midFzAjxiruOWYIVf5iQ10vFx7ASDpgEO08L5w== dependencies: - "@babel/helper-create-class-features-plugin" "^7.14.6" + "@babel/helper-create-class-features-plugin" "^7.15.0" "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-syntax-typescript" "^7.14.5" @@ -1311,13 +1311,13 @@ core-js "^2.6.5" regenerator-runtime "^0.13.2" -"@babel/preset-env@^7.12.1", "@babel/preset-env@^7.12.11", "@babel/preset-env@^7.14.9": - version "7.14.9" - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.9.tgz#4a3bbbd745f20e9121d5925170bef040a21b7819" - integrity sha512-BV5JvCwBDebkyh67bPKBYVCC6gGw0MCzU6HfKe5Pm3upFpPVqiC/hB33zkOe0tVdAzaMywah0LSXQeD9v/BYdQ== +"@babel/preset-env@^7.12.1", "@babel/preset-env@^7.12.11", "@babel/preset-env@^7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.0.tgz#e2165bf16594c9c05e52517a194bf6187d6fe464" + integrity sha512-FhEpCNFCcWW3iZLg0L2NPE9UerdtsCR6ZcsGHUX6Om6kbCQeL5QZDqFDmeNHC6/fy6UH3jEge7K4qG5uC9In0Q== dependencies: - "@babel/compat-data" "^7.14.9" - "@babel/helper-compilation-targets" "^7.14.5" + "@babel/compat-data" "^7.15.0" + "@babel/helper-compilation-targets" "^7.15.0" "@babel/helper-plugin-utils" "^7.14.5" "@babel/helper-validator-option" "^7.14.5" "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5" @@ -1365,7 +1365,7 @@ "@babel/plugin-transform-literals" "^7.14.5" "@babel/plugin-transform-member-expression-literals" "^7.14.5" "@babel/plugin-transform-modules-amd" "^7.14.5" - "@babel/plugin-transform-modules-commonjs" "^7.14.5" + "@babel/plugin-transform-modules-commonjs" "^7.15.0" "@babel/plugin-transform-modules-systemjs" "^7.14.5" "@babel/plugin-transform-modules-umd" "^7.14.5" "@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9" @@ -1383,7 +1383,7 @@ "@babel/plugin-transform-unicode-escapes" "^7.14.5" "@babel/plugin-transform-unicode-regex" "^7.14.5" "@babel/preset-modules" "^0.1.4" - "@babel/types" "^7.14.9" + "@babel/types" "^7.15.0" babel-plugin-polyfill-corejs2 "^0.2.2" babel-plugin-polyfill-corejs3 "^0.2.2" babel-plugin-polyfill-regenerator "^0.2.2" @@ -1427,19 +1427,19 @@ resolved "https://registry.yarnpkg.com/@babel/preset-stage-0/-/preset-stage-0-7.8.3.tgz#b6a0eca1a3b72e07f9caf58f998e97568028f6f5" integrity sha512-+l6FlG1j73t4wh78W41StbcCz0/9a1/y+vxfnjtHl060kSmcgMfGzK9MEkLvrCOXfhp9RCX+d88sm6rOqxEIEQ== -"@babel/preset-typescript@^7.13.0", "@babel/preset-typescript@^7.14.0": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.14.5.tgz#aa98de119cf9852b79511f19e7f44a2d379bcce0" - integrity sha512-u4zO6CdbRKbS9TypMqrlGH7sd2TAJppZwn3c/ZRLeO/wGsbddxgbPDUZVNrie3JWYLQ9vpineKlsrWFvO6Pwkw== +"@babel/preset-typescript@^7.13.0", "@babel/preset-typescript@^7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.15.0.tgz#e8fca638a1a0f64f14e1119f7fe4500277840945" + integrity sha512-lt0Y/8V3y06Wq/8H/u0WakrqciZ7Fz7mwPDHWUJAXlABL5hiUG42BNlRXiELNjeWjO5rWmnNKlx+yzJvxezHow== dependencies: "@babel/helper-plugin-utils" "^7.14.5" "@babel/helper-validator-option" "^7.14.5" - "@babel/plugin-transform-typescript" "^7.14.5" + "@babel/plugin-transform-typescript" "^7.15.0" -"@babel/register@^7.13.16", "@babel/register@^7.14.0", "@babel/register@^7.14.5": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.14.5.tgz#d0eac615065d9c2f1995842f85d6e56c345f3233" - integrity sha512-TjJpGz/aDjFGWsItRBQMOFTrmTI9tr79CHOK+KIvLeCkbxuOAk2M5QHjvruIMGoo9OuccMh5euplPzc5FjAKGg== +"@babel/register@^7.13.16", "@babel/register@^7.14.5", "@babel/register@^7.15.3": + version "7.15.3" + resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.15.3.tgz#6b40a549e06ec06c885b2ec42c3dd711f55fe752" + integrity sha512-mj4IY1ZJkorClxKTImccn4T81+UKTo4Ux0+OFSV9hME1ooqS9UV+pJ6BjD0qXPK4T3XW/KNa79XByjeEMZz+fw== dependencies: clone-deep "^4.0.1" find-cache-dir "^2.0.0" @@ -1455,17 +1455,17 @@ core-js-pure "^3.0.0" regenerator-runtime "^0.13.4" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.5", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.14.0", "@babel/runtime@^7.14.6", "@babel/runtime@^7.14.8", "@babel/runtime@^7.15.3", "@babel/runtime@^7.3.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": +"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.5", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.14.6", "@babel/runtime@^7.15.3", "@babel/runtime@^7.3.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": version "7.15.3" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.3.tgz#2e1c2880ca118e5b2f9988322bd8a7656a32502b" integrity sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA== dependencies: regenerator-runtime "^0.13.4" -"@babel/standalone@^7.14.9": - version "7.14.9" - resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.14.9.tgz#b9a6fa913271a153ca232fdd0f2aa5e3c951d9d5" - integrity sha512-EEAwahkk3VW8WOlEAd3xtKN4tVDcgbSiDCc50qD4IgjyMowI2mvLnIZbRpZU5G/yZBGZsEPg7FssT/+yLFBlQQ== +"@babel/standalone@^7.15.3": + version "7.15.3" + resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.15.3.tgz#60f74273202ffcc6bb1428918053449fe477227c" + integrity sha512-Bst2YWEyQ2ROyO0+jxPVnnkSmUh44/x54+LSbe5M4N5LGfOkxpajEUKVE4ndXtIVrLlHCyuiqCPwv3eC1ItnCg== "@babel/template@^7.0.0", "@babel/template@^7.10.4", "@babel/template@^7.12.7", "@babel/template@^7.14.0", "@babel/template@^7.14.5", "@babel/template@^7.3.3": version "7.14.5" @@ -1476,25 +1476,25 @@ "@babel/parser" "^7.14.5" "@babel/types" "^7.14.5" -"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.1.6", "@babel/traverse@^7.10.5", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8", "@babel/traverse@^7.14.9": - version "7.14.9" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.9.tgz#016126b331210bf06fff29d52971eef8383e556f" - integrity sha512-bldh6dtB49L8q9bUyB7bC20UKgU+EFDwKJylwl234Kv+ySZeMD31Xeht6URyueQ6LrRRpF2tmkfcZooZR9/e8g== +"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.1.6", "@babel/traverse@^7.10.5", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8", "@babel/traverse@^7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98" + integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw== dependencies: "@babel/code-frame" "^7.14.5" - "@babel/generator" "^7.14.9" + "@babel/generator" "^7.15.0" "@babel/helper-function-name" "^7.14.5" "@babel/helper-hoist-variables" "^7.14.5" "@babel/helper-split-export-declaration" "^7.14.5" - "@babel/parser" "^7.14.9" - "@babel/types" "^7.14.9" + "@babel/parser" "^7.15.0" + "@babel/types" "^7.15.0" debug "^4.1.0" globals "^11.1.0" -"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.10.5", "@babel/types@^7.12.1", "@babel/types@^7.12.7", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.14.9", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": - version "7.14.9" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d" - integrity sha512-u0bLTnv3DFHeaQLYzb7oRJ1JHr1sv/SYDM7JSqHFFLwXG1wTZRughxFI5NCP8qBEo1rVVsn7Yg2Lvw49nne/Ow== +"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.10.5", "@babel/types@^7.12.1", "@babel/types@^7.12.7", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.14.9", "@babel/types@^7.15.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd" + integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ== dependencies: "@babel/helper-validator-identifier" "^7.14.9" to-fast-properties "^2.0.0" @@ -8679,10 +8679,10 @@ core-js@^2.4.0, core-js@^2.4.1, core-js@^2.5.0, core-js@^2.6.5: resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c" integrity sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg== -core-js@^3.0.0, core-js@^3.10.0, core-js@^3.14.0, core-js@^3.6.5, core-js@^3.8.1, core-js@^3.9.0: - version "3.16.0" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.16.0.tgz#1d46fb33720bc1fa7f90d20431f36a5540858986" - integrity sha512-5+5VxRFmSf97nM8Jr2wzOwLqRo6zphH2aX+7KsAUONObyzakDNq2G/bgbhinxB4PoV9L3aXQYhiDKyIKWd2c8g== +core-js@^3.0.0, core-js@^3.10.0, core-js@^3.16.0, core-js@^3.6.5, core-js@^3.8.1, core-js@^3.9.0: + version "3.17.2" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.17.2.tgz#f960eae710dc62c29cca93d5332e3660e289db10" + integrity sha512-XkbXqhcXeMHPRk2ItS+zQYliAMilea2euoMsnpRRdDad6b2VY6CQQcwz1K8AnWesfw4p165RzY0bTnr3UrbYiA== core-util-is@1.0.2, core-util-is@~1.0.0: version "1.0.2"