From 782d30f251f4a29e64d94e2331083bdaf1fd1706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 11:12:09 +0000 Subject: [PATCH] Bump npm-check-updates from 19.1.1 to 19.1.2 in /typescript Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 19.1.1 to 19.1.2. - [Release notes](https://github.com/raineorshine/npm-check-updates/releases) - [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md) - [Commits](https://github.com/raineorshine/npm-check-updates/compare/v19.1.1...v19.1.2) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 19.1.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- typescript/package-lock.json | 8 ++++---- typescript/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/typescript/package-lock.json b/typescript/package-lock.json index 96d2115..6f3447e 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -30,7 +30,7 @@ "@types/minimatch": "6.0.0", "eslint-config-prettier": "10.1.8", "jest": "30.2.0", - "npm-check-updates": "19.1.1", + "npm-check-updates": "19.1.2", "prettier": "3.6.2", "ts-jest": "29.4.5", "ts-node": "10.9.2" @@ -4579,9 +4579,9 @@ } }, "node_modules/npm-check-updates": { - "version": "19.1.1", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.1.1.tgz", - "integrity": "sha512-vy/uNbaK6Xfj/QzM8OXeALZak67E0uHjUlbdT1YGy4bdj0xlBU6AVd+8bscY8vlDpyzL6Y7mxcrX8kzEDeEpNg==", + "version": "19.1.2", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.1.2.tgz", + "integrity": "sha512-FNeFCVgPOj0fz89hOpGtxP2rnnRHR7hD2E8qNU8SMWfkyDZXA/xpgjsL3UMLSo3F/K13QvJDnbxPngulNDDo/g==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/typescript/package.json b/typescript/package.json index 24808f5..da894a1 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -29,7 +29,7 @@ "@types/minimatch": "6.0.0", "eslint-config-prettier": "10.1.8", "jest": "30.2.0", - "npm-check-updates": "19.1.1", + "npm-check-updates": "19.1.2", "prettier": "3.6.2", "ts-jest": "29.4.5", "ts-node": "10.9.2"