From aace677e0aeb4b5cd77d5b4ab2e7077f3e4c211a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 21:01:00 +0000 Subject: [PATCH] fix(deps): update dependency next-with-less to v3.0.1 --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 2821fd3f2..86c241a06 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -30,7 +30,7 @@ "lodash": "4.17.21", "next": "13.4.4", "next-pwa": "^5.6.0", - "next-with-less": "3.0.0", + "next-with-less": "3.0.1", "picmo": "5.8.4", "postcss-flexbugs-fixes": "5.0.2", "react": "18.2.0", @@ -32518,9 +32518,9 @@ } }, "node_modules/next-with-less": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/next-with-less/-/next-with-less-3.0.0.tgz", - "integrity": "sha512-kaOBsvmyFwa6udYXNG8Unk5LzKctd2vkLCWYfNsv84jHFOe2WqP5UtF6lXx5Pjc+j646+AYRHYqCekbLtWlPjQ==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/next-with-less/-/next-with-less-3.0.1.tgz", + "integrity": "sha512-lVJQ+dNWGpR1ccWM/LjY+8i28DC2oPa1Ivrc+h4+DFPJJN6O2EGKZIFBGrd9GLbwAEjFzKPs7yUk6bnrbY0qcw==", "dependencies": { "clone-deep": "^4.0.1" }, diff --git a/web/package.json b/web/package.json index 38a34d28c..f200a405b 100644 --- a/web/package.json +++ b/web/package.json @@ -35,7 +35,7 @@ "lodash": "4.17.21", "next": "13.4.4", "next-pwa": "^5.6.0", - "next-with-less": "3.0.0", + "next-with-less": "3.0.1", "picmo": "5.8.4", "postcss-flexbugs-fixes": "5.0.2", "react": "18.2.0",