From aae29378d2ea6d86c0606c16b00631ec2bde15df Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 12 May 2025 12:02:37 +0000 Subject: [PATCH] chore(deps): update dependency sass to v1.88.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 169ca1c..8dde941 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "eslint-plugin-vue": "10.1.0", "nuxt": "3.17.2", "postcss-html": "1.8.0", - "sass": "1.87.0", + "sass": "1.88.0", "stylelint": "16.19.1", "stylelint-config-recommended-vue": "1.6.0", "stylelint-config-standard": "38.0.0", @@ -19596,9 +19596,9 @@ "devOptional": true }, "node_modules/sass": { - "version": "1.87.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.87.0.tgz", - "integrity": "sha512-d0NoFH4v6SjEK7BoX810Jsrhj7IQSYHAHLi/iSpgqKc7LaIDshFRlSg5LOymf9FqQhxEHs2W5ZQXlvy0KD45Uw==", + "version": "1.88.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.88.0.tgz", + "integrity": "sha512-sF6TWQqjFvr4JILXzG4ucGOLELkESHL+I5QJhh7CNaE+Yge0SI+ehCatsXhJ7ymU1hAFcIS3/PBpjdIbXoyVbg==", "devOptional": true, "license": "MIT", "dependencies": { @@ -19617,9 +19617,9 @@ } }, "node_modules/sass/node_modules/immutable": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.1.tgz", - "integrity": "sha512-3jatXi9ObIsPGr3N5hGw/vWWcTkq6hUYhpQz4k0wLC+owqWi/LiugIw9x0EdNZ2yGedKN/HzePiBvaJRXa0Ujg==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.2.tgz", + "integrity": "sha512-qHKXW1q6liAk1Oys6umoaZbDRqjcjgSrbnrifHsfsttza7zcvRAsL7mMV6xWcyhwQy7Xj5v4hhbr6b+iDYwlmQ==", "devOptional": true, "license": "MIT" }, diff --git a/package.json b/package.json index 6c06e22..b44da13 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint-plugin-vue": "10.1.0", "nuxt": "3.17.2", "postcss-html": "1.8.0", - "sass": "1.87.0", + "sass": "1.88.0", "stylelint": "16.19.1", "stylelint-config-recommended-vue": "1.6.0", "stylelint-config-standard": "38.0.0",