From 6e31f6f41259181086698264aaa6790f4d764936 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 13:53:56 +0000 Subject: [PATCH] chore(deps-dev): bump @typescriptprime/parsing from 1.1.0 to 2.0.0 Bumps [@typescriptprime/parsing](https://github.com/TypescriptPrime/parsing) from 1.1.0 to 2.0.0. - [Release notes](https://github.com/TypescriptPrime/parsing/releases) - [Commits](https://github.com/TypescriptPrime/parsing/compare/1.1.0...2.0.0) --- updated-dependencies: - dependency-name: "@typescriptprime/parsing" dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- builder/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/package.json b/builder/package.json index 5ada513..fc463a8 100644 --- a/builder/package.json +++ b/builder/package.json @@ -18,7 +18,7 @@ "@types/semver": "^7.7.1", "@typescript-eslint/eslint-plugin": "^8.56.1", "@typescript-eslint/parser": "^8.56.1", - "@typescriptprime/parsing": "^1.1.0", + "@typescriptprime/parsing": "^2.0.0", "@typescriptprime/securereq": "^1.1.1", "chokidar": "^5.0.0", "esbuild": "^0.27.3",