From af01b3e7347470df64cb5d85210da56fcc093701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 09:34:28 +0000 Subject: [PATCH] Bump npm-check-updates from 11.2.2 to 11.3.0 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 11.2.2 to 11.3.0. - [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/v11.2.2...v11.3.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 22807e389..fba112e27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6304,9 +6304,9 @@ } }, "npm-check-updates": { - "version": "11.2.2", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-11.2.2.tgz", - "integrity": "sha512-DZCwlP2L5Me6PlrEHQe1uPqjB4vFBFSG9O1hjv0rF3l8YLBpR6Nlhl00sa4wYKqMM9dkLT2Kyh/n4yTH8o952w==", + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-11.3.0.tgz", + "integrity": "sha512-7GMDj40cWw/nRn3BsN+20ca3T6CvHqIiFhooVa5a3VybrS7TNBdbR3/BIi9dw4vFORgFZw/OsW3ZtRTFamnPDQ==", "dev": true, "requires": { "chalk": "^4.1.0", diff --git a/package.json b/package.json index 3c20db96d..047a68332 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "honkit": "3.6.17", "kramed": "0.5.6", "mocha": "4.0.1", - "npm-check-updates": "^11.2.2", + "npm-check-updates": "^11.3.0", "npm-run-all": "4.1.5", "power-assert": "1.6.1", "q-io": "1.13.4",