build(deps): bump zotero-plugin-toolkit from 4.0.6 to 4.0.9 (#212)

Bumps [zotero-plugin-toolkit](https://github.com/windingwind/zotero-plugin-toolkit) from 4.0.6 to 4.0.9.
- [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/4.0.6...4.0.9)

---
updated-dependencies:
- dependency-name: zotero-plugin-toolkit
  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] 2024-11-16 12:45:45 +01:00 committed by GitHub
parent f5b01579d1
commit 47b72c7448
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

@ -9,7 +9,7 @@
"version": "3.0.1", "version": "3.0.1",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"dependencies": { "dependencies": {
"zotero-plugin-toolkit": "^4.0.6" "zotero-plugin-toolkit": "^4.0.9"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.14.0", "@eslint/js": "^9.14.0",
@ -8943,9 +8943,9 @@
} }
}, },
"node_modules/zotero-plugin-toolkit": { "node_modules/zotero-plugin-toolkit": {
"version": "4.0.6", "version": "4.0.9",
"resolved": "https://registry.npmjs.org/zotero-plugin-toolkit/-/zotero-plugin-toolkit-4.0.6.tgz", "resolved": "https://registry.npmjs.org/zotero-plugin-toolkit/-/zotero-plugin-toolkit-4.0.9.tgz",
"integrity": "sha512-juxIrSrUYTxk+efQJAH7OpfQHSboErMd0Ygu2eZs/xKA1177XlCYhe0sdxlTxI8Y/4UGtRwLicThUddaOfArMQ==", "integrity": "sha512-DLFB17D4hWAZRLBKHfipZke765StKBlZ1S320cQqducHaEW7dWC1tumBjB8n02DtuVGn6l9YKo4819wbyVMKcQ==",
"dependencies": { "dependencies": {
"zotero-types": "^2.2.0" "zotero-types": "^2.2.0"
}, },

View File

@ -28,7 +28,7 @@
"update-deps": "npm update --save" "update-deps": "npm update --save"
}, },
"dependencies": { "dependencies": {
"zotero-plugin-toolkit": "^4.0.6" "zotero-plugin-toolkit": "^4.0.9"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.14.0", "@eslint/js": "^9.14.0",