From c7ce02ef681f0cdb1b14e79d0c888f27e4d1b9a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 02:44:51 +0000 Subject: [PATCH] Build(deps): bump npm-check-updates from 17.1.3 to 17.1.5 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 17.1.3 to 17.1.5. - [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.1.3...v17.1.5) --- updated-dependencies: - dependency-name: npm-check-updates dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 653bdf7..b2e3d42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.4.0", "license": "GPL-3.0", "dependencies": { - "npm-check-updates": "^17.1.3", + "npm-check-updates": "^17.1.5", "prettier": "^3.3.3" }, "devDependencies": { @@ -1791,9 +1791,9 @@ "license": "MIT" }, "node_modules/npm-check-updates": { - "version": "17.1.3", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.3.tgz", - "integrity": "sha512-4uDLBWPuDHT5KLieIJ20FoAB8yqJejmupI42wPyfObgQOBbPAikQSwT73afDwREvhuxYrRDqlRvxTMSfvO+L8A==", + "version": "17.1.5", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.5.tgz", + "integrity": "sha512-COZrBinIHW+S0ewV/NyMV9nax7bUAbRCLeV/g5vFpeio5Zl8d4ucqtLzU5uvtqYPaNSuI0scOad463uf5bnjSg==", "bin": { "ncu": "build/cli.js", "npm-check-updates": "build/cli.js" diff --git a/package.json b/package.json index c04b837..8772d7e 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "typescript": "5.6.3" }, "dependencies": { - "npm-check-updates": "^17.1.3", + "npm-check-updates": "^17.1.5", "prettier": "^3.3.3" } }