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

Commit fe4155a

Browse files
chore(deps): update dependency @babel/core to v7.21.3
1 parent 74f0809 commit fe4155a

File tree

2 files changed

+56
-16
lines changed

2 files changed

+56
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@babel/cli": "7.21.0",
33-
"@babel/core": "7.21.0",
33+
"@babel/core": "7.21.3",
3434
"@staticcms/app": "^1.2.3",
3535
"babel-preset-gatsby-package": "3.7.0",
3636
"cross-env": "7.0.3",

yarn.lock

Lines changed: 55 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@
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-
"@babel/[email protected].0":
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/[email protected].3":
42+
version "7.21.3"
43+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.3.tgz#cf1c877284a469da5d1ce1d1e53665253fae712e"
44+
integrity sha512-qIJONzoa/qiHghnm0l1n4i/6IIziDpzqc36FBs4pzMhDUraHqponwJLiAKm1hGLP3OSB/TVNz6rMwVGpwxxySw==
4545
dependencies:
4646
"@ampproject/remapping" "^2.2.0"
4747
"@babel/code-frame" "^7.18.6"
48-
"@babel/generator" "^7.21.0"
48+
"@babel/generator" "^7.21.3"
4949
"@babel/helper-compilation-targets" "^7.20.7"
50-
"@babel/helper-module-transforms" "^7.21.0"
50+
"@babel/helper-module-transforms" "^7.21.2"
5151
"@babel/helpers" "^7.21.0"
52-
"@babel/parser" "^7.21.0"
52+
"@babel/parser" "^7.21.3"
5353
"@babel/template" "^7.20.7"
54-
"@babel/traverse" "^7.21.0"
55-
"@babel/types" "^7.21.0"
54+
"@babel/traverse" "^7.21.3"
55+
"@babel/types" "^7.21.3"
5656
convert-source-map "^1.7.0"
5757
debug "^4.1.0"
5858
gensync "^1.0.0-beta.2"
@@ -87,6 +87,16 @@
8787
"@jridgewell/trace-mapping" "^0.3.17"
8888
jsesc "^2.5.1"
8989

90+
"@babel/generator@^7.21.3":
91+
version "7.21.3"
92+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.3.tgz#232359d0874b392df04045d72ce2fd9bb5045fce"
93+
integrity sha512-QS3iR1GYC/YGUnW7IdggFeN5c1poPUurnGttOV/bZgPGV+izC/D8HnD6DLwod0fsatNyVn1G3EVWMYIF0nHbeA==
94+
dependencies:
95+
"@babel/types" "^7.21.3"
96+
"@jridgewell/gen-mapping" "^0.3.2"
97+
"@jridgewell/trace-mapping" "^0.3.17"
98+
jsesc "^2.5.1"
99+
90100
"@babel/helper-annotate-as-pure@^7.16.0", "@babel/helper-annotate-as-pure@^7.18.6":
91101
version "7.18.6"
92102
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -210,19 +220,19 @@
210220
"@babel/traverse" "^7.20.10"
211221
"@babel/types" "^7.20.7"
212222

213-
"@babel/helper-module-transforms@^7.21.0":
214-
version "7.21.0"
215-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.0.tgz#89a8f86ad748870e3d024e470b2e8405e869db67"
216-
integrity sha512-eD/JQ21IG2i1FraJnTMbUarAUkA7G988ofehG5MDCRXaUU91rEBJuCeSoou2Sk1y4RbLYXzqEg1QLwEmRU4qcQ==
223+
"@babel/helper-module-transforms@^7.21.2":
224+
version "7.21.2"
225+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2"
226+
integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==
217227
dependencies:
218228
"@babel/helper-environment-visitor" "^7.18.9"
219229
"@babel/helper-module-imports" "^7.18.6"
220230
"@babel/helper-simple-access" "^7.20.2"
221231
"@babel/helper-split-export-declaration" "^7.18.6"
222232
"@babel/helper-validator-identifier" "^7.19.1"
223233
"@babel/template" "^7.20.7"
224-
"@babel/traverse" "^7.21.0"
225-
"@babel/types" "^7.21.0"
234+
"@babel/traverse" "^7.21.2"
235+
"@babel/types" "^7.21.2"
226236

227237
"@babel/helper-optimise-call-expression@^7.18.6":
228238
version "7.18.6"
@@ -332,6 +342,11 @@
332342
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.0.tgz#cc09288743b867763cb927ba101ccdf0b600b7e4"
333343
integrity sha512-ONjtg4renj14A9pj3iA5T5+r5Eijxbr2eNIkMBTC74occDSsRZUpe8vowmowAjFR1imWlkD8eEmjYXiREZpGZg==
334344

345+
"@babel/parser@^7.21.3":
346+
version "7.21.3"
347+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.3.tgz#1d285d67a19162ff9daa358d4cb41d50c06220b3"
348+
integrity sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ==
349+
335350
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
336351
version "7.18.6"
337352
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"
@@ -1084,6 +1099,22 @@
10841099
debug "^4.1.0"
10851100
globals "^11.1.0"
10861101

1102+
"@babel/traverse@^7.21.2", "@babel/traverse@^7.21.3":
1103+
version "7.21.3"
1104+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.3.tgz#4747c5e7903d224be71f90788b06798331896f67"
1105+
integrity sha512-XLyopNeaTancVitYZe2MlUEvgKb6YVVPXzofHgqHijCImG33b/uTurMS488ht/Hbsb2XK3U2BnSTxKVNGV3nGQ==
1106+
dependencies:
1107+
"@babel/code-frame" "^7.18.6"
1108+
"@babel/generator" "^7.21.3"
1109+
"@babel/helper-environment-visitor" "^7.18.9"
1110+
"@babel/helper-function-name" "^7.21.0"
1111+
"@babel/helper-hoist-variables" "^7.18.6"
1112+
"@babel/helper-split-export-declaration" "^7.18.6"
1113+
"@babel/parser" "^7.21.3"
1114+
"@babel/types" "^7.21.3"
1115+
debug "^4.1.0"
1116+
globals "^11.1.0"
1117+
10871118
"@babel/types@^7.0.0-beta.49", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.4.4":
10881119
version "7.20.7"
10891120
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"
@@ -1102,6 +1133,15 @@
11021133
"@babel/helper-validator-identifier" "^7.19.1"
11031134
to-fast-properties "^2.0.0"
11041135

1136+
"@babel/types@^7.21.2", "@babel/types@^7.21.3":
1137+
version "7.21.3"
1138+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.3.tgz#4865a5357ce40f64e3400b0f3b737dc6d4f64d05"
1139+
integrity sha512-sBGdETxC+/M4o/zKC0sl6sjWv62WFR/uzxrJ6uYyMLZOUlPnwzw0tKgVHOXxaAd5l2g8pEDM5RZ495GPQI77kg==
1140+
dependencies:
1141+
"@babel/helper-string-parser" "^7.19.4"
1142+
"@babel/helper-validator-identifier" "^7.19.1"
1143+
to-fast-properties "^2.0.0"
1144+
11051145
"@codemirror/[email protected]", "@codemirror/autocomplete@^6.0.0", "@codemirror/autocomplete@^6.3.2":
11061146
version "6.4.0"
11071147
resolved "https://registry.yarnpkg.com/@codemirror/autocomplete/-/autocomplete-6.4.0.tgz#76ac9a2a411a4cc6e13103014dba5e0fe601da5a"

0 commit comments

Comments
 (0)