diff --git a/packages/hydefront/package-lock.json b/packages/hydefront/package-lock.json index 69084bb13f7..83562487ead 100644 --- a/packages/hydefront/package-lock.json +++ b/packages/hydefront/package-lock.json @@ -9,7 +9,7 @@ "version": "3.4.0", "license": "MIT", "devDependencies": { - "sass": "1.80.2" + "sass": "1.80.3" } }, "node_modules/@parcel/watcher": { @@ -417,9 +417,9 @@ } }, "node_modules/sass": { - "version": "1.80.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.2.tgz", - "integrity": "sha512-9wXY8cGBlUmoUoT+vwOZOFCiS+naiWVjqlreN9ar9PudXbGwlMTFwCR5K9kB4dFumJ6ib98wZyAObJKsWf1nAA==", + "version": "1.80.3", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.3.tgz", + "integrity": "sha512-ptDWyVmDMVielpz/oWy3YP3nfs7LpJTHIJZboMVs8GEC9eUmtZTZhMHlTW98wY4aEorDfjN38+Wr/XjskFWcfA==", "dev": true, "dependencies": { "@parcel/watcher": "^2.4.1", diff --git a/packages/hydefront/package.json b/packages/hydefront/package.json index e96d2fff7b9..4952abeffd0 100644 --- a/packages/hydefront/package.json +++ b/packages/hydefront/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/hydephp/hydefront#readme", "devDependencies": { - "sass": "1.80.2" + "sass": "1.80.3" }, "main": "dist/hyde.css" }