Skip to content

Commit 3e8c461

Browse files
renovate-bothansl
authored andcommitted
build: update loader-utils to version 1.2.1
1 parent 02a498e commit 3e8c461

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"less": "3.9.0",
2525
"less-loader": "4.1.0",
2626
"license-webpack-plugin": "2.0.4",
27-
"loader-utils": "1.1.0",
27+
"loader-utils": "1.2.1",
2828
"mini-css-extract-plugin": "0.5.0",
2929
"minimatch": "3.0.4",
3030
"parse5": "4.0.0",

packages/angular_devkit/build_optimizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build-optimizer": "./src/build-optimizer/cli.js"
99
},
1010
"dependencies": {
11-
"loader-utils": "1.1.0",
11+
"loader-utils": "1.2.1",
1212
"source-map": "0.5.6",
1313
"typescript": "3.2.2",
1414
"webpack-sources": "1.3.0"

yarn.lock

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1368,6 +1368,11 @@ big.js@^3.1.3:
13681368
resolved "https://registry.yarnpkg.com/big.js/-/big.js-3.2.0.tgz#a5fc298b81b9e0dca2e458824784b65c52ba588e"
13691369
integrity sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==
13701370

1371+
big.js@^5.2.2:
1372+
version "5.2.2"
1373+
resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
1374+
integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
1375+
13711376
binary-extensions@^1.0.0:
13721377
version "1.11.0"
13731378
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.11.0.tgz#46aa1751fb6a2f93ee5e689bb1087d4b14c6c205"
@@ -5407,6 +5412,13 @@ json5@^0.5.0:
54075412
resolved "http://registry.npmjs.org/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
54085413
integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=
54095414

5415+
json5@^1.0.1:
5416+
version "1.0.1"
5417+
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
5418+
integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
5419+
dependencies:
5420+
minimist "^1.2.0"
5421+
54105422
jsonfile@^4.0.0:
54115423
version "4.0.0"
54125424
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
@@ -5792,7 +5804,16 @@ loader-runner@^2.3.0:
57925804
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.3.1.tgz#026f12fe7c3115992896ac02ba022ba92971b979"
57935805
integrity sha512-By6ZFY7ETWOc9RFaAIb23IjJVcM4dvJC/N57nmdz9RSkMXvAXGI7SyVlAw3v8vjtDRlqThgVDVmTnr9fqMlxkw==
57945806

5795-
[email protected], loader-utils@^1.0.1, loader-utils@^1.0.2, loader-utils@^1.1.0:
5807+
5808+
version "1.2.1"
5809+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.2.1.tgz#64bbbac69aa5840d03754ba676a963dec568e844"
5810+
integrity sha512-3Zhx4qDqBQ9U8udWB3RMJ29nLu5a3ObNOSzk87woPvge01pi0wABowgv7F79Z4mL0DGtHRi/oOndT34EVhInoQ==
5811+
dependencies:
5812+
big.js "^5.2.2"
5813+
emojis-list "^2.0.0"
5814+
json5 "^1.0.1"
5815+
5816+
loader-utils@^1.0.1, loader-utils@^1.0.2, loader-utils@^1.1.0:
57965817
version "1.1.0"
57975818
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.1.0.tgz#c98aef488bcceda2ffb5e2de646d6a754429f5cd"
57985819
integrity sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0=

0 commit comments

Comments
 (0)