diff --git a/package-lock.json b/package-lock.json index a38942720..8567f33d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,13 +20,13 @@ "license": "MIT", "devDependencies": { "@adamlui/minify.js": "^1.8.6", - "@adamlui/scss-to-css": "^1.10.44", + "@adamlui/scss-to-css": "^1.10.45", "@eslint/css": "^0.14.1", "@eslint/json": "^0.14.0", "@eslint/markdown": "^7.5.1", "@html-eslint/eslint-plugin": "^0.48.0", "@html-eslint/parser": "^0.48.0", - "@stylistic/eslint-plugin": "^5.5.0", + "@stylistic/eslint-plugin": "^5.6.0", "eslint": "^9.39.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^2.10.0", @@ -70,9 +70,9 @@ } }, "node_modules/@adamlui/scss-to-css": { - "version": "1.10.44", - "resolved": "https://registry.npmjs.org/@adamlui/scss-to-css/-/scss-to-css-1.10.44.tgz", - "integrity": "sha512-rf4o1CoGl4eDwYTQOh96B5uXUC2U+aswmgaIlAhIE6ePi4l9zag4rcU8wPbJ7d87I+rLYqa2VHCOLIt4EfJZGQ==", + "version": "1.10.45", + "resolved": "https://registry.npmjs.org/@adamlui/scss-to-css/-/scss-to-css-1.10.45.tgz", + "integrity": "sha512-W8MyqKjYPGH8d/JZec10wWB06yKOzC154h0l8M4nGykWX0t377bC2oApEfkm6Z/Dy32QcyipcMFkKOQ+Adf4Mg==", "dev": true, "funding": [ { @@ -95,7 +95,7 @@ "license": "MIT", "dependencies": { "node-clipboardy": "^1.0.3", - "sass": "^1.94.0" + "sass": "^1.94.1" }, "bin": { "scss-to-css": "dist/cli.min.js", @@ -850,14 +850,14 @@ "license": "MIT" }, "node_modules/@stylistic/eslint-plugin": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.5.0.tgz", - "integrity": "sha512-IeZF+8H0ns6prg4VrkhgL+yrvDXWDH2cKchrbh80ejG9dQgZWp10epHMbgRuQvgchLII/lfh6Xn3lu6+6L86Hw==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.6.0.tgz", + "integrity": "sha512-owEc4B8ME+O/xyZOkLVyLqPMsUgJXIM4XzCm5Vt3WvRXpyoOfYxgA+JkEiFqXPCI8+Nc2BzAT+KGAK7QleGs8Q==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.9.0", - "@typescript-eslint/types": "^8.46.1", + "@typescript-eslint/types": "^8.47.0", "eslint-visitor-keys": "^4.2.1", "espree": "^10.4.0", "estraverse": "^5.3.0", @@ -950,9 +950,9 @@ "license": "MIT" }, "node_modules/@typescript-eslint/types": { - "version": "8.46.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.1.tgz", - "integrity": "sha512-C+soprGBHwWBdkDpbaRC4paGBrkIXxVlNohadL5o0kfhsXqOC6GYH2S/Obmig+I0HTDl8wMaRySwrfrXVP8/pQ==", + "version": "8.47.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.47.0.tgz", + "integrity": "sha512-nHAE6bMKsizhA2uuYZbEbmp5z2UpffNrPEqiKIeN7VsV6UY/roxanWfoRrf6x/k9+Obf+GQdkm0nPU+vnMXo9A==", "dev": true, "license": "MIT", "engines": { @@ -4573,9 +4573,9 @@ } }, "node_modules/sass": { - "version": "1.94.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.94.0.tgz", - "integrity": "sha512-Dqh7SiYcaFtdv5Wvku6QgS5IGPm281L+ZtVD1U2FJa7Q0EFRlq8Z3sjYtz6gYObsYThUOz9ArwFqPZx+1azILQ==", + "version": "1.94.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.94.1.tgz", + "integrity": "sha512-/YVm5FRQaRlr3oNh2LLFYne1PdPlRZGyKnHh1sLleOqLcohTR4eUUvBjBIqkl1fEXd1MGOHgzJGJh+LgTtV4KQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 97428f982..5e0702cf7 100644 --- a/package.json +++ b/package.json @@ -74,13 +74,13 @@ "bugs": "https://github.com/KudoAI/chatgpt.js/issues", "devDependencies": { "@adamlui/minify.js": "^1.8.6", - "@adamlui/scss-to-css": "^1.10.44", + "@adamlui/scss-to-css": "^1.10.45", "@eslint/css": "^0.14.1", "@eslint/json": "^0.14.0", "@eslint/markdown": "^7.5.1", "@html-eslint/eslint-plugin": "^0.48.0", "@html-eslint/parser": "^0.48.0", - "@stylistic/eslint-plugin": "^5.5.0", + "@stylistic/eslint-plugin": "^5.6.0", "eslint": "^9.39.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-regexp": "^2.10.0",