Skip to content

Commit 61c3ae7

Browse files
fix(deps): update dependency babel-loader to v8.4.1 (#807)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b3018d4 commit 61c3ae7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.3.0",
33+
"babel-loader": "8.4.1",
3434
"babel-plugin-module-resolver": "3.2.0",
3535
"compression": "1.7.5",
3636
"compression-webpack-plugin": "2.0.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3316,13 +3316,13 @@ babel-jest@24.9.0, babel-jest@^24.9.0:
33163316
chalk "^2.4.2"
33173317
slash "^2.0.0"
33183318

3319-
babel-loader@8.3.0:
3320-
version "8.3.0"
3321-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.3.0.tgz#124936e841ba4fe8176786d6ff28add1f134d6a8"
3322-
integrity sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==
3319+
babel-loader@8.4.1:
3320+
version "8.4.1"
3321+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.4.1.tgz#6ccb75c66e62c3b144e1c5f2eaec5b8f6c08c675"
3322+
integrity sha512-nXzRChX+Z1GoE6yWavBQg6jDslyFF3SDjl2paADuoQtQW10JqShJt62R6eJQ5m/pjJFDT8xgKIWSP85OY8eXeA==
33233323
dependencies:
33243324
find-cache-dir "^3.3.1"
3325-
loader-utils "^2.0.0"
3325+
loader-utils "^2.0.4"
33263326
make-dir "^3.1.0"
33273327
schema-utils "^2.6.5"
33283328

@@ -8674,7 +8674,7 @@ loader-utils@^1.4.0:
86748674
emojis-list "^3.0.0"
86758675
json5 "^1.0.1"
86768676

8677-
loader-utils@^2.0.0:
8677+
loader-utils@^2.0.4:
86788678
version "2.0.4"
86798679
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.4.tgz#8b5cb38b5c34a9a018ee1fc0e6a066d1dfcc528c"
86808680
integrity sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==

0 commit comments

Comments
 (0)