Skip to content

Commit b557fb1

Browse files
Update dependency @babel/core to v7.19.6
1 parent 6a5c351 commit b557fb1

File tree

5 files changed

+50
-50
lines changed

5 files changed

+50
-50
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.19.3",
33+
"@babel/core": "7.19.6",
3434
"@babel/polyfill": "7.12.1",
3535
"@babel/preset-env": "7.19.4",
3636
"@rollup/plugin-json": "5.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.19.3",
28-
"@babel/core": "7.19.3",
28+
"@babel/core": "7.19.6",
2929
"@babel/preset-env": "7.19.4",
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.19.3",
34+
"@babel/core": "7.19.6",
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.19.3",
33+
"@babel/core": "7.19.6",
3434
"@babel/preset-env": "7.19.4",
3535
"c8": "7.12.0",
3636
"mocha": "10.1.0",

yarn.lock

Lines changed: 46 additions & 46 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.19.4.tgz#95c86de137bf0317f3a570e1b6e996b427299747"
4545
integrity sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw==
4646

47-
"@babel/[email protected].3":
48-
version "7.19.3"
49-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c"
50-
integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==
47+
"@babel/[email protected].6":
48+
version "7.19.6"
49+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.6.tgz#7122ae4f5c5a37c0946c066149abd8e75f81540f"
50+
integrity sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg==
5151
dependencies:
5252
"@ampproject/remapping" "^2.1.0"
5353
"@babel/code-frame" "^7.18.6"
54-
"@babel/generator" "^7.19.3"
54+
"@babel/generator" "^7.19.6"
5555
"@babel/helper-compilation-targets" "^7.19.3"
56-
"@babel/helper-module-transforms" "^7.19.0"
57-
"@babel/helpers" "^7.19.0"
58-
"@babel/parser" "^7.19.3"
56+
"@babel/helper-module-transforms" "^7.19.6"
57+
"@babel/helpers" "^7.19.4"
58+
"@babel/parser" "^7.19.6"
5959
"@babel/template" "^7.18.10"
60-
"@babel/traverse" "^7.19.3"
61-
"@babel/types" "^7.19.3"
60+
"@babel/traverse" "^7.19.6"
61+
"@babel/types" "^7.19.4"
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.19.3":
69-
version "7.19.3"
70-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59"
71-
integrity sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==
68+
"@babel/generator@^7.19.6":
69+
version "7.19.6"
70+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.6.tgz#9e481a3fe9ca6261c972645ae3904ec0f9b34a1d"
71+
integrity sha512-oHGRUQeoX1QrKeJIKVe0hwjGqNnVYsM5Nep5zo0uE0m42sLH+Fsd2pStJ5sRM1bNyTUUoz0pe2lTeMJrb/taTA==
7272
dependencies:
73-
"@babel/types" "^7.19.3"
73+
"@babel/types" "^7.19.4"
7474
"@jridgewell/gen-mapping" "^0.3.2"
7575
jsesc "^2.5.1"
7676

@@ -173,19 +173,19 @@
173173
dependencies:
174174
"@babel/types" "^7.18.6"
175175

176-
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.0":
177-
version "7.19.0"
178-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.0.tgz#309b230f04e22c58c6a2c0c0c7e50b216d350c30"
179-
integrity sha512-3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ==
176+
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.0", "@babel/helper-module-transforms@^7.19.6":
177+
version "7.19.6"
178+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz#6c52cc3ac63b70952d33ee987cbee1c9368b533f"
179+
integrity sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw==
180180
dependencies:
181181
"@babel/helper-environment-visitor" "^7.18.9"
182182
"@babel/helper-module-imports" "^7.18.6"
183-
"@babel/helper-simple-access" "^7.18.6"
183+
"@babel/helper-simple-access" "^7.19.4"
184184
"@babel/helper-split-export-declaration" "^7.18.6"
185-
"@babel/helper-validator-identifier" "^7.18.6"
185+
"@babel/helper-validator-identifier" "^7.19.1"
186186
"@babel/template" "^7.18.10"
187-
"@babel/traverse" "^7.19.0"
188-
"@babel/types" "^7.19.0"
187+
"@babel/traverse" "^7.19.6"
188+
"@babel/types" "^7.19.4"
189189

