From 071e0a7c7dae43a4b10ff61b109a04ea85bb8dfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 10:28:22 +0000 Subject: [PATCH] build: bump npm-check-updates from 16.10.16 to 16.10.17 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 16.10.16 to 16.10.17. - [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.10.16...v16.10.17) --- 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 | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 14cf063..c158466 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "husky": "^8.0.3", "lint-staged": "^13.2.3", "markdownlint-cli": ">=0.33.0 <1.0.0", - "npm-check-updates": "^16.10.16", + "npm-check-updates": "^16.10.17", "npm-run-all": "^4.1.5", "prettier": "^2.8.8", "secretlint": "^6.2.3", @@ -7175,14 +7175,14 @@ } }, "node_modules/npm-check-updates": { - "version": "16.10.16", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.10.16.tgz", - "integrity": "sha512-d8mNYce/l8o5RHPE5ZUp2P1zj9poI7KWQCh5AsTIP3EhicONEhc63mLQQv4/nkCsMb3wCrikx6YOo4BOwN4+1w==", + "version": "16.10.17", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.10.17.tgz", + "integrity": "sha512-ZoIbWYJhlgMDoByq1WC6Ys3E76IvNCxgS54tPUFbK5J/nqf/BCJt6xiMPAEa7G1HuyAruG+orUF9uTsTGUZl8g==", "dev": true, "dependencies": { "chalk": "^5.3.0", "cli-table3": "^0.6.3", - "commander": "^10.0.0", + "commander": "^10.0.1", "fast-memoize": "^2.5.2", "find-up": "5.0.0", "fp-and-or": "^0.1.3", @@ -7203,7 +7203,7 @@ "rc-config-loader": "^4.1.3", "remote-git-tags": "^3.0.0", "rimraf": "^5.0.1", - "semver": "^7.5.3", + "semver": "^7.5.4", "semver-utils": "^1.1.4", "source-map-support": "^0.5.21", "spawn-please": "^2.0.1", diff --git a/package.json b/package.json index db8cd65..f473de7 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "husky": "^8.0.3", "lint-staged": "^13.2.3", "markdownlint-cli": ">=0.33.0 <1.0.0", - "npm-check-updates": "^16.10.16", + "npm-check-updates": "^16.10.17", "npm-run-all": "^4.1.5", "prettier": "^2.8.8", "secretlint": "^6.2.3",