This commit is contained in:
dependabot[bot] 2024-08-10 22:07:30 +00:00 committed by GitHub
commit b0f2b67357
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View file

@ -18,7 +18,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.77.2" "sass": "^1.77.8"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {
@ -13901,10 +13901,9 @@
] ]
}, },
"node_modules/sass": { "node_modules/sass": {
"version": "1.77.4", "version": "1.77.8",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.77.4.tgz", "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.8.tgz",
"integrity": "sha512-vcF3Ckow6g939GMA4PeU7b2K/9FALXk2KF9J87txdHzXbUF9XRQRwSxcAs/fGaTnJeBFd7UoV22j3lzMLdM0Pw==", "integrity": "sha512-4UHg6prsrycW20fqLGPShtEvo/WyHRVRHwOP4DzkUrObWoWI05QBSfzU71TVB7PFaL104TwNaHpjlWXAZbQiNQ==",
"license": "MIT",
"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

@ -12,7 +12,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.77.2" "sass": "^1.77.8"
}, },
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",