chore(deps): pin obsidian to ^1.12.3 instead of "latest"

The "latest" dist-tag confuses dependabot's advisory matcher, which flags
a false-positive CVE-2021-38148 alert (the obsidian < 0.12.12 vuln) for
every install. Pinning to a concrete semver range resolves the spec
unambiguously and lets dependabot continue to roll the typings forward
under the 7-day cooldown.
This commit is contained in:
Forketyfork 2026-05-24 19:40:57 +02:00
parent 14af6fbbc6
commit 1deaf2f716
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@
"globals": "^17.6.0",
"jest": "^30.4.2",
"jest-environment-jsdom": "^30.4.1",
"obsidian": "latest",
"obsidian": "^1.12.3",
"prettier": "^3.8.3",
"stylelint": "^17.11.1",
"stylelint-config-standard": "^40.0.0",

View file

@ -56,7 +56,7 @@ importers:
specifier: ^30.4.1
version: 30.4.1
obsidian:
specifier: latest
specifier: ^1.12.3
version: 1.12.3(@codemirror/state@6.6.0)(@codemirror/view@6.43.0)
prettier:
specifier: ^3.8.3