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

Commit 69b1b55

Browse files
Bump @babel/parser from 7.20.13 to 7.24.4 in /desktop
Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.20.13 to 7.24.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.4/packages/babel-parser) --- updated-dependencies: - dependency-name: "@babel/parser" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e336c9e commit 69b1b55

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

desktop/babel-transformer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@babel/core": "^7.20.12",
1313
"@babel/generator": "^7.20.14",
14-
"@babel/parser": "^7.20.13",
14+
"@babel/parser": "^7.24.4",
1515
"@babel/plugin-transform-modules-commonjs": "^7.20.11",
1616
"@babel/plugin-transform-typescript": "^7.20.13",
1717
"@babel/preset-env": "^7.20.2",

desktop/yarn.lock

+4-14
Original file line numberDiff line numberDiff line change
@@ -906,20 +906,10 @@
906906
chalk "^2.4.2"
907907
js-tokens "^4.0.0"
908908

909-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.0", "@babel/parser@^7.16.7", "@babel/parser@^7.17.3":
910-
version "7.17.3"
911-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0"
912-
integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==
913-
914-
"@babel/parser@^7.14.7", "@babel/parser@^7.21.5", "@babel/parser@^7.21.8":
915-
version "7.21.9"
916-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.9.tgz#ab18ea3b85b4bc33ba98a8d4c2032c557d23cf14"
917-
integrity sha512-q5PNg/Bi1OpGgx5jYlvWZwAorZepEudDMCLtj967aeS7WMont7dUZI46M2XwcIQqvUlMxWfdLFu4S/qSxeUu5g==
918-
919-
"@babel/parser@^7.20.13", "@babel/parser@^7.20.7":
920-
version "7.20.13"
921-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.13.tgz#ddf1eb5a813588d2fb1692b70c6fce75b945c088"
922-
integrity sha512-gFDLKMfpiXCsjt4za2JA9oTMn70CeseCehb11kRZgvd7+F67Hih3OHOK24cRrWECJ/ljfPGac6ygXAs/C8kIvw==
909+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.3", "@babel/parser@^7.20.13", "@babel/parser@^7.20.7", "@babel/parser@^7.21.5", "@babel/parser@^7.21.8", "@babel/parser@^7.24.4":
910+
version "7.24.4"
911+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.4.tgz#234487a110d89ad5a3ed4a8a566c36b9453e8c88"
912+
integrity sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==
923913

924914
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
925915
version "7.18.6"

0 commit comments

Comments
 (0)