Skip to content

Commit f501b0a

Browse files
committed
Bump less-loader to 7.3.0
1 parent 42fbe15 commit f501b0a

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"leaflet": "1.6.0",
4545
"leaflet.markercluster": "1.4.1",
4646
"less": "4.1.1",
47-
"less-loader": "4.1.0",
47+
"less-loader": "7.3.0",
4848
"less-plugin-clean-css": "1.5.1",
4949
"leven": "2.0.0",
5050
"mutate-cow": "4.0.3",

webpack/moduleConfig.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ module.exports = {
6363
},
6464
{
6565
loader: 'less-loader',
66-
options: {...lessOptions},
66+
options: {lessOptions},
6767
},
6868
],
6969
},

yarn.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -2456,11 +2456,6 @@ clone-deep@^4.0.1:
24562456
kind-of "^6.0.2"
24572457
shallow-clone "^3.0.0"
24582458

2459-
clone@^2.1.1:
2460-
version "2.1.2"
2461-
resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f"
2462-
integrity sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=
2463-
24642459
collection-visit@^1.0.0:
24652460
version "1.0.0"
24662461
resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0"
@@ -4578,6 +4573,11 @@ kind-of@^6.0.0, kind-of@^6.0.2:
45784573
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
45794574
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
45804575

4576+
klona@^2.0.4:
4577+
version "2.0.4"
4578+
resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.4.tgz#7bb1e3affb0cb8624547ef7e8f6708ea2e39dfc0"
4579+
integrity sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA==
4580+
45814581
"knockout-arraytransforms@git://github.com/mwiencek/knockout-arraytransforms.git#9673e91":
45824582
version "2.1.1"
45834583
resolved "git://github.com/mwiencek/knockout-arraytransforms.git#9673e91a4755b92ba4eea5ca03067790dbbd997b"
@@ -4601,14 +4601,14 @@ [email protected]:
46014601
resolved "https://registry.yarnpkg.com/leaflet/-/leaflet-1.6.0.tgz#aecbb044b949ec29469eeb31c77a88e2f448f308"
46024602
integrity sha512-CPkhyqWUKZKFJ6K8umN5/D2wrJ2+/8UIpXppY7QDnUZW5bZL5+SEI2J7GBpwh4LIupOKqbNSQXgqmrEJopHVNQ==
46034603

4604-
less-loader@4.1.0:
4605-
version "4.1.0"
4606-
resolved "https://registry.yarnpkg.com/less-loader/-/less-loader-4.1.0.tgz#2c1352c5b09a4f84101490274fd51674de41363e"
4607-
integrity sha512-KNTsgCE9tMOM70+ddxp9yyt9iHqgmSs0yTZc5XH5Wo+g80RWRIYNqE58QJKm/yMud5wZEvz50ugRDuzVIkyahg==
4604+
less-loader@7.3.0:
4605+
version "7.3.0"
4606+
resolved "https://registry.yarnpkg.com/less-loader/-/less-loader-7.3.0.tgz#f9d6d36d18739d642067a05fb5bd70c8c61317e5"
4607+
integrity sha512-Mi8915g7NMaLlgi77mgTTQvK022xKRQBIVDSyfl3ErTuBhmZBQab0mjeJjNNqGbdR+qrfTleKXqbGI4uEFavxg==
46084608
dependencies:
4609-
clone "^2.1.1"
4610-
loader-utils "^1.1.0"
4611-
pify "^3.0.0"
4609+
klona "^2.0.4"
4610+
loader-utils "^2.0.0"
4611+
schema-utils "^3.0.0"
46124612

46134613
46144614
version "1.5.1"

0 commit comments

Comments
 (0)