summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mehren2020-12-21 11:43:15 +0100
committerGitHub2020-12-21 11:43:15 +0100
commit96fbee3f8678341c584d7ddf4e117b1a242f221e (patch)
tree44da48f7e6e3d16399613d2ef7572da1864faaa2
parent37b0c4b9011730ab993c6e8fb6f54026ffd91230 (diff)
parent4c1419a54ed9aa9627c6481f035466b5ab8f5220 (diff)
Merge pull request #629 from hedgedoc/renovate/less-3.x
Update dependency less to v3.13.1
-rw-r--r--package.json2
-rw-r--r--yarn.lock21
2 files changed, 18 insertions, 5 deletions
diff --git a/package.json b/package.json
index 54a93765..00c126f0 100644
--- a/package.json
+++ b/package.json
@@ -187,7 +187,7 @@
"html-webpack-plugin": "4.5.0",
"imports-loader": "0.8.0",
"jsonlint": "1.6.3",
- "less": "3.13.0",
+ "less": "3.13.1",
"less-loader": "5.0.0",
"mini-css-extract-plugin": "0.12.0",
"mocha": "5.2.0",
diff --git a/yarn.lock b/yarn.lock
index d2922b94..72ee0619 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2613,6 +2613,13 @@ cookiejar@2.0.6:
resolved "https://registry.yarnpkg.com/cookiejar/-/cookiejar-2.0.6.tgz#0abf356ad00d1c5a219d88d44518046dd026acfe"
integrity sha1-Cr81atANHFohnYjURRgEbdAmrP4=
+copy-anything@^2.0.1:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/copy-anything/-/copy-anything-2.0.1.tgz#2afbce6da684bdfcbec93752fa762819cb480d9a"
+ integrity sha512-lA57e7viQHOdPQcrytv5jFeudZZOXuyk47lZym279FiDQ8jeZomXiGuVf6ffMKkJ+3TIai3J1J3yi6M+/4U35g==
+ dependencies:
+ is-what "^3.7.1"
+
copy-concurrently@^1.0.0:
version "1.0.5"
resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0"
@@ -5745,6 +5752,11 @@ is-typedarray@~1.0.0:
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
+is-what@^3.7.1:
+ version "3.12.0"
+ resolved "https://registry.yarnpkg.com/is-what/-/is-what-3.12.0.tgz#f4405ce4bd6dd420d3ced51a026fb90e03705e55"
+ integrity sha512-2ilQz5/f/o9V7WRWJQmpFYNmQFZ9iM+OXRonZKcYgTkCzjb949Vi4h282PD1UfmgHk666rcWonbRJ++KI41VGw==
+
is-whitespace-character@^1.0.0:
version "1.0.4"
resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz#0858edd94a95594c7c9dd0b5c174ec6e45ee4aa7"
@@ -6146,11 +6158,12 @@ less-loader@5.0.0:
loader-utils "^1.1.0"
pify "^4.0.1"
-less@3.13.0:
- version "3.13.0"
- resolved "https://registry.yarnpkg.com/less/-/less-3.13.0.tgz#6a47bb19d97edcf7a53d444b099275dd6b17c85a"
- integrity sha512-uPhr9uoSGVKKYVGz0rXcYBK1zjwcIWRGcbnSgNt66XuIZYrYPaQiS+LeUOvqedBwrwdBYYaLqSff5ytGYuT7rA==
+less@3.13.1:
+ version "3.13.1"
+ resolved "https://registry.yarnpkg.com/less/-/less-3.13.1.tgz#0ebc91d2a0e9c0c6735b83d496b0ab0583077909"
+ integrity sha512-SwA1aQXGUvp+P5XdZslUOhhLnClSLIjWvJhmd+Vgib5BFIr9lMNlQwmwUNOjXThF/A0x+MCYYPeWEfeWiLRnTw==
dependencies:
+ copy-anything "^2.0.1"
tslib "^1.10.0"
optionalDependencies:
errno "^0.1.1"