From 5daee7d4d4d3361c7a618ef9e3da6e5692a9e544 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 14 Apr 2020 12:57:33 +0000 Subject: [PATCH] chore(deps): update dependency less to ^3.11.1 --- package.json | 2 +- yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e062e260..748cd9c7 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@types/react-dom": "^16.9.5", "@types/react-test-renderer": "^16.9.2", "injection-js": "^2.3.0", - "less": "^3.10.3", + "less": "^3.11.1", "npm-run-all": "^4.1.5", "parcel-bundler": "^1.12.3", "react": "^16.11.0", diff --git a/yarn.lock b/yarn.lock index 754acb29..04445c6f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6671,12 +6671,13 @@ kleur@^3.0.3: resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e" integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== -less@^3.10.3: - version "3.10.3" - resolved "https://registry.yarnpkg.com/less/-/less-3.10.3.tgz#417a0975d5eeecc52cff4bcfa3c09d35781e6792" - integrity sha512-vz32vqfgmoxF1h3K4J+yKCtajH0PWmjkIFgbs5d78E/c/e+UQTnI+lWK+1eQRE95PXM2mC3rJlLSSP9VQHnaow== +less@^3.11.1: + version "3.11.1" + resolved "https://registry.yarnpkg.com/less/-/less-3.11.1.tgz#c6bf08e39e02404fe6b307a3dfffafdc55bd36e2" + integrity sha512-tlWX341RECuTOvoDIvtFqXsKj072hm3+9ymRBe76/mD6O5ZZecnlAOVDlWAleF2+aohFrxNidXhv2773f6kY7g== dependencies: clone "^2.1.2" + tslib "^1.10.0" optionalDependencies: errno "^0.1.1" graceful-fs "^4.1.2"