From 0380e5c3cc93626ee05a096ff83f909c22c73ac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:37:34 +0000 Subject: [PATCH] chore(deps): bump zotero-plugin-toolkit from 4.0.6 to 4.0.11 Bumps [zotero-plugin-toolkit](https://github.com/windingwind/zotero-plugin-toolkit) from 4.0.6 to 4.0.11. - [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.11) --- updated-dependencies: - dependency-name: zotero-plugin-toolkit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e3bf54e..d342b2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "4.3.1", "license": "AGPL-3.0-or-later", "dependencies": { - "zotero-plugin-toolkit": "^4.0.6" + "zotero-plugin-toolkit": "^4.0.11" }, "devDependencies": { "@eslint/js": "^9.16.0", @@ -8612,8 +8612,9 @@ } }, "node_modules/zotero-plugin-toolkit": { - "version": "4.0.6", - "license": "MIT", + "version": "4.0.11", + "resolved": "https://registry.npmjs.org/zotero-plugin-toolkit/-/zotero-plugin-toolkit-4.0.11.tgz", + "integrity": "sha512-vDuJ+ARLrELZHL0sZqsAwHA+igrDbJ4DnJ/Bx/cbpJmf+3MB2j+dvBBvz3R+xj5EMTUoQb5XC46HHNm7JWMAuQ==", "dependencies": { "zotero-types": "^2.2.0" }, diff --git a/package.json b/package.json index b6fbba7..ba395f5 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.11" }, "devDependencies": { "@eslint/js": "^9.16.0",