Bump obsidian from 1.13.0 to 1.13.1

Bumps [obsidian](https://github.com/obsidianmd/obsidian-api) from 1.13.0 to 1.13.1.
- [Changelog](https://github.com/obsidianmd/obsidian-api/blob/master/CHANGELOG.md)
- [Commits](https://github.com/obsidianmd/obsidian-api/commits)

---
updated-dependencies:
- dependency-name: obsidian
  dependency-version: 1.13.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-07-13 02:13:07 +00:00 committed by GitHub
parent 5f0adac25b
commit dfb4af7b21
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

@ -15,7 +15,7 @@
"auto-changelog": "^2.5.0",
"esbuild": "^0.28.0",
"eslint-plugin-obsidianmd": "^0.3.0",
"obsidian": "^1.13.0",
"obsidian": "^1.13.1",
"tslib": "^2.8.1",
"typescript": "6.0.3"
}
@ -4007,9 +4007,9 @@
}
},
"node_modules/obsidian": {
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/obsidian/-/obsidian-1.13.0.tgz",
"integrity": "sha512-PHw5+SAPlJ0S3leFvJ0wgFg63Z3DavxL6+d1ll+8toXR2ZlYKc1rMWqdUv9LgUbTwPQUyY6yfhOMMivampRRiQ==",
"version": "1.13.1",
"resolved": "https://registry.npmjs.org/obsidian/-/obsidian-1.13.1.tgz",
"integrity": "sha512-qtTEA2pmhJzhuhJqzbBFRYhpIOqvW+krDYjtFynv66KbxBbumHBlsJfWw3I4jtnK/6fZwbQhCrmmDdRwXmX56w==",
"dev": true,
"license": "MIT",
"dependencies": {

View file

@ -34,7 +34,7 @@
"auto-changelog": "^2.5.0",
"esbuild": "^0.28.0",
"eslint-plugin-obsidianmd": "^0.3.0",
"obsidian": "^1.13.0",
"obsidian": "^1.13.1",
"tslib": "^2.8.1",
"typescript": "6.0.3"
},