Skip to content

Commit 36a13be

Browse files
⬆️ Bump @babel/plugin-syntax-import-assertions
Bumps [@babel/plugin-syntax-import-assertions](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-syntax-import-assertions) from 7.23.3 to 7.24.1. - [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.1/packages/babel-plugin-syntax-import-assertions) --- updated-dependencies: - dependency-name: "@babel/plugin-syntax-import-assertions" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5a44226 commit 36a13be

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"devDependencies": {
6262
"@babel/cli": "7.23.9",
6363
"@babel/core": "7.24.0",
64-
"@babel/plugin-syntax-import-assertions": "^7.23.3",
64+
"@babel/plugin-syntax-import-assertions": "^7.24.1",
6565
"@babel/preset-env": "7.23.9",
6666
"@babel/preset-flow": "7.24.0",
6767
"@babel/preset-typescript": "^7.23.3",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -448,12 +448,12 @@
448448
dependencies:
449449
"@babel/helper-plugin-utils" "^7.22.5"
450450

451-
"@babel/plugin-syntax-import-assertions@^7.23.3":
452-
version "7.23.3"
453-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.23.3.tgz#9c05a7f592982aff1a2768260ad84bcd3f0c77fc"
454-
integrity sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==
451+
"@babel/plugin-syntax-import-assertions@^7.23.3", "@babel/plugin-syntax-import-assertions@^7.24.1":
452+
version "7.24.1"
453+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.1.tgz#db3aad724153a00eaac115a3fb898de544e34971"
454+
integrity sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==
455455
dependencies:
456-
"@babel/helper-plugin-utils" "^7.22.5"
456+
"@babel/helper-plugin-utils" "^7.24.0"
457457

458458
"@babel/plugin-syntax-import-attributes@^7.23.3":
459459
version "7.23.3"

0 commit comments

Comments
 (0)