Skip to content

Commit a51170d

Browse files
chore(deps): update dependency babel-loader to v8.4.1
1 parent b80305e commit a51170d

2 files changed

Lines changed: 15 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"@typescript-eslint/parser": "5.62.0",
9090
"babel-core": "6.26.3",
9191
"babel-eslint": "10.1.0",
92-
"babel-loader": "8.3.0",
92+
"babel-loader": "8.4.1",
9393
"babel-plugin-dynamic-import-node": "2.3.3",
9494
"eslint": "8.57.1",
9595
"eslint-config-prettier": "8.10.2",

yarn.lock

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6108,13 +6108,13 @@ babel-jest@^26.6.3:
61086108
graceful-fs "^4.2.4"
61096109
slash "^3.0.0"
61106110

6111-
babel-loader@8.3.0:
6112-
version "8.3.0"
6113-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.3.0.tgz#124936e841ba4fe8176786d6ff28add1f134d6a8"
6114-
integrity sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==
6111+
babel-loader@8.4.1:
6112+
version "8.4.1"
6113+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.4.1.tgz#6ccb75c66e62c3b144e1c5f2eaec5b8f6c08c675"
6114+
integrity sha512-nXzRChX+Z1GoE6yWavBQg6jDslyFF3SDjl2paADuoQtQW10JqShJt62R6eJQ5m/pjJFDT8xgKIWSP85OY8eXeA==
61156115
dependencies:
61166116
find-cache-dir "^3.3.1"
6117-
loader-utils "^2.0.0"
6117+
loader-utils "^2.0.4"
61186118
make-dir "^3.1.0"
61196119
schema-utils "^2.6.5"
61206120

@@ -12589,6 +12589,15 @@ loader-utils@^1.2.3, loader-utils@^1.4.0:
1258912589
emojis-list "^3.0.0"
1259012590
json5 "^1.0.1"
1259112591

12592+
loader-utils@^2.0.4:
12593+
version "2.0.4"
12594+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.4.tgz#8b5cb38b5c34a9a018ee1fc0e6a066d1dfcc528c"
12595+
integrity sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==
12596+
dependencies:
12597+
big.js "^5.2.2"
12598+
emojis-list "^3.0.0"
12599+
json5 "^2.1.2"
12600+
1259212601
locate-path@^2.0.0:
1259312602
version "2.0.0"
1259412603
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"

0 commit comments

Comments
 (0)