diff --git a/package.json b/package.json index 151a4bd..d3148f5 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@babel/core": "7.14.3", "babel-eslint": "10.1.0", "babel-jest": "26.6.3", - "babel-preset-gatsby-package": "1.5.0", + "babel-preset-gatsby-package": "1.15.0", "cross-env": "7.0.3", "eslint": "7.30.0", "eslint-plugin-ghost": "2.5.0", diff --git a/yarn.lock b/yarn.lock index ca584c9..6bccb9c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -399,7 +399,7 @@ "@babel/helper-create-class-features-plugin" "^7.18.6" "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-proposal-nullish-coalescing-operator@^7.12.1", "@babel/plugin-proposal-nullish-coalescing-operator@^7.14.5": +"@babel/plugin-proposal-nullish-coalescing-operator@^7.14.5": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz#fdd940a99a740e577d6c753ab6fbb43fdb9467e1" integrity sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA== @@ -424,7 +424,7 @@ "@babel/plugin-syntax-object-rest-spread" "^7.8.0" "@babel/plugin-transform-parameters" "^7.10.4" -"@babel/plugin-proposal-optional-chaining@^7.12.1", "@babel/plugin-proposal-optional-chaining@^7.14.5": +"@babel/plugin-proposal-optional-chaining@^7.14.5": version "7.21.0" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz#886f5c8978deb7d30f678b2e24346b287234d3ea" integrity sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA== @@ -962,7 +962,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-runtime@^7.12.1", "@babel/plugin-transform-runtime@^7.15.0": +"@babel/plugin-transform-runtime@^7.15.0": version "7.23.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.7.tgz#52bbd20054855beb9deae3bee9ceb05289c343e6" integrity sha512-fa0hnfmiXc9fq/weK34MUV0drz2pOL/vfKWvN7Qw127hiUPabFCUMgAbYWcchRzMJit4o5ARsK/s+5h0249pLw== @@ -1010,7 +1010,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-typescript@^7.12.1", "@babel/plugin-transform-typescript@^7.23.3": +"@babel/plugin-transform-typescript@^7.15.4", "@babel/plugin-transform-typescript@^7.23.3": version "7.23.6" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.6.tgz#aa36a94e5da8d94339ae3a4e22d40ed287feb34c" integrity sha512-6cBG5mBvUu4VUD04OHKnYzbuHNP8huDsD3EDqqpIpsswTDoqHCjLoHb6+QgsV1WsT2nipRqCPgxD3LXnEO7XfA== @@ -1051,7 +1051,7 @@ "@babel/helper-create-regexp-features-plugin" "^7.22.15" "@babel/helper-plugin-utils" "^7.22.5" -"@babel/preset-env@^7.12.1", "@babel/preset-env@^7.15.4": +"@babel/preset-env@^7.15.4": version "7.23.8" resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.8.tgz#7d6f8171ea7c221ecd28059e65ad37c20e441e3e" integrity sha512-lFlpmkApLkEP6woIKprO6DO60RImpatTQKtz4sUcDjVcK8M8mQ4sZsuxaTMNOZf0sqAq/ReYW1ZBHnOQwKpLWA== @@ -1137,7 +1137,7 @@ core-js-compat "^3.31.0" semver "^6.3.1" -"@babel/preset-flow@^7.12.1": +"@babel/preset-flow@^7.14.0": version "7.23.3" resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.23.3.tgz#8084e08b9ccec287bd077ab288b286fab96ffab1" integrity sha512-7yn6hl8RIv+KNk6iIrGZ+D06VhVY35wLVf23Cz/mMu1zOr7u4MMP4j0nZ9tLf8+4ZFpnib8cFYgB/oYg9hfswA== @@ -1155,7 +1155,7 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/preset-react@^7.12.5", "@babel/preset-react@^7.14.0": +"@babel/preset-react@^7.14.0": version "7.23.3" resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.23.3.tgz#f73ca07e7590f977db07eb54dbe46538cc015709" integrity sha512-tbkHOS9axH6Ysf2OUEqoSZ6T3Fa2SrNH6WTWSPBboxKzdxNc9qOICeLXkNG0ZEwbQ1HY8liwOce4aN/Ceyuq6w== @@ -3146,21 +3146,22 @@ babel-preset-current-node-syntax@^1.0.0: "@babel/plugin-syntax-optional-chaining" "^7.8.3" "@babel/plugin-syntax-top-level-await" "^7.8.3" -babel-preset-gatsby-package@1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/babel-preset-gatsby-package/-/babel-preset-gatsby-package-1.5.0.tgz#f5646e2b9e194617fba8a3ee5dc2008b18135789" - integrity sha512-GIoX0AFni7A7f1Dj6BHYBqPUl0oW5hNHyXni45sW1hdBLlo13GmisiFfSaN5gkBp/1OXR1eJEBF3srSesgAJAQ== +babel-preset-gatsby-package@1.15.0: + version "1.15.0" + resolved "https://registry.yarnpkg.com/babel-preset-gatsby-package/-/babel-preset-gatsby-package-1.15.0.tgz#5049c7826f9ab8f608904ee311a01c4feaed39b2" + integrity sha512-fP3/yIDv6me5SiAp3awaVarvLiE1wAnb1YjqGpDuQhXR7E2vQyjtfcv+CvurZ6qDVGoC5gQSMqZyKzVc31c+kA== dependencies: - "@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1" - "@babel/plugin-proposal-optional-chaining" "^7.12.1" + "@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.12.1" - "@babel/plugin-transform-typescript" "^7.12.1" - "@babel/preset-env" "^7.12.1" - "@babel/preset-flow" "^7.12.1" - "@babel/preset-react" "^7.12.5" + "@babel/plugin-transform-runtime" "^7.15.0" + "@babel/plugin-transform-typescript" "^7.15.4" + "@babel/preset-env" "^7.15.4" + "@babel/preset-flow" "^7.14.0" + "@babel/preset-react" "^7.14.0" + "@babel/runtime" "^7.15.4" babel-plugin-dynamic-import-node "^2.3.3" - core-js "^3.10.0" + core-js "^3.17.2" babel-preset-gatsby@^1.5.0: version "1.15.0" @@ -4094,7 +4095,7 @@ core-js-compat@^3.31.0, core-js-compat@^3.33.1: dependencies: browserslist "^4.22.2" -core-js@^3.10.0, core-js@^3.9.0: +core-js@^3.17.2, core-js@^3.9.0: version "3.35.1" resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.35.1.tgz#9c28f8b7ccee482796f8590cc8d15739eaaf980c" integrity sha512-IgdsbxNyMskrTFxa9lWHyMwAJU5gXOPP+1yO+K59d50VLVAIDAbs7gIv705KzALModfK3ZrSZTPNpC0PQgIZuw==