mirror of
https://github.com/forketyfork/obsidian-youtrack-fetcher.git
synced 2026-07-22 05:46:13 +00:00
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:
parent
14af6fbbc6
commit
1deaf2f716
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue