Skip to content

Commit

Permalink
chore(deps-dev): bump less from 3.13.1 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [less](https://github.com/less/less.js) from 3.13.1 to 4.2.0.
- [Release notes](https://github.com/less/less.js/releases)
- [Changelog](https://github.com/less/less.js/blob/master/CHANGELOG.md)
- [Commits](less/less.js@v3.13.1...v4.2.0)

---
updated-dependencies:
- dependency-name: less
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent d1fd2ab commit 46e6dc5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-transform-css": "6.0.1",
"less": "^3.10.3",
"less": "^4.2.0",
"lint-staged": "15.2.2",
"np": "^7.5.0",
"plop": "^2",
Expand Down
19 changes: 18 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11866,7 +11866,7 @@ less-plugin-resolve@1.0.2:
dependencies:
enhanced-resolve "^5.15.0"

"less@2.6.x || ^3.7.1", less@^3.10.3:
"less@2.6.x || ^3.7.1":
version "3.13.1"
resolved "https://registry.yarnpkg.com/less/-/less-3.13.1.tgz#0ebc91d2a0e9c0c6735b83d496b0ab0583077909"
integrity sha512-SwA1aQXGUvp+P5XdZslUOhhLnClSLIjWvJhmd+Vgib5BFIr9lMNlQwmwUNOjXThF/A0x+MCYYPeWEfeWiLRnTw==
Expand Down Expand Up @@ -11899,6 +11899,23 @@ less@4.1.3:
needle "^3.1.0"
source-map "~0.6.0"

less@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/less/-/less-4.2.0.tgz#cbefbfaa14a4cd388e2099b2b51f956e1465c450"
integrity sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==
dependencies:
copy-anything "^2.0.1"
parse-node-version "^1.0.1"
tslib "^2.3.0"
optionalDependencies:
errno "^0.1.1"
graceful-fs "^4.1.2"
image-size "~0.5.0"
make-dir "^2.1.0"
mime "^1.4.1"
needle "^3.1.0"
source-map "~0.6.0"

leven@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2"
Expand Down

0 comments on commit 46e6dc5

Please sign in to comment.