Skip to content

Commit 335f28f

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @babel/core to v7.18.5
1 parent c6560f9 commit 335f28f

File tree

5 files changed

+25
-25
lines changed

5 files changed

+25
-25
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.2",
33+
"@babel/core": "7.18.5",
3434
"@babel/polyfill": "7.12.1",
3535
"@babel/preset-env": "7.18.2",
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.17.10",
28-
"@babel/core": "7.18.2",
28+
"@babel/core": "7.18.5",
2929
"@babel/preset-env": "7.18.2",
3030
"@babel/preset-react": "7.17.12",
3131
"c8": "7.11.3",

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.2",
34+
"@babel/core": "7.18.5",
3535
"@babel/polyfill": "7.12.1",
3636
"c8": "7.11.3",
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.2",
33+
"@babel/core": "7.18.5",
3434
"@babel/preset-env": "7.18.2",
3535
"c8": "7.11.3",
3636
"mocha": "10.0.0",

yarn.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,21 @@
4444
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
4545
integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==
4646

47-
"@babel/[email protected].2":
48-
version "7.18.2"
49-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.2.tgz#87b2fcd7cce9becaa7f5acebdc4f09f3dd19d876"
50-
integrity sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ==
47+
"@babel/[email protected].5":
48+
version "7.18.5"
49+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.5.tgz#c597fa680e58d571c28dda9827669c78cdd7f000"
50+
integrity sha512-MGY8vg3DxMnctw0LdvSEojOsumc70g0t18gNyUdAZqB1Rpd1Bqo/svHGvt+UJ6JcGX+DIekGFDxxIWofBxLCnQ==
5151
dependencies:
5252
"@ampproject/remapping" "^2.1.0"
5353
"@babel/code-frame" "^7.16.7"
5454
"@babel/generator" "^7.18.2"
5555
"@babel/helper-compilation-targets" "^7.18.2"
5656
"@babel/helper-module-transforms" "^7.18.0"
5757
"@babel/helpers" "^7.18.2"
58-
"@babel/parser" "^7.18.0"
58+
"@babel/parser" "^7.18.5"
5959
"@babel/template" "^7.16.7"
60-
"@babel/traverse" "^7.18.2"
61-
"@babel/types" "^7.18.2"
60+
"@babel/traverse" "^7.18.5"
61+
"@babel/types" "^7.18.4"
6262
convert-source-map "^1.7.0"
6363
debug "^4.1.0"
6464
gensync "^1.0.0-beta.2"
@@ -280,10 +280,10 @@
280280
chalk "^2.0.0"
281281
js-tokens "^4.0.0"
282282

283-
"@babel/parser@^7.16.7", "@babel/parser@^7.18.0":
284-
version "7.18.0"
285-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.0.tgz#10a8d4e656bc01128d299a787aa006ce1a91e112"
286-
integrity sha512-AqDccGC+m5O/iUStSJy3DGRIUFu7WbY/CppZYwrEUB4N0tZlnI8CSTsgL7v5fHVFmUbRv2sd+yy27o8Ydt4MGg==
283+
"@babel/parser@^7.16.7", "@babel/parser@^7.18.5":
284+
version "7.18.5"
285+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.5.tgz#337062363436a893a2d22faa60be5bb37091c83c"
286+
integrity sha512-YZWVaglMiplo7v8f1oMQ5ZPQr0vn7HPeZXxXWsxXJRjGVrzUFn9OxFQl1sb5wzfootjA/yChhW84BV+383FSOw==
287287

288288
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.17.12":
289289
version "7.17.12"
@@ -954,26 +954,26 @@
954954
"@babel/parser" "^7.16.7"
955955
"@babel/types" "^7.16.7"
956956

957-
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2":
958-
version "7.18.2"
959-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.2.tgz#b77a52604b5cc836a9e1e08dca01cba67a12d2e8"
960-
integrity sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA==
957+
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2", "@babel/traverse@^7.18.5":
958+
version "7.18.5"
959+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.5.tgz#94a8195ad9642801837988ab77f36e992d9a20cd"
960+
integrity sha512-aKXj1KT66sBj0vVzk6rEeAO6Z9aiiQ68wfDgge3nHhA/my6xMM/7HGQUNumKZaoa2qUPQ5whJG9aAifsxUKfLA==
961961
dependencies:
962962
"@babel/code-frame" "^7.16.7"
963963
"@babel/generator" "^7.18.2"
964964
"@babel/helper-environment-visitor" "^7.18.2"
965965
"@babel/helper-function-name" "^7.17.9"
966966
"@babel/helper-hoist-variables" "^7.16.7"
967967
"@babel/helper-split-export-declaration" "^7.16.7"
968-
"@babel/parser" "^7.18.0"
969-
"@babel/types" "^7.18.2"
968+
"@babel/parser" "^7.18.5"
969+
"@babel/types" "^7.18.4"
970970
debug "^4.1.0"
971971
globals "^11.1.0"
972972

973-
"@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.18.0", "@babel/types@^7.18.2", "@babel/types@^7.4.4":
974-
version "7.18.2"
975-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.2.tgz#191abfed79ebe6f4242f643a9a5cbaa36b10b091"
976-
integrity sha512-0On6B8A4/+mFUto5WERt3EEuG1NznDirvwca1O8UwXQHVY8g3R7OzYgxXdOfMwLO08UrpUD/2+3Bclyq+/C94Q==
973+
"@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.18.0", "@babel/types@^7.18.2", "@babel/types@^7.18.4", "@babel/types@^7.4.4":
974+
version "7.18.4"
975+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.4.tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354"
976+
integrity sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==
977977
dependencies:
978978
"@babel/helper-validator-identifier" "^7.16.7"
979979
to-fast-properties "^2.0.0"

0 commit comments

Comments
 (0)