From 5ee51804c31d0064bf9da06f830fbbec639435c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 15:36:28 +0000 Subject: [PATCH] Bump tsc-watch from 7.1.1 to 7.2.0 in /cirq-web/cirq_web Bumps [tsc-watch](https://github.com/gilamran/tsc-watch) from 7.1.1 to 7.2.0. - [Release notes](https://github.com/gilamran/tsc-watch/releases) - [Changelog](https://github.com/gilamran/tsc-watch/blob/master/CHANGELOG.md) - [Commits](https://github.com/gilamran/tsc-watch/commits) --- updated-dependencies: - dependency-name: tsc-watch dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cirq-web/cirq_web/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cirq-web/cirq_web/package-lock.json b/cirq-web/cirq_web/package-lock.json index 5674af76d15..b47acd174ae 100644 --- a/cirq-web/cirq_web/package-lock.json +++ b/cirq-web/cirq_web/package-lock.json @@ -14220,9 +14220,9 @@ } }, "node_modules/tsc-watch": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-7.1.1.tgz", - "integrity": "sha512-r6t37Dkk4vK44HwxOe+OzjpE/gDamZAwqXhtcAJD/hPVblcjJK45NxbK0HcDASXG0U4pEnCh640JZbeDVSC6yA==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-7.2.0.tgz", + "integrity": "sha512-4gRFawQD1cVSaILvG7wl2x6NtteKbS2dGBMbL7Q6n1ldLIOKXCJUoEwUXdGuee4dp+zcnA6tukBBLz1lZrNI9w==", "license": "MIT", "dependencies": { "cross-spawn": "^7.0.6",