Merge pull request #46 from LBRYFoundation/dependabot/npm_and_yarn/sass-1.77.2

Bump sass from 1.71.0 to 1.77.2
This commit is contained in:
Philip Ahlqvist 2024-05-23 00:06:29 +02:00 committed by GitHub
commit f38b70dfe5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -16,7 +16,7 @@
"markdown-wasm": "^1.2.0", "markdown-wasm": "^1.2.0",
"rehype-autolink-headings": "^7.1.0", "rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0", "rehype-slug": "^6.0.0",
"sass": "^1.71.0" "sass": "^1.77.2"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {
@ -13235,9 +13235,9 @@
] ]
}, },
"node_modules/sass": { "node_modules/sass": {
"version": "1.71.0", "version": "1.77.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.71.0.tgz", "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.2.tgz",
"integrity": "sha512-HKKIKf49Vkxlrav3F/w6qRuPcmImGVbIXJ2I3Kg0VMA+3Bav+8yE9G5XmP5lMj6nl4OlqbPftGAscNaNu28b8w==", "integrity": "sha512-eb4GZt1C3avsX3heBNlrc7I09nyT00IUuo4eFhAbeXWU2fvA7oXI53SxODVAA+zgZCk9aunAZgO+losjR3fAwA==",
"dependencies": { "dependencies": {
"chokidar": ">=3.0.0 <4.0.0", "chokidar": ">=3.0.0 <4.0.0",
"immutable": "^4.0.0", "immutable": "^4.0.0",

View file

@ -10,7 +10,7 @@
"markdown-wasm": "^1.2.0", "markdown-wasm": "^1.2.0",
"rehype-autolink-headings": "^7.1.0", "rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0", "rehype-slug": "^6.0.0",
"sass": "^1.71.0" "sass": "^1.77.2"
}, },
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",