From 4f99ad1f4ae333346e1f76e26309e590c84a86d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 23:25:52 +0000 Subject: [PATCH] Bump knip from 5.75.1 to 5.76.3 Bumps [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) from 5.75.1 to 5.76.3. - [Release notes](https://github.com/webpro-nl/knip/releases) - [Commits](https://github.com/webpro-nl/knip/commits/5.76.3/packages/knip) --- updated-dependencies: - dependency-name: knip dependency-version: 5.76.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 414a5e9..2cca541 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "eslint-plugin-jsdoc": "^61.5.0", "eslint-plugin-sonarjs": "^3.0.5", "eslint-plugin-unicorn": "^62.0.0", - "knip": "^5.75.1", + "knip": "^5.76.3", "prettier": "^3.7.4", "prettier-plugin-packagejson": "^2.5.20", "tsx": "^4.21.0", @@ -6000,9 +6000,9 @@ } }, "node_modules/knip": { - "version": "5.75.1", - "resolved": "https://registry.npmjs.org/knip/-/knip-5.75.1.tgz", - "integrity": "sha512-raguBFxTUO5JKrv8rtC8wrOtzrDwWp/fOu1F1GhrHD1F3TD2fqI1Z74JB+PyFZubL+RxqOkhGStdPAvaaXSOWQ==", + "version": "5.76.3", + "resolved": "https://registry.npmjs.org/knip/-/knip-5.76.3.tgz", + "integrity": "sha512-YLCCzOFzkuNgyL9LdrwFBstV9gpmvPCuolRzs9W++of0mtPH1D3ehE3M4okgayksgq7tWkkMAmyjrDrXxX6aAQ==", "dev": true, "funding": [ { @@ -8358,8 +8358,8 @@ "version": "0.4.1", "license": "Apache-2.0", "bin": { - "openworkflow": "bin/openworkflow.js", - "ow": "bin/openworkflow.js" + "openworkflow": "dist/bin/openworkflow.js", + "ow": "dist/bin/openworkflow.js" }, "devDependencies": { "arktype": "^2.1.29", diff --git a/package.json b/package.json index 2f3a667..6457537 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-plugin-jsdoc": "^61.5.0", "eslint-plugin-sonarjs": "^3.0.5", "eslint-plugin-unicorn": "^62.0.0", - "knip": "^5.75.1", + "knip": "^5.76.3", "prettier": "^3.7.4", "prettier-plugin-packagejson": "^2.5.20", "tsx": "^4.21.0",