Update all digest updates #15

Merged
Valentin Popov merged 1 commits from renovate/all-digest into master 2025-06-02 17:48:04 +03:00
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -11,14 +11,14 @@
"@astrojs/check": "^0.9.4",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.4.0",
"astro": "^5.8.0",
"astro": "^5.8.1",
"autoprefixer": "^10.4.21",
"cssnano": "^7.0.7",
"cssnano-preset-advanced": "^7.0.7",
"dayjs": "^1.11.13",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"sass": "^1.89.0",
"sass": "^1.89.1",
"typescript": "^5.8.3"
},
"devDependencies": {
@ -2121,9 +2121,9 @@
}
},
"node_modules/astro": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.8.0.tgz",
"integrity": "sha512-G57ELkdIntDiSrucA5lQaRtBOjquaZ9b9NIwoz2f471ZuuJcynLjWgItgBzlrz5UMY4WqnFbVWUCKlJb7nt9bA==",
"version": "5.8.1",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.8.1.tgz",
"integrity": "sha512-lkBg1smMRFW+FQ6i92SgEN53o4+ItRjlRt6Ck+rEjmTcb57Bid7faTNKUQNYuNnxiesTWw3NJDyVPQPbfKDyfw==",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.11.0",
@ -5994,9 +5994,9 @@
"license": "MIT"
},
"node_modules/sass": {
"version": "1.89.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.89.0.tgz",
"integrity": "sha512-ld+kQU8YTdGNjOLfRWBzewJpU5cwEv/h5yyqlSeJcj6Yh8U4TDA9UA5FPicqDz/xgRPWRSYIQNiFks21TbA9KQ==",
"version": "1.89.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.89.1.tgz",
"integrity": "sha512-eMLLkl+qz7tx/0cJ9wI+w09GQ2zodTkcE/aVfywwdlRcI3EO19xGnbmJwg/JMIm+5MxVJ6outddLZ4Von4E++Q==",
"license": "MIT",
"dependencies": {
"chokidar": "^4.0.0",

View File

@ -17,14 +17,14 @@
"@astrojs/check": "^0.9.4",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.4.0",
"astro": "^5.8.0",
"astro": "^5.8.1",
"autoprefixer": "^10.4.21",
"cssnano": "^7.0.7",
"cssnano-preset-advanced": "^7.0.7",
"dayjs": "^1.11.13",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"sass": "^1.89.0",
"sass": "^1.89.1",
"typescript": "^5.8.3"
},
"devDependencies": {