From 47b72c7448b00867c11cbec016d8caafaa8e6dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 12:45:45 +0100 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0a26a3a..3c8fb2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.0.1", "license": "AGPL-3.0-or-later", "dependencies": { - "zotero-plugin-toolkit": "^4.0.6" + "zotero-plugin-toolkit": "^4.0.9" }, "devDependencies": { "@eslint/js": "^9.14.0", @@ -8943,9 +8943,9 @@ } }, "node_modules/zotero-plugin-toolkit": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/zotero-plugin-toolkit/-/zotero-plugin-toolkit-4.0.6.tgz", - "integrity": "sha512-juxIrSrUYTxk+efQJAH7OpfQHSboErMd0Ygu2eZs/xKA1177XlCYhe0sdxlTxI8Y/4UGtRwLicThUddaOfArMQ==", + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/zotero-plugin-toolkit/-/zotero-plugin-toolkit-4.0.9.tgz", + "integrity": "sha512-DLFB17D4hWAZRLBKHfipZke765StKBlZ1S320cQqducHaEW7dWC1tumBjB8n02DtuVGn6l9YKo4819wbyVMKcQ==", "dependencies": { "zotero-types": "^2.2.0" }, diff --git a/package.json b/package.json index 2acbc94..1fae8db 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "update-deps": "npm update --save" }, "dependencies": { - "zotero-plugin-toolkit": "^4.0.6" + "zotero-plugin-toolkit": "^4.0.9" }, "devDependencies": { "@eslint/js": "^9.14.0",