From 78dfa988b2eb3e1cbb9e2a741ae0f60904bf68e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 11:50:29 +0000 Subject: [PATCH] Bump npm-check-updates from 16.14.14 to 16.14.15 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 16.14.14 to 16.14.15. - [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.14...v16.14.15) --- 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 667437a..a71ca3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "jest": "^28.1.3", "jest-environment-miniflare": "^2.14.2", "miniflare": "^3.20240129.1", - "npm-check-updates": "^16.14.14", + "npm-check-updates": "^16.14.15", "prettier": "^3.2.5", "ts-jest": "^28.0.7", "typescript": "^5.3.3", @@ -9337,9 +9337,9 @@ } }, "node_modules/npm-check-updates": { - "version": "16.14.14", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.14.tgz", - "integrity": "sha512-Y3ajS/Ep40jM489rLBdz9jehn/BMil5s9fA4PSr2ZJxxSmtLWCSmRqsI2IEZ9Nb3MTMu8a3s7kBs0l+JbjdkTA==", + "version": "16.14.15", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.15.tgz", + "integrity": "sha512-WH0wJ9j6CP7Azl+LLCxWAYqroT2IX02kRIzgK/fg0rPpMbETgHITWBdOPtrv521xmA3JMgeNsQ62zvVtS/nCmQ==", "dev": true, "dependencies": { "chalk": "^5.3.0", diff --git a/package.json b/package.json index 7abac15..1b82297 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "^4.20240208.0", - "npm-check-updates": "^16.14.14", + "npm-check-updates": "^16.14.15", "wrangler": "^3.28.1", "@types/jest": "^29.5.2", "@typescript-eslint/eslint-plugin": "^7.0.0",