Skip to content

Commit de68dab

Browse files
renovate-botdgp1130
authored andcommitted
build: update loader-utils to version 2.0.0
1 parent b518cb8 commit de68dab

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"less": "3.11.1",
3636
"less-loader": "5.0.0",
3737
"license-webpack-plugin": "2.1.4",
38-
"loader-utils": "1.4.0",
38+
"loader-utils": "2.0.0",
3939
"magic-string": "0.25.7",
4040
"mini-css-extract-plugin": "0.9.0",
4141
"minimatch": "3.0.4",

packages/angular_devkit/build_optimizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build-optimizer": "./src/build-optimizer/cli.js"
1010
},
1111
"dependencies": {
12-
"loader-utils": "1.4.0",
12+
"loader-utils": "2.0.0",
1313
"source-map": "0.7.3",
1414
"tslib": "1.11.1",
1515
"typescript": "3.8.3",

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7027,7 +7027,16 @@ loader-runner@^2.4.0:
70277027
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357"
70287028
integrity sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==
70297029

7030-
[email protected], loader-utils@^1.0.2, loader-utils@^1.1.0, loader-utils@^1.2.3, loader-utils@^1.4.0:
7030+
7031+
version "2.0.0"
7032+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.0.tgz#e4cace5b816d425a166b5f097e10cd12b36064b0"
7033+
integrity sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==
7034+
dependencies:
7035+
big.js "^5.2.2"
7036+
emojis-list "^3.0.0"
7037+
json5 "^2.1.2"
7038+
7039+
loader-utils@^1.0.2, loader-utils@^1.1.0, loader-utils@^1.2.3, loader-utils@^1.4.0:
70317040
version "1.4.0"
70327041
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.0.tgz#c579b5e34cb34b1a74edc6c1fb36bfa371d5a613"
70337042
integrity sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==

0 commit comments

Comments
 (0)