Skip to content

Commit af1d4a3

Browse files
Update dependency @babel/core to v7.18.13
1 parent 042e128 commit af1d4a3

File tree

5 files changed

+32
-32
lines changed

5 files changed

+32
-32
lines changed

packages/content-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"access": "public"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "7.18.10",
33+
"@babel/core": "7.18.13",
3434
"@babel/polyfill": "7.12.1",
3535
"@babel/preset-env": "7.18.10",
3636
"@rollup/plugin-json": "4.1.0",

packages/helpers-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@babel/cli": "7.18.10",
28-
"@babel/core": "7.18.10",
28+
"@babel/core": "7.18.13",
2929
"@babel/preset-env": "7.18.10",
3030
"@babel/preset-react": "7.18.6",
3131
"c8": "7.12.0",

packages/helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"access": "public"
3232
},
3333
"devDependencies": {
34-
"@babel/core": "7.18.10",
34+
"@babel/core": "7.18.13",
3535
"@babel/polyfill": "7.12.1",
3636
"c8": "7.12.0",
3737
"istanbul": "0.4.5",

packages/timezone-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"access": "public"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "7.18.10",
33+
"@babel/core": "7.18.13",
3434
"@babel/preset-env": "7.18.10",
3535
"c8": "7.12.0",
3636
"mocha": "10.0.0",

yarn.lock

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -44,33 +44,33 @@
4444
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d"
4545
integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==
4646

47-
"@babel/[email protected].10":
48-
version "7.18.10"
49-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.10.tgz#39ad504991d77f1f3da91be0b8b949a5bc466fb8"
50-
integrity sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw==
47+
"@babel/[email protected].13":
48+
version "7.18.13"
49+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.13.tgz#9be8c44512751b05094a4d3ab05fc53a47ce00ac"
50+
integrity sha512-ZisbOvRRusFktksHSG6pjj1CSvkPkcZq/KHD45LAkVP/oiHJkNBZWfpvlLmX8OtHDG8IuzsFlVRWo08w7Qxn0A==
5151
dependencies:
5252
"@ampproject/remapping" "^2.1.0"
5353
"@babel/code-frame" "^7.18.6"
54-
"@babel/generator" "^7.18.10"
54+
"@babel/generator" "^7.18.13"
5555
"@babel/helper-compilation-targets" "^7.18.9"
5656
"@babel/helper-module-transforms" "^7.18.9"
5757
"@babel/helpers" "^7.18.9"
58-
"@babel/parser" "^7.18.10"
58+
"@babel/parser" "^7.18.13"
5959
"@babel/template" "^7.18.10"
60-
"@babel/traverse" "^7.18.10"
61-
"@babel/types" "^7.18.10"
60+
"@babel/traverse" "^7.18.13"
61+
"@babel/types" "^7.18.13"
6262
convert-source-map "^1.7.0"
6363
debug "^4.1.0"
6464
gensync "^1.0.0-beta.2"
6565
json5 "^2.2.1"
6666
semver "^6.3.0"
6767

68-
"@babel/generator@^7.18.10":
69-
version "7.18.10"
70-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.10.tgz#794f328bfabdcbaf0ebf9bf91b5b57b61fa77a2a"
71-
integrity sha512-0+sW7e3HjQbiHbj1NeU/vN8ornohYlacAfZIaXhdoGweQqgcNy69COVciYYqEXJ/v+9OBA7Frxm4CVAuNqKeNA==
68+
"@babel/generator@^7.18.13":
69+
version "7.18.13"
70+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.13.tgz#59550cbb9ae79b8def15587bdfbaa388c4abf212"
71+
integrity sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ==
7272
dependencies:
73-
"@babel/types" "^7.18.10"
73+
"@babel/types" "^7.18.13"
7474
"@jridgewell/gen-mapping" "^0.3.2"
7575
jsesc "^2.5.1"
7676

@@ -284,10 +284,10 @@
284284
chalk "^2.0.0"
285285
js-tokens "^4.0.0"
286286

287-
"@babel/parser@^7.18.10":
288-
version "7.18.10"
289-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.10.tgz#94b5f8522356e69e8277276adf67ed280c90ecc1"
290-
integrity sha512-TYk3OA0HKL6qNryUayb5UUEhM/rkOQozIBEA5ITXh5DWrSp0TlUQXMyZmnWxG/DizSWBeeQ0Zbc5z8UGaaqoeg==
287+
"@babel/parser@^7.18.10", "@babel/parser@^7.18.13":
288+
version "7.18.13"
289+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.13.tgz#5b2dd21cae4a2c5145f1fbd8ca103f9313d3b7e4"
290+
integrity sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg==
291291

292292
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
293293
version "7.18.6"
@@ -959,26 +959,26 @@
959959
"@babel/parser" "^7.18.10"
960960
"@babel/types" "^7.18.10"
961961

962-
"@babel/traverse@^7.18.10", "@babel/traverse@^7.18.9":
963-
version "7.18.10"
964-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.10.tgz#37ad97d1cb00efa869b91dd5d1950f8a6cf0cb08"
965-
integrity sha512-J7ycxg0/K9XCtLyHf0cz2DqDihonJeIo+z+HEdRe9YuT8TY4A66i+Ab2/xZCEW7Ro60bPCBBfqqboHSamoV3+g==
962+
"@babel/traverse@^7.18.10", "@babel/traverse@^7.18.13", "@babel/traverse@^7.18.9":
963+
version "7.18.13"
964+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.13.tgz#5ab59ef51a997b3f10c4587d648b9696b6cb1a68"
965+
integrity sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA==
966966
dependencies:
967967
"@babel/code-frame" "^7.18.6"
968-
"@babel/generator" "^7.18.10"
968+
"@babel/generator" "^7.18.13"
969969
"@babel/helper-environment-visitor" "^7.18.9"
970970
"@babel/helper-function-name" "^7.18.9"
971971
"@babel/helper-hoist-variables" "^7.18.6"
972972
"@babel/helper-split-export-declaration" "^7.18.6"
973-
"@babel/parser" "^7.18.10"
974-
"@babel/types" "^7.18.10"
973+
"@babel/parser" "^7.18.13"
974+
"@babel/types" "^7.18.13"
975975
debug "^4.1.0"
976976
globals "^11.1.0"
977977

978-
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.4.4":
979-
version "7.18.10"
980-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.10.tgz#4908e81b6b339ca7c6b7a555a5fc29446f26dde6"
981-
integrity sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ==
978+
"@babel/types@^7.18.10", "@babel/types@^7.18.13", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.4.4":
979+
version "7.18.13"
980+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.13.tgz#30aeb9e514f4100f7c1cb6e5ba472b30e48f519a"
981+
integrity sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==
982982
dependencies:
983983
"@babel/helper-string-parser" "^7.18.10"
984984
"@babel/helper-validator-identifier" "^7.18.6"

0 commit comments

Comments
 (0)