Skip to content

Commit 7ce80b6

Browse files
chore(deps): update dependency babel-plugin-import to v1.13.5 (#835)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent d8555c0 commit 7ce80b6

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@typescript-eslint/eslint-plugin": "5.19.0",
4646
"@typescript-eslint/parser": "5.19.0",
4747
"babel-eslint": "10.1.0",
48-
"babel-plugin-import": "1.13.3",
48+
"babel-plugin-import": "1.13.5",
4949
"chrome-webstore-upload-cli": "2.0.1",
5050
"codecov": "3.8.3",
5151
"copy-webpack-plugin": "9.1.0",

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@
463463
dependencies:
464464
regenerator-runtime "^0.13.4"
465465

466-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.1", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.4", "@babel/runtime@^7.11.1", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
466+
"@babel/runtime@^7.10.1", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.4", "@babel/runtime@^7.11.1", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
467467
version "7.16.3"
468468
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.3.tgz#b86f0db02a04187a3c17caa77de69840165d42d5"
469469
integrity sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==
@@ -2194,13 +2194,12 @@ babel-jest@^27.5.1:
21942194
graceful-fs "^4.2.9"
21952195
slash "^3.0.0"
21962196

2197-
babel-plugin-import@1.13.3:
2198-
version "1.13.3"
2199-
resolved "https://registry.npmjs.org/babel-plugin-import/-/babel-plugin-import-1.13.3.tgz#9dbbba7d1ac72bd412917a830d445e00941d26d7"
2200-
integrity sha512-1qCWdljJOrDRH/ybaCZuDgySii4yYrtQ8OJQwrcDqdt0y67N30ng3X3nABg6j7gR7qUJgcMa9OMhc4AGViDwWw==
2197+
babel-plugin-import@1.13.5:
2198+
version "1.13.5"
2199+
resolved "https://registry.yarnpkg.com/babel-plugin-import/-/babel-plugin-import-1.13.5.tgz#42eed1c5afd9a35ee1b1f8fe922b07c44077d753"
2200+
integrity sha512-IkqnoV+ov1hdJVofly9pXRJmeDm9EtROfrc5i6eII0Hix2xMs5FEm8FG3ExMvazbnZBbgHIt6qdO8And6lCloQ==
22012201
dependencies:
22022202
"@babel/helper-module-imports" "^7.0.0"
2203-
"@babel/runtime" "^7.0.0"
22042203

22052204
babel-plugin-istanbul@^6.1.1:
22062205
version "6.1.1"

0 commit comments

Comments
 (0)