From 350c8495a12b8a96fa5ef81ef6d76b808e2abd8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 06:49:34 +0000 Subject: [PATCH] Bump npm-check-updates from 17.0.6 to 17.1.13 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 17.0.6 to 17.1.13. - [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/v17.0.6...v17.1.13) --- updated-dependencies: - dependency-name: npm-check-updates dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ca5f59..a40bf78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-junit": "^16.0.0", - "npm-check-updates": "^17.0.6", + "npm-check-updates": "^17.1.13", "prettier": "3.3.3", "style-loader": "^4.0.0", "supertest": "^7.0.0", @@ -11657,11 +11657,10 @@ } }, "node_modules/npm-check-updates": { - "version": "17.0.6", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.0.6.tgz", - "integrity": "sha512-KCiaJH1cfnh/RyzKiDNjNfXgcKFyQs550Uf1OF/Yzb8xO56w+RLpP/OKRUx23/GyP/mLYwEpOO65qjmVdh6j0A==", + "version": "17.1.13", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.13.tgz", + "integrity": "sha512-m9Woo2J5XVab0VcQpYvrQ0hx3ySI1mGbiHR595mc6Lr1/FIaTWvv+oU+T1WKSfXRiluKC/V5P6Bdk5agaYpqqg==", "dev": true, - "license": "Apache-2.0", "bin": { "ncu": "build/cli.js", "npm-check-updates": "build/cli.js" diff --git a/package.json b/package.json index a43bce7..d668b0b 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-junit": "^16.0.0", - "npm-check-updates": "^17.0.6", + "npm-check-updates": "^17.1.13", "prettier": "3.3.3", "style-loader": "^4.0.0", "supertest": "^7.0.0",