From 8a609f2e53bfb2f08b13e3b0e298d32c4bf5478c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 16:40:30 +0000 Subject: [PATCH] chore(deps-dev): bump @types/web from 0.0.345 to 0.0.349 Bumps [@types/web](https://github.com/microsoft/TypeScript-DOM-Lib-Generator) from 0.0.345 to 0.0.349. - [Release notes](https://github.com/microsoft/TypeScript-DOM-Lib-Generator/releases) - [Commits](https://github.com/microsoft/TypeScript-DOM-Lib-Generator/compare/@types/web@0.0.345...@types/web@0.0.349) --- updated-dependencies: - dependency-name: "@types/web" dependency-version: 0.0.349 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- userscript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userscript/package.json b/userscript/package.json index c788f8c..894428c 100644 --- a/userscript/package.json +++ b/userscript/package.json @@ -6,7 +6,7 @@ "lint": "tsc --noEmit && eslint **/*.ts" }, "devDependencies": { - "@types/web": "^0.0.345", + "@types/web": "^0.0.349", "@typescript-eslint/eslint-plugin": "^8.58.2", "@typescript-eslint/parser": "^8.58.2", "eslint": "^10.2.1",