diff --git a/package-lock.json b/package-lock.json index 094b4b43..a06ffd95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,12 +12,12 @@ "eslint": "^8.57.1", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.31.0", - "sass": "~1.81", + "sass": "~1.82", "stylelint": "^16.11.0", "stylelint-config-recess-order": "^5.1.1", "stylelint-config-standard-scss": "^14.0.0", "stylelint-scss": "^6.10.0", - "vite": "^6.0.1" + "vite": "^6.0.3" } }, "node_modules/@babel/code-frame": { @@ -4274,9 +4274,9 @@ } }, "node_modules/sass": { - "version": "1.81.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.81.0.tgz", - "integrity": "sha512-Q4fOxRfhmv3sqCLoGfvrC9pRV8btc0UtqL9mN6Yrv6Qi9ScL55CVH1vlPP863ISLEEMNLLuu9P+enCeGHlnzhA==", + "version": "1.82.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.82.0.tgz", + "integrity": "sha512-j4GMCTa8elGyN9A7x7bEglx0VgSpNUG4W4wNedQ33wSMdnkqQCT8HTwOaVSV4e6yQovcu/3Oc4coJP/l0xhL2Q==", "dev": true, "dependencies": { "chokidar": "^4.0.0", @@ -5052,11 +5052,10 @@ "license": "MIT" }, "node_modules/vite": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.1.tgz", - "integrity": "sha512-Ldn6gorLGr4mCdFnmeAOLweJxZ34HjKnDm4HGo6P66IEqTxQb36VEdFJQENKxWjupNfoIjvRUnswjn1hpYEpjQ==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.3.tgz", + "integrity": "sha512-Cmuo5P0ENTN6HxLSo6IHsjCLn/81Vgrp81oaiFFMRa8gGDj5xEjIcEpf2ZymZtZR8oU0P2JX5WuUp/rlXcHkAw==", "dev": true, - "license": "MIT", "dependencies": { "esbuild": "^0.24.0", "postcss": "^8.4.49", diff --git a/package.json b/package.json index 31b38913..0e0d907f 100644 --- a/package.json +++ b/package.json @@ -16,12 +16,12 @@ "eslint": "^8.57.1", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.31.0", - "sass": "~1.81", + "sass": "~1.82", "stylelint": "^16.11.0", "stylelint-config-recess-order": "^5.1.1", "stylelint-config-standard-scss": "^14.0.0", "stylelint-scss": "^6.10.0", - "vite": "^6.0.1" + "vite": "^6.0.3" }, "repository": { "type": "git",