diff --git a/package-lock.json b/package-lock.json index 806a801..adf2f24 100755 --- a/package-lock.json +++ b/package-lock.json @@ -11,14 +11,14 @@ "darkmode-vue": "^0.4.0", "highlight.js": "^11.10.0", "jsom": "^1.0.0", - "sass": "^1.79.5", + "sass": "^1.80.1", "vue": "^3.5.12", "vue-techs-logos": "^0.1.24" }, "devDependencies": { "@rushstack/eslint-patch": "^1.10.4", "@types/jsdom": "^21.1.7", - "@types/node": "^22.7.5", + "@types/node": "^22.7.6", "@vitejs/plugin-vue": "^5.1.4", "@vue/eslint-config-typescript": "^14.1.1", "@vue/test-utils": "^2.4.6", @@ -1375,9 +1375,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "22.7.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.5.tgz", - "integrity": "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==", + "version": "22.7.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.6.tgz", + "integrity": "sha512-/d7Rnj0/ExXDMcioS78/kf1lMzYk4BZV8MZGTBKzTGZ6/406ukkbYlIsZmMPhcR5KlkunDHQLrtAVmSq7r+mSw==", "dev": true, "license": "MIT", "dependencies": { @@ -6377,9 +6377,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.79.5", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.79.5.tgz", - "integrity": "sha512-W1h5kp6bdhqFh2tk3DsI771MoEJjvrSY/2ihJRJS4pjIyfJCw0nTsxqhnrUzaLMOJjFchj8rOvraI/YUVjtx5g==", + "version": "1.80.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.1.tgz", + "integrity": "sha512-9lBwDZ7j3y/1DKj5Ec249EVGo5CVpwnzIyIj+cqlCjKkApLnzsJ/l9SnV4YnORvW9dQwQN+gQvh/mFZ8CnDs7Q==", "license": "MIT", "dependencies": { "@parcel/watcher": "^2.4.1", diff --git a/package.json b/package.json index c746e87..be11b09 100755 --- a/package.json +++ b/package.json @@ -37,14 +37,14 @@ "darkmode-vue": "^0.4.0", "highlight.js": "^11.10.0", "jsom": "^1.0.0", - "sass": "^1.79.5", + "sass": "^1.80.1", "vue": "^3.5.12", "vue-techs-logos": "^0.1.24" }, "devDependencies": { "@rushstack/eslint-patch": "^1.10.4", "@types/jsdom": "^21.1.7", - "@types/node": "^22.7.5", + "@types/node": "^22.7.6", "@vitejs/plugin-vue": "^5.1.4", "@vue/eslint-config-typescript": "^14.1.1", "@vue/test-utils": "^2.4.6",