Skip to content

Commit 23aad0a

Browse files
vishnutsivanfilipesilva
authored andcommittedJun 10, 2020
fix(@angular-devkit/build-angular): update less library to version 3.11.3
Closes: #17899
1 parent 2169b51 commit 23aad0a

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed
 

‎packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"glob": "7.1.6",
3434
"jest-worker": "25.1.0",
3535
"karma-source-map-support": "1.4.0",
36-
"less": "3.11.1",
36+
"less": "3.11.3",
3737
"less-loader": "5.0.0",
3838
"license-webpack-plugin": "2.1.4",
3939
"loader-utils": "2.0.0",

‎yarn.lock

+18-1
Original file line numberDiff line numberDiff line change
@@ -6992,7 +6992,24 @@ less-loader@5.0.0:
69926992
loader-utils "^1.1.0"
69936993
pify "^4.0.1"
69946994

6995-
less@3.11.1, less@^3.10.3:
6995+
less@3.11.3:
6996+
version "3.11.3"
6997+
resolved "https://registry.yarnpkg.com/less/-/less-3.11.3.tgz#2d853954fcfe0169a8af869620bcaa16563dcc1c"
6998+
integrity sha512-VkZiTDdtNEzXA3LgjQiC3D7/ejleBPFVvq+aRI9mIj+Zhmif5TvFPM244bT4rzkvOCvJ9q4zAztok1M7Nygagw==
6999+
dependencies:
7000+
clone "^2.1.2"
7001+
tslib "^1.10.0"
7002+
optionalDependencies:
7003+
errno "^0.1.1"
7004+
graceful-fs "^4.1.2"
7005+
image-size "~0.5.0"
7006+
make-dir "^2.1.0"
7007+
mime "^1.4.1"
7008+
promise "^7.1.1"
7009+
request "^2.83.0"
7010+
source-map "~0.6.0"
7011+
7012+
less@^3.10.3:
69967013
version "3.11.1"
69977014
resolved "https://registry.yarnpkg.com/less/-/less-3.11.1.tgz#c6bf08e39e02404fe6b307a3dfffafdc55bd36e2"
69987015
integrity sha512-tlWX341RECuTOvoDIvtFqXsKj072hm3+9ymRBe76/mD6O5ZZecnlAOVDlWAleF2+aohFrxNidXhv2773f6kY7g==

0 commit comments

Comments
 (0)
Please sign in to comment.