From 3164a451cb38cb748e5ecaf3055258bdd22e505c Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 13 Dec 2024 00:09:50 +0000 Subject: [PATCH] chore(deps): update dependency sass to v1.83.0 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f96aa5c..be3ab89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "eslint-plugin-vue": "9.32.0", "nuxt": "3.14.1592", "postcss-html": "1.7.0", - "sass": "1.82.0", + "sass": "1.83.0", "stylelint": "16.11.0", "stylelint-config-recommended-vue": "1.5.0", "stylelint-config-standard": "36.0.1", @@ -16786,9 +16786,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.82.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.82.0.tgz", - "integrity": "sha512-j4GMCTa8elGyN9A7x7bEglx0VgSpNUG4W4wNedQ33wSMdnkqQCT8HTwOaVSV4e6yQovcu/3Oc4coJP/l0xhL2Q==", + "version": "1.83.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.83.0.tgz", + "integrity": "sha512-qsSxlayzoOjdvXMVLkzF84DJFc2HZEL/rFyGIKbbilYtAvlCxyuzUeff9LawTn4btVnLKg75Z8MMr1lxU1lfGw==", "devOptional": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 214834b..3fd1f58 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint-plugin-vue": "9.32.0", "nuxt": "3.14.1592", "postcss-html": "1.7.0", - "sass": "1.82.0", + "sass": "1.83.0", "stylelint": "16.11.0", "stylelint-config-recommended-vue": "1.5.0", "stylelint-config-standard": "36.0.1",