Skip to content

Commit f749a35

Browse files
committed
Upgrade less to 3.8.1 (from 3.7.1)
1 parent 80a304d commit f749a35

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"knockout-postbox": "0.6.0",
5252
"knockout-sortable": "1.1.0",
5353
"knockout.validation": "2.0.3",
54-
"less": "3.7.1",
54+
"less": "3.8.1",
5555
"lie": "3.3.0",
5656
"lightbox2": "2.10.0",
5757
"moment": "2.22.2",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,11 @@ clone@^2.1.1:
724724
resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.1.tgz#d217d1e961118e3ac9a4b8bba3285553bf647cdb"
725725
integrity sha1-0hfR6WERjjrJpLi7oyhVU79kfNs=
726726

727+
clone@^2.1.2:
728+
version "2.1.2"
729+
resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f"
730+
integrity sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=
731+
727732
cloneable-readable@^1.0.0:
728733
version "1.0.0"
729734
resolved "https://registry.yarnpkg.com/cloneable-readable/-/cloneable-readable-1.0.0.tgz#a6290d413f217a61232f95e458ff38418cfb0117"
@@ -2958,10 +2963,12 @@ latest-version@^3.0.0:
29582963
dependencies:
29592964
package-json "^4.0.0"
29602965

2961-
less@3.7.1:
2962-
version "3.7.1"
2963-
resolved "https://registry.yarnpkg.com/less/-/less-3.7.1.tgz#192e9dcef456ba3181a4e8d78a200f72a75e5c30"
2964-
integrity sha512-Cmf5XJlzNklkBC8eAa+Ef16AHUBAkApHNAw3x9Vmn84h2BvGrri5Id7kf6H1n6SN74Fc0WdHIRPlFMxsl0eJkA==
2966+
less@3.8.1:
2967+
version "3.8.1"
2968+
resolved "https://registry.yarnpkg.com/less/-/less-3.8.1.tgz#f31758598ef5a1930dd4caefa9e4340641e71e1d"
2969+
integrity sha512-8HFGuWmL3FhQR0aH89escFNBQH/nEiYPP2ltDFdQw2chE28Yx2E3lhAIq9Y2saYwLSwa699s4dBVEfCY8Drf7Q==
2970+
dependencies:
2971+
clone "^2.1.2"
29652972
optionalDependencies:
29662973
errno "^0.1.1"
29672974
graceful-fs "^4.1.2"

0 commit comments

Comments
 (0)