Bump @sveltia/cms from 0.100.2 to 0.102.0

Bumps [@sveltia/cms](https://github.com/sveltia/sveltia-cms) from 0.100.2 to 0.102.0.
- [Release notes](https://github.com/sveltia/sveltia-cms/releases)
- [Commits](https://github.com/sveltia/sveltia-cms/compare/v0.100.2...v0.102.0)

---
updated-dependencies:
- dependency-name: "@sveltia/cms"
  dependency-version: 0.102.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-08-28 06:47:26 +00:00
committed by GitHub
parent 84e5674bee
commit 248aec9e92
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.100.1", "@sveltia/cms": "^0.102.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.100.2", "version": "0.102.0",
"resolved": "https://registry.npmjs.org/@sveltia/cms/-/cms-0.100.2.tgz", "resolved": "https://registry.npmjs.org/@sveltia/cms/-/cms-0.102.0.tgz",
"integrity": "sha512-PkoX91JrVfV5+ZAly0jNXVJxlQ26+z6pLvyE/O1ykxfMDfbkE7o2a/m+aIXpfC9q3vZlK6YKurfZXcEu+RgOmA==", "integrity": "sha512-phwYd/p9BNF24xRsr0BKKR3bTZbiiwr7fyK6fSug74tYlJQJavVJJl4oQGw/gWK8mZls+FuFKSnIlhJHlO9tlQ==",
"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.100.1", "@sveltia/cms": "^0.102.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",