Skip to content

Commit 6898348

Browse files
Update dependency less to v4.1.2 (#388)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 6af3a5a commit 6898348

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

dashboard-example/dsl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"css-loader": "5.2.7",
1212
"esbuild-loader": "2.15.1",
1313
"html-webpack-plugin": "5.3.2",
14-
"less": "4.1.1",
14+
"less": "4.1.2",
1515
"less-loader": "8.1.1",
1616
"serve": "11.3.2",
1717
"style-loader": "2.0.0",

dashboard-example/home/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"babel-loader": "8.2.2",
1111
"css-loader": "5.2.7",
1212
"html-webpack-plugin": "5.3.2",
13-
"less": "4.1.1",
13+
"less": "4.1.2",
1414
"less-loader": "8.1.1",
1515
"serve": "11.3.2",
1616
"style-loader": "2.0.0",

dashboard-example/nav/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"babel-loader": "8.2.2",
1111
"css-loader": "5.2.7",
1212
"html-webpack-plugin": "5.3.2",
13-
"less": "4.1.1",
13+
"less": "4.1.2",
1414
"less-loader": "8.1.1",
1515
"serve": "11.3.2",
1616
"style-loader": "2.0.0",

dashboard-example/search/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"babel-loader": "8.2.2",
1111
"css-loader": "5.2.7",
1212
"html-webpack-plugin": "5.3.2",
13-
"less": "4.1.1",
13+
"less": "4.1.2",
1414
"less-loader": "8.1.1",
1515
"serve": "11.3.2",
1616
"style-loader": "2.0.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9740,14 +9740,14 @@ [email protected]:
97409740
dependencies:
97419741
klona "^2.0.4"
97429742

9743-
9744-
version "4.1.1"
9745-
resolved "https://registry.yarnpkg.com/less/-/less-4.1.1.tgz#15bf253a9939791dc690888c3ff424f3e6c7edba"
9746-
integrity sha512-w09o8tZFPThBscl5d0Ggp3RcrKIouBoQscnOMgFH3n5V3kN/CXGHNfCkRPtxJk6nKryDXaV9aHLK55RXuH4sAw==
9743+
9744+
version "4.1.2"
9745+
resolved "https://registry.yarnpkg.com/less/-/less-4.1.2.tgz#6099ee584999750c2624b65f80145f8674e4b4b0"
9746+
integrity sha512-EoQp/Et7OSOVu0aJknJOtlXZsnr8XE8KwuzTHOLeVSEx8pVWUICc8Q0VYRHgzyjX78nMEyC/oztWFbgyhtNfDA==
97479747
dependencies:
97489748
copy-anything "^2.0.1"
97499749
parse-node-version "^1.0.1"
9750-
tslib "^1.10.0"
9750+
tslib "^2.3.0"
97519751
optionalDependencies:
97529752
errno "^0.1.1"
97539753
graceful-fs "^4.1.2"

0 commit comments

Comments
 (0)