Skip to content

Commit 8b7b65c

Browse files
chore(deps): update dependency babel-loader to ^8.4.1 (#392)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a1b01ae commit 8b7b65c

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
@@ -22,7 +22,7 @@
2222
"@mjolnir/tsconfig": "^0.1.0",
2323
"@types/jest": "^24.9.1",
2424
"@types/node": "^12.20.55",
25-
"babel-loader": "^8.3.0",
25+
"babel-loader": "^8.4.1",
2626
"case-sensitive-paths-webpack-plugin": "^2.4.0",
2727
"copy-webpack-plugin": "^5.1.2",
2828
"cross-env": "^5.2.1",

yarn.lock

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3273,13 +3273,13 @@ babel-jest@^24.9.0:
32733273
chalk "^2.4.2"
32743274
slash "^2.0.0"
32753275

3276-
babel-loader@^8.3.0:
3277-
version "8.3.0"
3278-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.3.0.tgz#124936e841ba4fe8176786d6ff28add1f134d6a8"
3279-
integrity sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==
3276+
babel-loader@^8.4.1:
3277+
version "8.4.1"
3278+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.4.1.tgz#6ccb75c66e62c3b144e1c5f2eaec5b8f6c08c675"
3279+
integrity sha512-nXzRChX+Z1GoE6yWavBQg6jDslyFF3SDjl2paADuoQtQW10JqShJt62R6eJQ5m/pjJFDT8xgKIWSP85OY8eXeA==
32803280
dependencies:
32813281
find-cache-dir "^3.3.1"
3282-
loader-utils "^2.0.0"
3282+
loader-utils "^2.0.4"
32833283
make-dir "^3.1.0"
32843284
schema-utils "^2.6.5"
32853285

@@ -8470,6 +8470,15 @@ loader-utils@^2.0.0:
84708470
emojis-list "^3.0.0"
84718471
json5 "^2.1.2"
84728472

8473+
loader-utils@^2.0.4:
8474+
version "2.0.4"
8475+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.4.tgz#8b5cb38b5c34a9a018ee1fc0e6a066d1dfcc528c"
8476+
integrity sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==
8477+
dependencies:
8478+
big.js "^5.2.2"
8479+
emojis-list "^3.0.0"
8480+
json5 "^2.1.2"
8481+
84738482
locate-path@^2.0.0:
84748483
version "2.0.0"
84758484
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"

0 commit comments

Comments
 (0)