From c154923886800e0dce8d34644964c0b29df03e73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 09:32:24 +0800 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e6dd69..da0ce6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.1.0", "license": "AGPL-3.0-or-later", "dependencies": { - "zotero-plugin-toolkit": "^5.0.0-0" + "zotero-plugin-toolkit": "^5.0.0-1" }, "devDependencies": { "@eslint/js": "^9.25.1", @@ -3794,15 +3794,15 @@ } }, "node_modules/zotero-plugin-toolkit": { - "version": "5.0.0-0", - "resolved": "https://registry.npmjs.org/zotero-plugin-toolkit/-/zotero-plugin-toolkit-5.0.0-0.tgz", - "integrity": "sha512-CS6Myhxf3h0sHe8bfjxijeCTNn5xRIzcFWd36sm+xgehFmaKPp66BsbbqFvQ4Lggif9aifW5+UM8z1mtnqKGjw==", + "version": "5.0.0-1", + "resolved": "https://registry.npmjs.org/zotero-plugin-toolkit/-/zotero-plugin-toolkit-5.0.0-1.tgz", + "integrity": "sha512-FmlLF/LH+k392dIaFPlQAnxFbBxCN7fP8WSHVAJcfjeYwILQ+7jFFJhlJZcxLNBavhatkXQ7yoOPJrnDKLmkHw==", "license": "MIT", "engines": { "node": ">=18" }, "peerDependencies": { - "zotero-types": "^4.0.0-beta.2" + "zotero-types": "^4.0.0-beta.4" } }, "node_modules/zotero-types": { diff --git a/package.json b/package.json index 18a93dd..32ae80c 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "update-deps": "npm update --save" }, "dependencies": { - "zotero-plugin-toolkit": "^5.0.0-0" + "zotero-plugin-toolkit": "^5.0.0-1" }, "devDependencies": { "@eslint/js": "^9.25.1",