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

Commit 044c96f

Browse files
chore(deps): update babel monorepo
1 parent 85146c1 commit 044c96f

File tree

2 files changed

+65
-68
lines changed

2 files changed

+65
-68
lines changed

package.json

Lines changed: 3 additions & 3 deletions
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.21.5",
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.21.8",
3434
"@staticcms/app": "^2.0.0",
3535
"babel-preset-gatsby-package": "3.7.0",
3636
"cross-env": "7.0.3",

yarn.lock

Lines changed: 62 additions & 65 deletions
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.21.5":
42+
version "7.21.7"
43+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.7.tgz#61caffb60776e49a57ba61a88f02bedd8714f6bc"
44+
integrity sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA==
45+
46+
47+
version "7.21.8"
48+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.8.tgz#2a8c7f0f53d60100ba4c32470ba0281c92aa9aa4"
49+
integrity sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ==
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"
52+
"@babel/code-frame" "^7.21.4"
53+
"@babel/generator" "^7.21.5"
54+
"@babel/helper-compilation-targets" "^7.21.5"
55+
"@babel/helper-module-transforms" "^7.21.5"
56+
"@babel/helpers" "^7.21.5"
57+
"@babel/parser" "^7.21.8"
5358
"@babel/template" "^7.20.7"
54-
"@babel/traverse" "^7.21.0"
55-
"@babel/types" "^7.21.0"
59+
"@babel/traverse" "^7.21.5"
60+
"@babel/types" "^7.21.5"
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.5"
9388
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.5.tgz#c0c0e5449504c7b7de8236d99338c3e2a340745f"
@@ -124,6 +119,17 @@
124119
lru-cache "^5.1.1"
125120
semver "^6.3.0"
126121

122+
"@babel/helper-compilation-targets@^7.21.5":
123+
version "7.21.5"
124+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.5.tgz#631e6cc784c7b660417421349aac304c94115366"
125+
integrity sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==
126+
dependencies:
127+
"@babel/compat-data" "^7.21.5"
128+
"@babel/helper-validator-option" "^7.21.0"
129+
browserslist "^4.21.3"
130+
lru-cache "^5.1.1"
131+
semver "^6.3.0"
132+
127133
"@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":
128134
version "7.20.12"
129135
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.12.tgz#4349b928e79be05ed2d1643b20b99bb87c503819"
@@ -228,19 +234,19 @@
228234
"@babel/traverse" "^7.20.10"
229235
"@babel/types" "^7.20.7"
230236

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==
237+
"@babel/helper-module-transforms@^7.21.5":
238+
version "7.21.5"
239+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.5.tgz#d937c82e9af68d31ab49039136a222b17ac0b420"
240+
integrity sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw==
235241
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"
242+
"@babel/helper-environment-visitor" "^7.21.5"
243+
"@babel/helper-module-imports" "^7.21.4"
244+
"@babel/helper-simple-access" "^7.21.5"
239245
"@babel/helper-split-export-declaration" "^7.18.6"
240246
"@babel/helper-validator-identifier" "^7.19.1"
241247
"@babel/template" "^7.20.7"
242-
"@babel/traverse" "^7.21.0"
243-
"@babel/types" "^7.21.0"
248+
"@babel/traverse" "^7.21.5"
249+
"@babel/types" "^7.21.5"
244250

245251
"@babel/helper-optimise-call-expression@^7.18.6":
246252
version "7.18.6"
@@ -288,6 +294,13 @@
288294
dependencies:
289295
"@babel/types" "^7.20.2"
290296

297+
"@babel/helper-simple-access@^7.21.5":
298+
version "7.21.5"
299+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.21.5.tgz#d697a7971a5c39eac32c7e63c0921c06c8a249ee"
300+
integrity sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==
301+
dependencies:
302+
"@babel/types" "^7.21.5"
303+
291304
"@babel/helper-skip-transparent-expression-wrappers@^7.20.0":
292305
version "7.20.0"
293306
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz#fbe4c52f60518cab8140d77101f0e63a8a230684"
@@ -317,6 +330,11 @@
317330
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
318331
integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==
319332

333+
"@babel/helper-validator-option@^7.21.0":
334+
version "7.21.0"
335+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
336+
integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==
337+
320338
"@babel/helper-wrap-function@^7.18.9":
321339
version "7.20.5"
322340
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz#75e2d84d499a0ab3b31c33bcfe59d6b8a45f62e3"
@@ -327,14 +345,14 @@
327345
"@babel/traverse" "^7.20.5"
328346
"@babel/types" "^7.20.5"
329347

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==
348+
"@babel/helpers@^7.21.5":
349+
version "7.21.5"
350+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.5.tgz#5bac66e084d7a4d2d9696bdf0175a93f7fb63c08"
351+
integrity sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA==
334352
dependencies:
335353
"@babel/template" "^7.20.7"
336-
"@babel/traverse" "^7.21.0"
337-
"@babel/types" "^7.21.0"
354+
"@babel/traverse" "^7.21.5"
355+
"@babel/types" "^7.21.5"
338356

339357
"@babel/highlight@^7.18.6":
340358
version "7.18.6"
@@ -350,16 +368,11 @@
350368
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.3.tgz#1d285d67a19162ff9daa358d4cb41d50c06220b3"
351369
integrity sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ==
352370

353-
"@babel/parser@^7.20.7", "@babel/parser@^7.21.5":
371+
"@babel/parser@^7.20.7", "@babel/parser@^7.21.5", "@babel/parser@^7.21.8":
354372
version "7.21.8"
355373
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.8.tgz#642af7d0333eab9c0ad70b14ac5e76dbde7bfdf8"
356374
integrity sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==
357375

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==
362-
363376
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
364377
version "7.18.6"
365378
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
@@ -1075,7 +1088,7 @@
10751088
dependencies:
10761089
regenerator-runtime "^0.13.11"
10771090

1078-
"@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":
1091+
"@babel/runtime@7.21.5", "@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":
10791092
version "7.21.5"
10801093
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.5.tgz#8492dddda9644ae3bda3b45eabe87382caee7200"
10811094
integrity sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q==
@@ -1114,23 +1127,7 @@
11141127
debug "^4.1.0"
11151128
globals "^11.1.0"
11161129

1117-
"@babel/traverse@^7.21.0":
1118-
version "7.21.0"
1119-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.0.tgz#0e1807abd5db98e6a19c204b80ed1e3f5bca0edc"
1120-
integrity sha512-Xdt2P1H4LKTO8ApPfnO1KmzYMFpp7D/EinoXzLYN/cHcBNrVCAkAtGUcXnHXrl/VGktureU6fkQrHSBE2URfoA==
1121-
dependencies:
1122-
"@babel/code-frame" "^7.18.6"
1123-
"@babel/generator" "^7.21.0"
1124-
"@babel/helper-environment-visitor" "^7.18.9"
1125-
"@babel/helper-function-name" "^7.21.0"
1126-
"@babel/helper-hoist-variables" "^7.18.6"
1127-
"@babel/helper-split-export-declaration" "^7.18.6"
1128-
"@babel/parser" "^7.21.0"
1129-
"@babel/types" "^7.21.0"
1130-
debug "^4.1.0"
1131-
globals "^11.1.0"
1132-
1133-
"@babel/traverse@^7.4.5":
1130+
"@babel/traverse@^7.21.5", "@babel/traverse@^7.4.5":
11341131
version "7.21.5"
11351132
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.5.tgz#ad22361d352a5154b498299d523cf72998a4b133"
11361133
integrity sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==

0 commit comments

Comments
 (0)