190190
"@babel/helper-optimise-call-expression@^7.18.6":
191191
version "7.18.6"
@@ -220,12 +220,12 @@
220220
"@babel/traverse" "^7.18.9"
221221
"@babel/types" "^7.18.9"
222222

223-
"@babel/helper-simple-access@^7.18.6":
224-
version "7.18.6"
225-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz#d6d8f51f4ac2978068df934b569f08f29788c7ea"
226-
integrity sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==
223+
"@babel/helper-simple-access@^7.18.6", "@babel/helper-simple-access@^7.19.4":
224+
version "7.19.4"
225+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz#be553f4951ac6352df2567f7daa19a0ee15668e7"
226+
integrity sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg==
227227
dependencies:
228-
"@babel/types" "^7.18.6"
228+
"@babel/types" "^7.19.4"
229229

230230
"@babel/helper-skip-transparent-expression-wrappers@^7.18.9":
231231
version "7.18.9"
@@ -266,14 +266,14 @@
266266
"@babel/traverse" "^7.18.10"
267267
"@babel/types" "^7.18.10"
268268

269-
"@babel/helpers@^7.19.0":
270-
version "7.19.0"
271-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.0.tgz#f30534657faf246ae96551d88dd31e9d1fa1fc18"
272-
integrity sha512-DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg==
269+
"@babel/helpers@^7.19.4":
270+
version "7.19.4"
271+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.4.tgz#42154945f87b8148df7203a25c31ba9a73be46c5"
272+
integrity sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw==
273273
dependencies:
274274
"@babel/template" "^7.18.10"
275-
"@babel/traverse" "^7.19.0"
276-
"@babel/types" "^7.19.0"
275+
"@babel/traverse" "^7.19.4"
276+
"@babel/types" "^7.19.4"
277277

278278
"@babel/highlight@^7.10.4", "@babel/highlight@^7.18.6":
279279
version "7.18.6"
@@ -284,10 +284,10 @@
284284
chalk "^2.0.0"
285285
js-tokens "^4.0.0"
286286

287-
"@babel/parser@^7.18.10", "@babel/parser@^7.19.3":
288-
version "7.19.3"
289-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a"
290-
integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==
287+
"@babel/parser@^7.18.10", "@babel/parser@^7.19.6":
288+
version "7.19.6"
289+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8"
290+
integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA==
291291

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

963-
"@babel/traverse@^7.18.10", "@babel/traverse@^7.18.9", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.3":
964-
version "7.19.3"
965-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4"
966-
integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==
963+
"@babel/traverse@^7.18.10", "@babel/traverse@^7.18.9", "@babel/traverse@^7.19.4", "@babel/traverse@^7.19.6":
964+
version "7.19.6"
965+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.6.tgz#7b4c865611df6d99cb131eec2e8ac71656a490dc"
966+
integrity sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ==
967967
dependencies:
968968
"@babel/code-frame" "^7.18.6"
969-
"@babel/generator" "^7.19.3"
969+
"@babel/generator" "^7.19.6"
970970
"@babel/helper-environment-visitor" "^7.18.9"
971971
"@babel/helper-function-name" "^7.19.0"
972972
"@babel/helper-hoist-variables" "^7.18.6"
973973
"@babel/helper-split-export-declaration" "^7.18.6"
974-
"@babel/parser" "^7.19.3"
975-
"@babel/types" "^7.19.3"
974+
"@babel/parser" "^7.19.6"
975+
"@babel/types" "^7.19.4"
976976
debug "^4.1.0"
977977
globals "^11.1.0"
978978

979-
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.19.4", "@babel/types@^7.4.4":
979+
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.4", "@babel/types@^7.4.4":
980980
version "7.19.4"
981981
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
982982
integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==

0 commit comments

Comments
 (0)