Skip to content

Commit 1acbc15

Browse files
renovate-botfilipesilva
authored andcommitted
build: update less to version 3.13.0
1 parent dba305a commit 1acbc15

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
"karma-jasmine": "~4.0.0",
171171
"karma-jasmine-html-reporter": "^1.5.0",
172172
"karma-source-map-support": "1.4.0",
173-
"less": "3.12.2",
173+
"less": "3.13.0",
174174
"less-loader": "7.1.0",
175175
"license-checker": "^25.0.0",
176176
"license-checker-webpack-plugin": "0.2.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"inquirer": "7.3.3",
3838
"jest-worker": "26.6.2",
3939
"karma-source-map-support": "1.4.0",
40-
"less": "3.12.2",
40+
"less": "3.13.0",
4141
"less-loader": "7.1.0",
4242
"license-webpack-plugin": "2.3.1",
4343
"loader-utils": "2.0.0",

yarn.lock

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7242,7 +7242,22 @@ [email protected]:
72427242
loader-utils "^2.0.0"
72437243
schema-utils "^3.0.0"
72447244

7245-
[email protected], less@^3.10.3:
7245+
7246+
version "3.13.0"
7247+
resolved "https://registry.yarnpkg.com/less/-/less-3.13.0.tgz#6a47bb19d97edcf7a53d444b099275dd6b17c85a"
7248+
integrity sha512-uPhr9uoSGVKKYVGz0rXcYBK1zjwcIWRGcbnSgNt66XuIZYrYPaQiS+LeUOvqedBwrwdBYYaLqSff5ytGYuT7rA==
7249+
dependencies:
7250+
tslib "^1.10.0"
7251+
optionalDependencies:
7252+
errno "^0.1.1"
7253+
graceful-fs "^4.1.2"
7254+
image-size "~0.5.0"
7255+
make-dir "^2.1.0"
7256+
mime "^1.4.1"
7257+
native-request "^1.0.5"
7258+
source-map "~0.6.0"
7259+
7260+
less@^3.10.3:
72467261
version "3.12.2"
72477262
resolved "https://registry.yarnpkg.com/less/-/less-3.12.2.tgz#157e6dd32a68869df8859314ad38e70211af3ab4"
72487263
integrity sha512-+1V2PCMFkL+OIj2/HrtrvZw0BC0sYLMICJfbQjuj/K8CEnlrFX6R5cKKgzzttsZDHyxQNL1jqMREjKN3ja/E3Q==

0 commit comments

Comments
 (0)