fix(deps): update dependency next-with-less to v3 (#3050)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-05-30 10:32:13 -07:00
committed by GitHub
parent 85e7af3d5f
commit 20a684ec29
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@@ -30,7 +30,7 @@
"lodash": "4.17.21", "lodash": "4.17.21",
"next": "13.3.0", "next": "13.3.0",
"next-pwa": "^5.6.0", "next-pwa": "^5.6.0",
"next-with-less": "2.0.5", "next-with-less": "3.0.0",
"picmo": "5.8.4", "picmo": "5.8.4",
"postcss-flexbugs-fixes": "5.0.2", "postcss-flexbugs-fixes": "5.0.2",
"react": "18.2.0", "react": "18.2.0",
@@ -32504,9 +32504,9 @@
} }
}, },
"node_modules/next-with-less": { "node_modules/next-with-less": {
"version": "2.0.5", "version": "3.0.0",
"resolved": "https://registry.npmjs.org/next-with-less/-/next-with-less-2.0.5.tgz", "resolved": "https://registry.npmjs.org/next-with-less/-/next-with-less-3.0.0.tgz",
"integrity": "sha512-1MJDcgFOPucFPCMXV7rTqcWiLI2nLSBi8bA6msvkiNLhYyZMXaFl4MkyYf7eOEUUEtA/c5eD0grPhbcDkrKqPQ==", "integrity": "sha512-kaOBsvmyFwa6udYXNG8Unk5LzKctd2vkLCWYfNsv84jHFOe2WqP5UtF6lXx5Pjc+j646+AYRHYqCekbLtWlPjQ==",
"dependencies": { "dependencies": {
"clone-deep": "^4.0.1" "clone-deep": "^4.0.1"
}, },

View File

@@ -35,7 +35,7 @@
"lodash": "4.17.21", "lodash": "4.17.21",
"next": "13.3.0", "next": "13.3.0",
"next-pwa": "^5.6.0", "next-pwa": "^5.6.0",
"next-with-less": "2.0.5", "next-with-less": "3.0.0",
"picmo": "5.8.4", "picmo": "5.8.4",
"postcss-flexbugs-fixes": "5.0.2", "postcss-flexbugs-fixes": "5.0.2",
"react": "18.2.0", "react": "18.2.0",