fix(deps): update dependency @sveltia/cms to ^0.105.0

This commit is contained in:
renovate[bot]
2025-09-11 07:39:05 +00:00
committed by GitHub
parent e7d5dca391
commit d0b951d21b
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "hexo-site", "name": "hexo-site",
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"@sveltia/cms": "^0.104.2", "@sveltia/cms": "^0.105.0",
"axios": "^1.11.0", "axios": "^1.11.0",
"cheerio": "^1.1.2", "cheerio": "^1.1.2",
"hexo": "^7.3.0", "hexo": "^7.3.0",
@@ -353,9 +353,9 @@
} }
}, },
"node_modules/@sveltia/cms": { "node_modules/@sveltia/cms": {
"version": "0.104.3", "version": "0.105.0",
"resolved": "https://registry.npmjs.org/@sveltia/cms/-/cms-0.104.3.tgz", "resolved": "https://registry.npmjs.org/@sveltia/cms/-/cms-0.105.0.tgz",
"integrity": "sha512-JotiY6rdDYW1uMuczy6cFblpJ/pDZmN4veMZTtwMWdDPVYLTraZTIg/B4YaRi9wzYhlLgvHP6IwPeBMyhzp5EQ==", "integrity": "sha512-ZECbTM+JZG0N6I2Je+cW2DKQ/9UpteGH4By6nbur/PKR24grRnF93IgSV1neXU8etGtQ9F41Cvcsdx67lkZS/w==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/trusted-types": { "node_modules/@types/trusted-types": {

View File

@@ -12,7 +12,7 @@
"version": "7.3.0" "version": "7.3.0"
}, },
"dependencies": { "dependencies": {
"@sveltia/cms": "^0.104.2", "@sveltia/cms": "^0.105.0",
"axios": "^1.11.0", "axios": "^1.11.0",
"cheerio": "^1.1.2", "cheerio": "^1.1.2",
"hexo": "^7.3.0", "hexo": "^7.3.0",