build(deps-dev): bump zotero-plugin-scaffold from 0.0.23 to 0.0.24 (#126)

Bumps [zotero-plugin-scaffold](https://github.com/northword/zotero-plugin-scaffold) from 0.0.23 to 0.0.24.
- [Release notes](https://github.com/northword/zotero-plugin-scaffold/releases)
- [Commits](https://github.com/northword/zotero-plugin-scaffold/compare/v0.0.23...v0.0.24)

---
updated-dependencies:
- dependency-name: zotero-plugin-scaffold
  dependency-type: direct:development
  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-05-28 11:30:51 +08:00 committed by GitHub
parent d54db9cfdb
commit ce003b9def
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

@ -18,7 +18,7 @@
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"typescript-eslint": "^7.9.0",
"zotero-plugin-scaffold": "^0.0.23",
"zotero-plugin-scaffold": "^0.0.24",
"zotero-types": "^2.0.0"
}
},
@ -9219,9 +9219,9 @@
}
},
"node_modules/zotero-plugin-scaffold": {
"version": "0.0.23",
"resolved": "https://registry.npmjs.org/zotero-plugin-scaffold/-/zotero-plugin-scaffold-0.0.23.tgz",
"integrity": "sha512-l9j0MpPcmnPUTtmHuHMI9h2XbVkP7ZPI7/5m0UW6ijmYl/KaRpYFccXICHe7Q0LozaMoAxdgJYWAPNHa0Y/MLw==",
"version": "0.0.24",
"resolved": "https://registry.npmjs.org/zotero-plugin-scaffold/-/zotero-plugin-scaffold-0.0.24.tgz",
"integrity": "sha512-TgRIj/zBpE5wsKeM4qtBL31cqls3Yvn43LR41EIoSJVRn/gIxZysFtFpVOnOtD21MT4OWmWE8xNzpacUNwenSQ==",
"dev": true,
"dependencies": {
"@inquirer/prompts": "5.0.3",

View File

@ -37,7 +37,7 @@
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"typescript-eslint": "^7.9.0",
"zotero-plugin-scaffold": "^0.0.23",
"zotero-plugin-scaffold": "^0.0.24",
"zotero-types": "^2.0.0"
},
"prettier": {