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

Commit b9a8c44

Browse files
[skip netlify]: Bump @babel/plugin-syntax-dynamic-import (#253)
Bumps [@babel/plugin-syntax-dynamic-import](https://github.com/babel/babel) from 7.2.0 to 7.8.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](babel/babel@v7.2.0...v7.8.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7145f20 commit b9a8c44

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@babel/generator": "^7.13.0",
1919
"@babel/parser": "^7.13.4",
2020
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
21-
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
21+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
2222
"@babel/plugin-syntax-optional-chaining": "^7.2.0",
2323
"@babel/preset-flow": "^7.0.0",
2424
"@babel/traverse": "^7.13.0",

yarn.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,10 @@
156156
dependencies:
157157
"@babel/types" "^7.12.13"
158158

159-
"@babel/helper-plugin-utils@^7.0.0":
160-
version "7.0.0"
161-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
159+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.8.0":
160+
version "7.13.0"
161+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz#806526ce125aed03373bc416a828321e3a6a33af"
162+
integrity sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ==
162163

163164
"@babel/helper-replace-supers@^7.13.0":
164165
version "7.13.0"
@@ -251,12 +252,12 @@
251252
"@babel/helper-plugin-utils" "^7.0.0"
252253
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.2.0"
253254

254-
"@babel/plugin-syntax-dynamic-import@^7.2.0":
255-
version "7.2.0"
256-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.2.0.tgz#69c159ffaf4998122161ad8ebc5e6d1f55df8612"
257-
integrity sha512-mVxuJ0YroI/h/tbFTPGZR8cv6ai+STMKNBq0f8hFxsxWjl94qqhsb+wXbpNMDPU3cfR1TIsVFzU3nXyZMqyK4w==
255+
"@babel/plugin-syntax-dynamic-import@^7.8.3":
256+
version "7.8.3"
257+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3"
258+
integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==
258259
dependencies:
259-
"@babel/helper-plugin-utils" "^7.0.0"
260+
"@babel/helper-plugin-utils" "^7.8.0"
260261

261262
"@babel/plugin-syntax-flow@^7.2.0":
262263
version "7.2.0"

0 commit comments

Comments
 (0)