From dabaca5c7ca1edc9d4199524ced91aac2921d9ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 03:39:14 +0000 Subject: [PATCH] Bump npm-check-updates from 17.1.11 to 17.1.13 in /app Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 17.1.11 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.1.11...v17.1.13) --- updated-dependencies: - dependency-name: npm-check-updates dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/package-lock.json | 9 ++++----- app/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index de04162..3b4d3e9 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -10,7 +10,7 @@ "@vercel/analytics": "^1.3.2", "axios": "^1.7.7", "dotenv": "^16.4.5", - "npm-check-updates": "^17.1.11" + "npm-check-updates": "^17.1.13" }, "devDependencies": { "@nuxt/eslint-config": "^0.3.10", @@ -10893,10 +10893,9 @@ } }, "node_modules/npm-check-updates": { - "version": "17.1.11", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.11.tgz", - "integrity": "sha512-TR2RuGIH7P3Qrb0jfdC/nT7JWqXPKjDlxuNQt3kx4oNVf1Pn5SBRB7KLypgYZhruivJthgTtfkkyK4mz342VjA==", - "license": "Apache-2.0", + "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==", "bin": { "ncu": "build/cli.js", "npm-check-updates": "build/cli.js" diff --git a/app/package.json b/app/package.json index 74735f8..b225947 100644 --- a/app/package.json +++ b/app/package.json @@ -34,6 +34,6 @@ "@vercel/analytics": "^1.3.2", "axios": "^1.7.7", "dotenv": "^16.4.5", - "npm-check-updates": "^17.1.11" + "npm-check-updates": "^17.1.13" } }