Skip to content

Commit

Permalink
Update less to the latest version 🚀 (#38)
Browse files Browse the repository at this point in the history
* fix(package): update less to version 3.10.0

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
  • Loading branch information
greenkeeper[bot] authored and vernak2539 committed Aug 20, 2019
1 parent 6641cc0 commit a7186c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"repository": "git://github.com/vernak2539/express-less-middleware.git",
"dependencies": {
"async": "~3.1.0",
"less": "~3.9.0",
"less": "~3.10.0",
"lodash.isplainobject": "~4.0.0",
"through2": "~3.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1103,10 +1103,10 @@ lcov-parse@^0.0.10:
resolved "https://registry.yarnpkg.com/lcov-parse/-/lcov-parse-0.0.10.tgz#1b0b8ff9ac9c7889250582b70b71315d9da6d9a3"
integrity sha1-GwuP+ayceIklBYK3C3ExXZ2m2aM=

less@~3.9.0:
version "3.9.0"
resolved "https://registry.yarnpkg.com/less/-/less-3.9.0.tgz#b7511c43f37cf57dc87dffd9883ec121289b1474"
integrity sha512-31CmtPEZraNUtuUREYjSqRkeETFdyEHSEPAGq4erDlUXtda7pzNmctdljdIagSb589d/qXGWiiP31R5JVf+v0w==
less@~3.10.0:
version "3.10.0"
resolved "https://registry.yarnpkg.com/less/-/less-3.10.0.tgz#1150f727651908516fd4b47133a8469b29b6c5ce"
integrity sha512-+QCSP4vXVCXVqYSzqdT4eLoEK/hSFxFfD29E71+cRFKdLsCDMQ56yEU+fmpHebhmznA/9g9oXtvXN9foCOeIjg==
dependencies:
clone "^2.1.2"
optionalDependencies:
Expand Down

0 comments on commit a7186c6

Please sign in to comment.