Skip to content

Commit df069af

Browse files
Bump @babel/core from 7.24.3 to 7.24.4 (#136)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c910c45 commit df069af

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"lit-html": "^3.1.2"
2424
},
2525
"devDependencies": {
26-
"@babel/core": "^7.24.3",
26+
"@babel/core": "^7.24.4",
2727
"@babel/preset-env": "^7.24.3",
2828
"@rollup/plugin-babel": "^6.0.4",
2929
"@rollup/plugin-json": "^6.1.0",

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@
3333
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.1.tgz#31c1f66435f2a9c329bb5716a6d6186c516c3742"
3434
integrity sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA==
3535

36-
"@babel/core@^7.24.3":
37-
version "7.24.3"
38-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.3.tgz#568864247ea10fbd4eff04dda1e05f9e2ea985c3"
39-
integrity sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ==
36+
"@babel/core@^7.24.4":
37+
version "7.24.4"
38+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.4.tgz#1f758428e88e0d8c563874741bc4ffc4f71a4717"
39+
integrity sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==
4040
dependencies:
4141
"@ampproject/remapping" "^2.2.0"
4242
"@babel/code-frame" "^7.24.2"
43-
"@babel/generator" "^7.24.1"
43+
"@babel/generator" "^7.24.4"
4444
"@babel/helper-compilation-targets" "^7.23.6"
4545
"@babel/helper-module-transforms" "^7.23.3"
46-
"@babel/helpers" "^7.24.1"
47-
"@babel/parser" "^7.24.1"
46+
"@babel/helpers" "^7.24.4"
47+
"@babel/parser" "^7.24.4"
4848
"@babel/template" "^7.24.0"
4949
"@babel/traverse" "^7.24.1"
5050
"@babel/types" "^7.24.0"
@@ -54,10 +54,10 @@
5454
json5 "^2.2.3"
5555
semver "^6.3.1"
5656

57-
"@babel/generator@^7.24.1":
58-
version "7.24.1"
59-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.1.tgz#e67e06f68568a4ebf194d1c6014235344f0476d0"
60-
integrity sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A==
57+
"@babel/generator@^7.24.1", "@babel/generator@^7.24.4":
58+
version "7.24.4"
59+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.4.tgz#1fc55532b88adf952025d5d2d1e71f946cb1c498"
60+
integrity sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==
6161
dependencies:
6262
"@babel/types" "^7.24.0"
6363
"@jridgewell/gen-mapping" "^0.3.5"
@@ -251,10 +251,10 @@
251251
"@babel/template" "^7.22.15"
252252
"@babel/types" "^7.22.19"
253253

254-
"@babel/helpers@^7.24.1":
255-
version "7.24.1"
256-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.1.tgz#183e44714b9eba36c3038e442516587b1e0a1a94"
257-
integrity sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==
254+
"@babel/helpers@^7.24.4":
255+
version "7.24.4"
256+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.4.tgz#dc00907fd0d95da74563c142ef4cd21f2cb856b6"
257+
integrity sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==
258258
dependencies:
259259
"@babel/template" "^7.24.0"
260260
"@babel/traverse" "^7.24.1"
@@ -270,10 +270,10 @@
270270
js-tokens "^4.0.0"
271271
picocolors "^1.0.0"
272272

273-
"@babel/parser@^7.24.0", "@babel/parser@^7.24.1":
274-
version "7.24.1"
275-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.1.tgz#1e416d3627393fab1cb5b0f2f1796a100ae9133a"
276-
integrity sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==
273+
"@babel/parser@^7.24.0", "@babel/parser@^7.24.1", "@babel/parser@^7.24.4":
274+
version "7.24.4"
275+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.4.tgz#234487a110d89ad5a3ed4a8a566c36b9453e8c88"
276+
integrity sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==
277277

278278
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.24.1":
279279
version "7.24.1"

0 commit comments

Comments
 (0)