From 39a1dfbd4446a00a197b2fa8f2084afeda7b317a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 10:18:40 +0000 Subject: [PATCH] Bump npm-check-updates from 16.14.6 to 16.14.11 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 16.14.6 to 16.14.11. - [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/v16.14.6...v16.14.11) --- updated-dependencies: - dependency-name: npm-check-updates dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d806f5b..7e3165e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@vercel/ncc": "^0.38.1", "eslint": "^8.53.0", "jest": "^29.7.0", - "npm-check-updates": "^16.14.6" + "npm-check-updates": "^16.14.11" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -5639,9 +5639,9 @@ } }, "node_modules/npm-check-updates": { - "version": "16.14.6", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.6.tgz", - "integrity": "sha512-sJ6w4AmSDP7YzBXah94Ul2JhiIbjBDfx9XYgib15um2wtiQkOyjE7Lov3MNUSQ84Ry7T81mE4ynMbl/mGbK4HQ==", + "version": "16.14.11", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.11.tgz", + "integrity": "sha512-0MMWGbGci22Pu77bR9jRsy5qgxdQSJVqNtSyyFeubDPtbcU36z4gjEDITu26PMabFWPNkAoVfKF31M3uKUvzFg==", "dev": true, "dependencies": { "chalk": "^5.3.0", @@ -12138,9 +12138,9 @@ } }, "npm-check-updates": { - "version": "16.14.6", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.6.tgz", - "integrity": "sha512-sJ6w4AmSDP7YzBXah94Ul2JhiIbjBDfx9XYgib15um2wtiQkOyjE7Lov3MNUSQ84Ry7T81mE4ynMbl/mGbK4HQ==", + "version": "16.14.11", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.11.tgz", + "integrity": "sha512-0MMWGbGci22Pu77bR9jRsy5qgxdQSJVqNtSyyFeubDPtbcU36z4gjEDITu26PMabFWPNkAoVfKF31M3uKUvzFg==", "dev": true, "requires": { "chalk": "^5.3.0", diff --git a/package.json b/package.json index 0cbe9bb..63f7d47 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,6 @@ "@vercel/ncc": "^0.38.1", "eslint": "^8.53.0", "jest": "^29.7.0", - "npm-check-updates": "^16.14.6" + "npm-check-updates": "^16.14.11" } }