build(deps): bump zotero-plugin-toolkit from 5.0.0-0 to 5.0.0-1 (#255)

Bumps [zotero-plugin-toolkit](https://github.com/windingwind/zotero-plugin-toolkit) from 5.0.0-0 to 5.0.0-1.
- [Release notes](https://github.com/windingwind/zotero-plugin-toolkit/releases)
- [Changelog](https://github.com/windingwind/zotero-plugin-toolkit/blob/master/.release-it.json)
- [Commits](https://github.com/windingwind/zotero-plugin-toolkit/compare/5.0.0-0...5.0.0-1)

---
updated-dependencies:
- dependency-name: zotero-plugin-toolkit
  dependency-version: 5.0.0-1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-04-29 09:32:24 +08:00 committed by GitHub
parent 742e9ca799
commit c154923886
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "3.1.0", "version": "3.1.0",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"dependencies": { "dependencies": {
"zotero-plugin-toolkit": "^5.0.0-0" "zotero-plugin-toolkit": "^5.0.0-1"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.25.1", "@eslint/js": "^9.25.1",
@ -3794,15 +3794,15 @@
} }
}, },
"node_modules/zotero-plugin-toolkit": { "node_modules/zotero-plugin-toolkit": {
"version": "5.0.0-0", "version": "5.0.0-1",
"resolved": "https://registry.npmjs.org/zotero-plugin-toolkit/-/zotero-plugin-toolkit-5.0.0-0.tgz", "resolved": "https://registry.npmjs.org/zotero-plugin-toolkit/-/zotero-plugin-toolkit-5.0.0-1.tgz",
"integrity": "sha512-CS6Myhxf3h0sHe8bfjxijeCTNn5xRIzcFWd36sm+xgehFmaKPp66BsbbqFvQ4Lggif9aifW5+UM8z1mtnqKGjw==", "integrity": "sha512-FmlLF/LH+k392dIaFPlQAnxFbBxCN7fP8WSHVAJcfjeYwILQ+7jFFJhlJZcxLNBavhatkXQ7yoOPJrnDKLmkHw==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=18" "node": ">=18"
}, },
"peerDependencies": { "peerDependencies": {
"zotero-types": "^4.0.0-beta.2" "zotero-types": "^4.0.0-beta.4"
} }
}, },
"node_modules/zotero-types": { "node_modules/zotero-types": {

View File

@ -30,7 +30,7 @@
"update-deps": "npm update --save" "update-deps": "npm update --save"
}, },
"dependencies": { "dependencies": {
"zotero-plugin-toolkit": "^5.0.0-0" "zotero-plugin-toolkit": "^5.0.0-1"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.25.1", "@eslint/js": "^9.25.1",