Skip to content

Commit 16fec8d

Browse files
committedMay 18, 2022
fix(@angular-devkit/build-angular): update babel-loader to 8.2.5
The newer version of `babel-loader` contains a fix for its hash function usage that will cause it to not use MD4 on Node.js versions that no longer support that hashing algorithm. Fixes #23134
1 parent e20964c commit 16fec8d

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"ajv": "8.9.0",
124124
"ajv-formats": "2.1.1",
125125
"ansi-colors": "4.1.1",
126-
"babel-loader": "8.2.3",
126+
"babel-loader": "8.2.5",
127127
"babel-plugin-istanbul": "6.1.1",
128128
"bootstrap": "^4.0.0",
129129
"browserslist": "^4.9.1",

‎packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@discoveryjs/json-ext": "0.5.6",
2323
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
2424
"ansi-colors": "4.1.1",
25-
"babel-loader": "8.2.3",
25+
"babel-loader": "8.2.5",
2626
"babel-plugin-istanbul": "6.1.1",
2727
"browserslist": "^4.9.1",
2828
"cacache": "15.3.0",

‎yarn.lock

+10
Original file line numberDiff line numberDiff line change
@@ -3247,6 +3247,16 @@ babel-loader@8.2.3:
32473247
make-dir "^3.1.0"
32483248
schema-utils "^2.6.5"
32493249

3250+
babel-loader@8.2.5:
3251+
version "8.2.5"
3252+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.5.tgz#d45f585e654d5a5d90f5350a779d7647c5ed512e"
3253+
integrity sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==
3254+
dependencies:
3255+
find-cache-dir "^3.3.1"
3256+
loader-utils "^2.0.0"
3257+
make-dir "^3.1.0"
3258+
schema-utils "^2.6.5"
3259+
32503260
babel-plugin-dynamic-import-node@^2.3.3:
32513261
version "2.3.3"
32523262
resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3"

0 commit comments

Comments
 (0)
Please sign in to comment.