Compare commits

..

2 commits

Author SHA1 Message Date
renovate[bot]
5ae6c548cb
Merge ce4eac809f into 7015be1355 2024-10-19 00:25:33 +00:00
renovate[bot]
ce4eac809f
fix(deps): update dependency sass to v1.80.3 2024-10-19 00:25:30 +00:00
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "3.0.0", "version": "3.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"sass": "1.80.4", "sass": "1.80.3",
"uglify-es": "3.3.10" "uglify-es": "3.3.10"
} }
}, },
@ -398,9 +398,9 @@
} }
}, },
"node_modules/sass": { "node_modules/sass": {
"version": "1.80.4", "version": "1.80.3",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.80.4.tgz", "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.3.tgz",
"integrity": "sha512-rhMQ2tSF5CsuuspvC94nPM9rToiAFw2h3JTrLlgmNw1MH79v8Cr3DH6KF6o6r+8oofY3iYVPUf66KzC8yuVN1w==", "integrity": "sha512-ptDWyVmDMVielpz/oWy3YP3nfs7LpJTHIJZboMVs8GEC9eUmtZTZhMHlTW98wY4aEorDfjN38+Wr/XjskFWcfA==",
"dependencies": { "dependencies": {
"@parcel/watcher": "^2.4.1", "@parcel/watcher": "^2.4.1",
"chokidar": "^4.0.0", "chokidar": "^4.0.0",
@ -636,9 +636,9 @@
"integrity": "sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==" "integrity": "sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA=="
}, },
"sass": { "sass": {
"version": "1.80.4", "version": "1.80.3",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.80.4.tgz", "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.3.tgz",
"integrity": "sha512-rhMQ2tSF5CsuuspvC94nPM9rToiAFw2h3JTrLlgmNw1MH79v8Cr3DH6KF6o6r+8oofY3iYVPUf66KzC8yuVN1w==", "integrity": "sha512-ptDWyVmDMVielpz/oWy3YP3nfs7LpJTHIJZboMVs8GEC9eUmtZTZhMHlTW98wY4aEorDfjN38+Wr/XjskFWcfA==",
"requires": { "requires": {
"@parcel/watcher": "^2.4.1", "@parcel/watcher": "^2.4.1",
"chokidar": "^4.0.0", "chokidar": "^4.0.0",

View file

@ -4,7 +4,7 @@
"repository": "https://github.com/DarrenOfficial/dpaste", "repository": "https://github.com/DarrenOfficial/dpaste",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"sass": "1.80.4", "sass": "1.80.3",
"uglify-es": "3.3.10" "uglify-es": "3.3.10"
} }
} }