Skip to content

Commit 97339ac

Browse files
committed
fix(deps): update dependency babel-loader to v8.2.5
1 parent ea0c939 commit 97339ac

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"babel-core": "7.0.0-bridge.0",
3131
"babel-eslint": "10.1.0",
3232
"babel-jest": "24.9.0",
33-
"babel-loader": "8.2.3",
33+
"babel-loader": "8.2.5",
3434
"babel-plugin-module-resolver": "3.2.0",
3535
"compression": "1.7.4",
3636
"compression-webpack-plugin": "2.0.0",

yarn.lock

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3474,13 +3474,13 @@ babel-jest@24.9.0, babel-jest@^24.9.0:
34743474
chalk "^2.4.2"
34753475
slash "^2.0.0"
34763476

3477-
babel-loader@8.2.3:
3478-
version "8.2.3"
3479-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.3.tgz#8986b40f1a64cacfcb4b8429320085ef68b1342d"
3480-
integrity sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==
3477+
babel-loader@8.2.5:
3478+
version "8.2.5"
3479+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.5.tgz#d45f585e654d5a5d90f5350a779d7647c5ed512e"
3480+
integrity sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==
34813481
dependencies:
34823482
find-cache-dir "^3.3.1"
3483-
loader-utils "^1.4.0"
3483+
loader-utils "^2.0.0"
34843484
make-dir "^3.1.0"
34853485
schema-utils "^2.6.5"
34863486

@@ -8445,6 +8445,15 @@ loader-utils@^1.4.0:
84458445
emojis-list "^3.0.0"
84468446
json5 "^1.0.1"
84478447

8448+
loader-utils@^2.0.0:
8449+
version "2.0.4"
8450+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.4.tgz#8b5cb38b5c34a9a018ee1fc0e6a066d1dfcc528c"
8451+
integrity sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==
8452+
dependencies:
8453+
big.js "^5.2.2"
8454+
emojis-list "^3.0.0"
8455+
json5 "^2.1.2"
8456+
84488457
locate-path@^2.0.0:
84498458
version "2.0.0"
84508459
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"

0 commit comments

Comments
 (0)