From c15adab9cfb36a4b21199f9de7408eaccb1bbad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 11:36:32 +0000 Subject: [PATCH] build(deps-dev): bump tsc-watch from 6.2.0 to 6.2.1 Bumps [tsc-watch](https://github.com/gilamran/tsc-watch) from 6.2.0 to 6.2.1. - [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-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- packages/network-of-terms-graphql/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ed0947d..61fa8835 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24123,11 +24123,10 @@ } }, "node_modules/tsc-watch": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-6.2.0.tgz", - "integrity": "sha512-2LBhf9kjKXnz7KQ/puLHlozMzzUNHAdYBNMkg3eksQJ9GBAgMg8czznM83T5PmsoUvDnXzfIeQn2lNcIYDr8LA==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-6.2.1.tgz", + "integrity": "sha512-GLwdz5Dy9K3sVm3RzgkLcyDpl5cvU9HEcE1A3gf5rqEwlUe7gDLxNCgcuNEw3zoKOiegMo3LnbF1t6HLqxhrSA==", "dev": true, - "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", "node-cleanup": "^2.1.2", @@ -24959,7 +24958,7 @@ "@types/rdfjs__data-model": "2.0.8", "jest-dev-server": "10.1.4", "ts-node-dev": "2.0.0", - "tsc-watch": "6.2.0" + "tsc-watch": "6.2.1" }, "engines": { "node": ">=16.15.0" diff --git a/packages/network-of-terms-graphql/package.json b/packages/network-of-terms-graphql/package.json index 2f23fa5f..5ddf4d5e 100644 --- a/packages/network-of-terms-graphql/package.json +++ b/packages/network-of-terms-graphql/package.json @@ -22,7 +22,7 @@ "@types/rdfjs__data-model": "2.0.8", "jest-dev-server": "10.1.4", "ts-node-dev": "2.0.0", - "tsc-watch": "6.2.0" + "tsc-watch": "6.2.1" }, "scripts": { "check": "gts check",