Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 8f438f9

Browse files
chore(deps): update babel monorepo
1 parent 91717ce commit 8f438f9

File tree

2 files changed

+110
-61
lines changed

2 files changed

+110
-61
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"watch": "babel -w src --out-dir . --ignore \"**/__tests__\""
1919
},
2020
"dependencies": {
21-
"@babel/runtime": "7.21.0",
21+
"@babel/runtime": "7.22.3",
2222
"@soda/friendly-errors-webpack-plugin": "1.8.1",
2323
"copy-webpack-plugin": "11.0.0",
2424
"html-webpack-plugin": "5.5.0",
@@ -29,8 +29,8 @@
2929
"netlify-identity-widget": "1.9.2"
3030
},
3131
"devDependencies": {
32-
"@babel/cli": "7.21.0",
33-
"@babel/core": "7.21.0",
32+
"@babel/cli": "7.21.5",
33+
"@babel/core": "7.22.1",
3434
"@staticcms/app": "^2.0.0",
3535
"babel-preset-gatsby-package": "3.7.0",
3636
"cross-env": "7.0.3",

yarn.lock

+107-58
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"@jridgewell/gen-mapping" "^0.1.0"
1111
"@jridgewell/trace-mapping" "^0.3.9"
1212

13-
"@babel/[email protected].0":
14-
version "7.21.0"
15-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.21.0.tgz#1868eb70e9824b427fc607610cce8e9e7889e7e1"
16-
integrity sha512-xi7CxyS8XjSyiwUGCfwf+brtJxjW1/ZTcBUkP10xawIEXLX5HzLn+3aXkgxozcP2UhRhtKTmQurw9Uaes7jZrA==
13+
"@babel/[email protected].5":
14+
version "7.21.5"
15+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.21.5.tgz#a685a5b50b785f2edfbf6e042c1265c653547d9d"
16+
integrity sha512-TOKytQ9uQW9c4np8F+P7ZfPINy5Kv+pizDIUwSVH8X5zHgYHV4AA8HE5LA450xXeu4jEfmUckTYvv1I4S26M/g==
1717
dependencies:
1818
"@jridgewell/trace-mapping" "^0.3.17"
1919
commander "^4.0.1"
@@ -38,21 +38,26 @@
3838
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.10.tgz#9d92fa81b87542fff50e848ed585b4212c1d34ec"
3939
integrity sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==
4040

41-
42-
version "7.21.0"
43-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.0.tgz#1341aefdcc14ccc7553fcc688dd8986a2daffc13"
44-
integrity sha512-PuxUbxcW6ZYe656yL3EAhpy7qXKq0DmYsrJLpbB8XrsCP9Nm+XCg9XFMb5vIDliPD7+U/+M+QJlH17XOcB7eXA==
41+
"@babel/compat-data@^7.22.0":
42+
version "7.22.3"
43+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.3.tgz#cd502a6a0b6e37d7ad72ce7e71a7160a3ae36f7e"
44+
integrity sha512-aNtko9OPOwVESUFp3MZfD8Uzxl7JzSeJpd7npIoxCasU37PFbAQRpKglkaKwlHOyeJdrREpo8TW8ldrkYWwvIQ==
45+
46+
47+
version "7.22.1"
48+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.1.tgz#5de51c5206f4c6f5533562838337a603c1033cfd"
49+
integrity sha512-Hkqu7J4ynysSXxmAahpN1jjRwVJ+NdpraFLIWflgjpVob3KNyK3/tIUc7Q7szed8WMp0JNa7Qtd1E9Oo22F9gA==
4550
dependencies:
4651
"@ampproject/remapping" "^2.2.0"
47-
"@babel/code-frame" "^7.18.6"
48-
"@babel/generator" "^7.21.0"
49-
"@babel/helper-compilation-targets" "^7.20.7"
50-
"@babel/helper-module-transforms" "^7.21.0"
51-
"@babel/helpers" "^7.21.0"
52-
"@babel/parser" "^7.21.0"
53-
"@babel/template" "^7.20.7"
54-
"@babel/traverse" "^7.21.0"
55-
"@babel/types" "^7.21.0"
52+
"@babel/code-frame" "^7.21.4"
53+
"@babel/generator" "^7.22.0"
54+
"@babel/helper-compilation-targets" "^7.22.1"
55+
"@babel/helper-module-transforms" "^7.22.1"
56+
"@babel/helpers" "^7.22.0"
57+
"@babel/parser" "^7.22.0"
58+
"@babel/template" "^7.21.9"
59+
"@babel/traverse" "^7.22.1"
60+
"@babel/types" "^7.22.0"
5661
convert-source-map "^1.7.0"
5762
debug "^4.1.0"
5863
gensync "^1.0.0-beta.2"
@@ -78,16 +83,6 @@
7883
"@jridgewell/trace-mapping" "^0.3.17"
7984
jsesc "^2.5.1"
8085

81-
"@babel/generator@^7.21.0":
82-
version "7.21.0"
83-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.0.tgz#45d731e84f506ce02a7b22b9ba5861ea88eef64f"
84-
integrity sha512-z/zN3SePOtxN1/vPFdqrkuJGCD2Vx469+dSbNRD+4TF2+6e4Of5exHqAtcfL/2Nwu0RN0QsFwjyDBFwdUMzNSA==
85-
dependencies:
86-
"@babel/types" "^7.21.0"
87-
"@jridgewell/gen-mapping" "^0.3.2"
88-
"@jridgewell/trace-mapping" "^0.3.17"
89-
jsesc "^2.5.1"
90-
9186
"@babel/generator@^7.21.5":
9287
version "7.21.9"
9388
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.9.tgz#3a1b706e07d836e204aee0650e8ee878d3aaa241"
@@ -98,6 +93,16 @@
9893
"@jridgewell/trace-mapping" "^0.3.17"
9994
jsesc "^2.5.1"
10095

96+
"@babel/generator@^7.22.0":
97+
version "7.22.3"
98+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.3.tgz#0ff675d2edb93d7596c5f6728b52615cfc0df01e"
99+
integrity sha512-C17MW4wlk//ES/CJDL51kPNwl+qiBQyN7b9SKyVp11BLGFeSPoVaHrv+MNt8jwQFhQWowW88z1eeBx3pFz9v8A==
100+
dependencies:
101+
"@babel/types" "^7.22.3"
102+
"@jridgewell/gen-mapping" "^0.3.2"
103+
"@jridgewell/trace-mapping" "^0.3.17"
104+
jsesc "^2.5.1"
105+
101106
"@babel/helper-annotate-as-pure@^7.18.6":
102107
version "7.18.6"
103108
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -124,6 +129,17 @@
124129
lru-cache "^5.1.1"
125130
semver "^6.3.0"
126131

132+
"@babel/helper-compilation-targets@^7.22.1":
133+
version "7.22.1"
134+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.1.tgz#bfcd6b7321ffebe33290d68550e2c9d7eb7c7a58"
135+
integrity sha512-Rqx13UM3yVB5q0D/KwQ8+SPfX/+Rnsy1Lw1k/UwOC4KC6qrzIQoY3lYnBu5EHKBlEHHcj0M0W8ltPSkD8rqfsQ==
136+
dependencies:
137+
"@babel/compat-data" "^7.22.0"
138+
"@babel/helper-validator-option" "^7.21.0"
139+
browserslist "^4.21.3"
140+
lru-cache "^5.1.1"
141+
semver "^6.3.0"
142+
127143
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.20.12", "@babel/helper-create-class-features-plugin@^7.20.5", "@babel/helper-create-class-features-plugin@^7.20.7":
128144
version "7.20.12"
129145
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.12.tgz#4349b928e79be05ed2d1643b20b99bb87c503819"
@@ -163,6 +179,11 @@
163179
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz#c769afefd41d171836f7cb63e295bedf689d48ba"
164180
integrity sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==
165181

182+
"@babel/helper-environment-visitor@^7.22.1":
183+
version "7.22.1"
184+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.1.tgz#ac3a56dbada59ed969d712cf527bd8271fe3eba8"
185+
integrity sha512-Z2tgopurB/kTbidvzeBrc2To3PUP/9i5MUe+fU6QJCQDyPwSH2oRapkLw3KGECDYSjhQZCNxEvNvZlLw8JjGwA==
186+
166187
"@babel/helper-explode-assignable-expression@^7.18.6":
167188
version "7.18.6"
168189
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096"
@@ -228,19 +249,19 @@
228249
"@babel/traverse" "^7.20.10"
229250
"@babel/types" "^7.20.7"
230251

231-
"@babel/helper-module-transforms@^7.21.0":
232-
version "7.21.0"
233-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.0.tgz#89a8f86ad748870e3d024e470b2e8405e869db67"
234-
integrity sha512-eD/JQ21IG2i1FraJnTMbUarAUkA7G988ofehG5MDCRXaUU91rEBJuCeSoou2Sk1y4RbLYXzqEg1QLwEmRU4qcQ==
252+
"@babel/helper-module-transforms@^7.22.1":
253+
version "7.22.1"
254+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.1.tgz#e0cad47fedcf3cae83c11021696376e2d5a50c63"
255+
integrity sha512-dxAe9E7ySDGbQdCVOY/4+UcD8M9ZFqZcZhSPsPacvCG4M+9lwtDDQfI2EoaSvmf7W/8yCBkGU0m7Pvt1ru3UZw==
235256
dependencies:
236-
"@babel/helper-environment-visitor" "^7.18.9"
237-
"@babel/helper-module-imports" "^7.18.6"
238-
"@babel/helper-simple-access" "^7.20.2"
257+
"@babel/helper-environment-visitor" "^7.22.1"
258+
"@babel/helper-module-imports" "^7.21.4"
259+
"@babel/helper-simple-access" "^7.21.5"
239260
"@babel/helper-split-export-declaration" "^7.18.6"
240261
"@babel/helper-validator-identifier" "^7.19.1"
241-
"@babel/template" "^7.20.7"
242-
"@babel/traverse" "^7.21.0"
243-
"@babel/types" "^7.21.0"
262+
"@babel/template" "^7.21.9"
263+
"@babel/traverse" "^7.22.1"
264+
"@babel/types" "^7.22.0"
244265

245266
"@babel/helper-optimise-call-expression@^7.18.6":
246267
version "7.18.6"
@@ -288,6 +309,13 @@
288309
dependencies:
289310
"@babel/types" "^7.20.2"
290311

312+
"@babel/helper-simple-access@^7.21.5":
313+
version "7.21.5"
314+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.21.5.tgz#d697a7971a5c39eac32c7e63c0921c06c8a249ee"
315+
integrity sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==
316+
dependencies:
317+
"@babel/types" "^7.21.5"
318+
291319
"@babel/helper-skip-transparent-expression-wrappers@^7.20.0":
292320
version "7.20.0"
293321
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz#fbe4c52f60518cab8140d77101f0e63a8a230684"
@@ -317,6 +345,11 @@
317345
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
318346
integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==
319347

348+
"@babel/helper-validator-option@^7.21.0":
349+
version "7.21.0"
350+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
351+
integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==
352+
320353
"@babel/helper-wrap-function@^7.18.9":
321354
version "7.20.5"
322355
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz#75e2d84d499a0ab3b31c33bcfe59d6b8a45f62e3"
@@ -327,14 +360,14 @@
327360
"@babel/traverse" "^7.20.5"
328361
"@babel/types" "^7.20.5"
329362

330-
"@babel/helpers@^7.21.0":
331-
version "7.21.0"
332-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.0.tgz#9dd184fb5599862037917cdc9eecb84577dc4e7e"
333-
integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==
363+
"@babel/helpers@^7.22.0":
364+
version "7.22.3"
365+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.3.tgz#53b74351da9684ea2f694bf0877998da26dd830e"
366+
integrity sha512-jBJ7jWblbgr7r6wYZHMdIqKc73ycaTcCaWRq4/2LpuPHcx7xMlZvpGQkOYc9HeSjn6rcx15CPlgVcBtZ4WZJ2w==
334367
dependencies:
335-
"@babel/template" "^7.20.7"
336-
"@babel/traverse" "^7.21.0"
337-
"@babel/types" "^7.21.0"
368+
"@babel/template" "^7.21.9"
369+
"@babel/traverse" "^7.22.1"
370+
"@babel/types" "^7.22.3"
338371

339372
"@babel/highlight@^7.18.6":
340373
version "7.18.6"
@@ -355,10 +388,10 @@
355388
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.9.tgz#ab18ea3b85b4bc33ba98a8d4c2032c557d23cf14"
356389
integrity sha512-q5PNg/Bi1OpGgx5jYlvWZwAorZepEudDMCLtj967aeS7WMont7dUZI46M2XwcIQqvUlMxWfdLFu4S/qSxeUu5g==
357390

358-
"@babel/parser@^7.21.0":
359-
version "7.21.0"
360-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.0.tgz#cc09288743b867763cb927ba101ccdf0b600b7e4"
361-
integrity sha512-ONjtg4renj14A9pj3iA5T5+r5Eijxbr2eNIkMBTC74occDSsRZUpe8vowmowAjFR1imWlkD8eEmjYXiREZpGZg==
391+
"@babel/parser@^7.22.0":
392+
version "7.22.3"
393+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.3.tgz#838ae31893373222cd9062568e2192c670037e00"
394+
integrity sha512-vrukxyW/ep8UD1UDzOYpTKQ6abgjFoeG6L+4ar9+c5TN9QnlqiOi6QK7LSR5ewm/ERyGkT/Ai6VboNrxhbr9Uw==
362395

363396
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
364397
version "7.18.6"
@@ -1075,6 +1108,13 @@
10751108
dependencies:
10761109
regenerator-runtime "^0.13.11"
10771110

1111+
1112+
version "7.22.3"
1113+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.3.tgz#0a7fce51d43adbf0f7b517a71f4c3aaca92ebcbb"
1114+
integrity sha512-XsDuspWKLUsxwCp6r7EhsExHtYfbe5oAGQ19kqngTdCPUoPQzOPdUbD/pB9PJiwb2ptYKQDjSJT3R6dC+EPqfQ==
1115+
dependencies:
1116+
regenerator-runtime "^0.13.11"
1117+
10781118
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.14.8", "@babel/runtime@^7.18.3", "@babel/runtime@^7.18.6", "@babel/runtime@^7.18.9", "@babel/runtime@^7.19.0", "@babel/runtime@^7.20.13", "@babel/runtime@^7.20.7", "@babel/runtime@^7.21.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
10791119
version "7.21.5"
10801120
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.5.tgz#8492dddda9644ae3bda3b45eabe87382caee7200"
@@ -1098,7 +1138,7 @@
10981138
"@babel/parser" "^7.20.7"
10991139
"@babel/types" "^7.20.7"
11001140

1101-
"@babel/template@^7.20.7":
1141+
"@babel/template@^7.20.7", "@babel/template@^7.21.9":
11021142
version "7.21.9"
11031143
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.21.9.tgz#bf8dad2859130ae46088a99c1f265394877446fb"
11041144
integrity sha512-MK0X5k8NKOuWRamiEfc3KEJiHMTkGZNUjzMipqCGDDc6ijRl/B7RGSKVGncu4Ro/HdyzzY6cmoXuKI2Gffk7vQ==
@@ -1123,19 +1163,19 @@
11231163
debug "^4.1.0"
11241164
globals "^11.1.0"
11251165

1126-
"@babel/traverse@^7.21.0":
1127-
version "7.21.0"
1128-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.0.tgz#0e1807abd5db98e6a19c204b80ed1e3f5bca0edc"
1129-
integrity sha512-Xdt2P1H4LKTO8ApPfnO1KmzYMFpp7D/EinoXzLYN/cHcBNrVCAkAtGUcXnHXrl/VGktureU6fkQrHSBE2URfoA==
1166+
"@babel/traverse@^7.22.1":
1167+
version "7.22.1"
1168+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.1.tgz#bd22c50b1439cfcfc2fa137b7fdf6c06787456e9"
1169+
integrity sha512-lAWkdCoUFnmwLBhIRLciFntGYsIIoC6vIbN8zrLPqBnJmPu7Z6nzqnKd7FsxQUNAvZfVZ0x6KdNvNp8zWIOHSQ==
11301170
dependencies:
1131-
"@babel/code-frame" "^7.18.6"
1132-
"@babel/generator" "^7.21.0"
1133-
"@babel/helper-environment-visitor" "^7.18.9"
1171+
"@babel/code-frame" "^7.21.4"
1172+
"@babel/generator" "^7.22.0"
1173+
"@babel/helper-environment-visitor" "^7.22.1"
11341174
"@babel/helper-function-name" "^7.21.0"
11351175
"@babel/helper-hoist-variables" "^7.18.6"
11361176
"@babel/helper-split-export-declaration" "^7.18.6"
1137-
"@babel/parser" "^7.21.0"
1138-
"@babel/types" "^7.21.0"
1177+
"@babel/parser" "^7.22.0"
1178+
"@babel/types" "^7.22.0"
11391179
debug "^4.1.0"
11401180
globals "^11.1.0"
11411181

@@ -1191,6 +1231,15 @@
11911231
"@babel/helper-validator-identifier" "^7.19.1"
11921232
to-fast-properties "^2.0.0"
11931233

1234+
"@babel/types@^7.22.0", "@babel/types@^7.22.3":
1235+
version "7.22.3"
1236+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.3.tgz#0cc6af178b91490acaeb4a2f70dcbf27cdf3d8f3"
1237+
integrity sha512-P3na3xIQHTKY4L0YOG7pM8M8uoUIB910WQaSiiMCZUC2Cy8XFEQONGABFnHWBa2gpGKODTAJcNhi5Zk0sLRrzg==
1238+
dependencies:
1239+
"@babel/helper-string-parser" "^7.21.5"
1240+
"@babel/helper-validator-identifier" "^7.19.1"
1241+
to-fast-properties "^2.0.0"
1242+
11941243
"@codemirror/[email protected]":
11951244
version "6.5.1"
11961245
resolved "https://registry.yarnpkg.com/@codemirror/autocomplete/-/autocomplete-6.5.1.tgz#539cfff291dbffd3841cba078b222cea28ff7eda"

0 commit comments

Comments
 (0)