Skip to content

Commit fa405a6

Browse files
Update dependency @babel/core to v7.21.8
1 parent 97c12bf commit fa405a6

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
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.21.5",
33+
"@babel/core": "7.21.8",
3434
"@babel/polyfill": "7.12.1",
3535
"@babel/preset-env": "7.21.5",
3636
"@rollup/plugin-json": "6.0.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.21.5",
28-
"@babel/core": "7.21.5",
28+
"@babel/core": "7.21.8",
2929
"@babel/preset-env": "7.21.5",
3030
"@babel/preset-react": "7.18.6",
3131
"c8": "7.13.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.21.5",
34+
"@babel/core": "7.21.8",
3535
"@babel/polyfill": "7.12.1",
3636
"c8": "7.13.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.21.5",
33+
"@babel/core": "7.21.8",
3434
"@babel/preset-env": "7.21.5",
3535
"c8": "7.13.0",
3636
"mocha": "10.2.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@
4545
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.5.tgz#887a54ebe20c9f21edf27caf4ffcf8da6fdd5bd2"
4646
integrity sha512-M+XAiQ7GzQ3FDPf0KOLkugzptnIypt0X0ma0wmlTKPR3IchgNFdx2JXxZdvd18JY5s7QkaFD/qyX0dsMpog/Ug==
4747

48-
"@babel/[email protected].5":
49-
version "7.21.5"
50-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.5.tgz#92f753e8b9f96e15d4b398dbe2f25d1408c9c426"
51-
integrity sha512-9M398B/QH5DlfCOTKDZT1ozXr0x8uBEeFd+dJraGUZGiaNpGCDVGCc14hZexsMblw3XxltJ+6kSvogp9J+5a9g==
48+
"@babel/[email protected].8":
49+
version "7.21.8"
50+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.8.tgz#2a8c7f0f53d60100ba4c32470ba0281c92aa9aa4"
51+
integrity sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ==
5252
dependencies:
5353
"@ampproject/remapping" "^2.2.0"
5454
"@babel/code-frame" "^7.21.4"
5555
"@babel/generator" "^7.21.5"
5656
"@babel/helper-compilation-targets" "^7.21.5"
5757
"@babel/helper-module-transforms" "^7.21.5"
5858
"@babel/helpers" "^7.21.5"
59-
"@babel/parser" "^7.21.5"
59+
"@babel/parser" "^7.21.8"
6060
"@babel/template" "^7.20.7"
6161
"@babel/traverse" "^7.21.5"
6262
"@babel/types" "^7.21.5"
@@ -289,10 +289,10 @@
289289
chalk "^2.0.0"
290290
js-tokens "^4.0.0"
291291

292-
"@babel/parser@^7.20.7", "@babel/parser@^7.21.5":
293-
version "7.21.5"
294-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.5.tgz#821bb520118fd25b982eaf8d37421cf5c64a312b"
295-
integrity sha512-J+IxH2IsxV4HbnTrSWgMAQj0UEo61hDA4Ny8h8PCX0MLXiibqHbqIOVneqdocemSBc22VpBKxt4J6FQzy9HarQ==
292+
"@babel/parser@^7.20.7", "@babel/parser@^7.21.5", "@babel/parser@^7.21.8":
293+
version "7.21.8"
294+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.8.tgz#642af7d0333eab9c0ad70b14ac5e76dbde7bfdf8"
295+
integrity sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==
296296

297297
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
298298
version "7.18.6"

0 commit comments

Comments
 (0)