Skip to content

Commit 98b3201

Browse files
chore(examples) Update dependency @babel/core to v7.20.12 (#981)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e162081 commit 98b3201

File tree

2 files changed

+29
-13
lines changed

2 files changed

+29
-13
lines changed

node/svelte/svelte-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"tauri:build": "yarn tauri:source build"
1313
},
1414
"devDependencies": {
15-
"@babel/core": "7.20.7",
15+
"@babel/core": "7.20.12",
1616
"@babel/preset-env": "7.20.2",
1717
"@rollup/plugin-commonjs": "24.0.0",
1818
"@rollup/plugin-node-resolve": "15.0.1",

node/svelte/svelte-app/yarn.lock

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,25 +39,25 @@
3939
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.10.tgz#9d92fa81b87542fff50e848ed585b4212c1d34ec"
4040
integrity sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==
4141

42-
"@babel/[email protected].7":
43-
version "7.20.7"
44-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.7.tgz#37072f951bd4d28315445f66e0ec9f6ae0c8c35f"
45-
integrity sha512-t1ZjCluspe5DW24bn2Rr1CDb2v9rn/hROtg9a2tmd0+QYf4bsloYfLQzjG4qHPNMhWtKdGC33R5AxGR2Af2cBw==
42+
"@babel/[email protected].12":
43+
version "7.20.12"
44+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.12.tgz#7930db57443c6714ad216953d1356dac0eb8496d"
45+
integrity sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==
4646
dependencies:
4747
"@ampproject/remapping" "^2.1.0"
4848
"@babel/code-frame" "^7.18.6"
4949
"@babel/generator" "^7.20.7"
5050
"@babel/helper-compilation-targets" "^7.20.7"
51-
"@babel/helper-module-transforms" "^7.20.7"
51+
"@babel/helper-module-transforms" "^7.20.11"
5252
"@babel/helpers" "^7.20.7"
5353
"@babel/parser" "^7.20.7"
5454
"@babel/template" "^7.20.7"
55-
"@babel/traverse" "^7.20.7"
55+
"@babel/traverse" "^7.20.12"
5656
"@babel/types" "^7.20.7"
5757
convert-source-map "^1.7.0"
5858
debug "^4.1.0"
5959
gensync "^1.0.0-beta.2"
60-
json5 "^2.2.1"
60+
json5 "^2.2.2"
6161
semver "^6.3.0"
6262

6363
"@babel/generator@^7.18.10":
@@ -311,7 +311,7 @@
311311
"@babel/traverse" "^7.19.6"
312312
"@babel/types" "^7.19.4"
313313

314-
"@babel/helper-module-transforms@^7.20.7":
314+
"@babel/helper-module-transforms@^7.20.11":
315315
version "7.20.11"
316316
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz#df4c7af713c557938c50ea3ad0117a7944b2f1b0"
317317
integrity sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==
@@ -1263,6 +1263,22 @@
12631263
debug "^4.1.0"
12641264
globals "^11.1.0"
12651265

1266+
"@babel/traverse@^7.20.12":
1267+
version "7.20.12"
1268+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.12.tgz#7f0f787b3a67ca4475adef1f56cb94f6abd4a4b5"
1269+
integrity sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ==
1270+
dependencies:
1271+
"@babel/code-frame" "^7.18.6"
1272+
"@babel/generator" "^7.20.7"
1273+
"@babel/helper-environment-visitor" "^7.18.9"
1274+
"@babel/helper-function-name" "^7.19.0"
1275+
"@babel/helper-hoist-variables" "^7.18.6"
1276+
"@babel/helper-split-export-declaration" "^7.18.6"
1277+
"@babel/parser" "^7.20.7"
1278+
"@babel/types" "^7.20.7"
1279+
debug "^4.1.0"
1280+
globals "^11.1.0"
1281+
12661282
"@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.4.4":
12671283
version "7.13.17"
12681284
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.17.tgz#48010a115c9fba7588b4437dd68c9469012b38b4"
@@ -1835,10 +1851,10 @@ jsesc@~0.5.0:
18351851
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
18361852
integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=
18371853

1838-
json5@^2.2.1:
1839-
version "2.2.1"
1840-
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
1841-
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
1854+
json5@^2.2.2:
1855+
version "2.2.3"
1856+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
1857+
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
18421858

18431859
kleur@^4.1.4:
18441860
version "4.1.4"

0 commit comments

Comments
 (0)