From 09b20c18612641fc5bcc9814a463b1841c6f99a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 07:46:33 +0000 Subject: [PATCH] Bump debug and ischanged Bumps [debug](https://github.com/debug-js/debug) and [ischanged](https://github.com/coderaiser/ischanged). These dependencies needed to be updated together. Updates `debug` from 2.5.1 to 3.1.0 - [Release notes](https://github.com/debug-js/debug/releases) - [Changelog](https://github.com/debug-js/debug/blob/3.1.0/CHANGELOG.md) - [Commits](https://github.com/debug-js/debug/compare/2.5.1...3.1.0) Updates `ischanged` from 1.0.18 to 2.0.0 - [Release notes](https://github.com/coderaiser/ischanged/releases) - [Changelog](https://github.com/coderaiser/ischanged/blob/master/ChangeLog) - [Commits](https://github.com/coderaiser/ischanged/compare/v1.0.18...v2.0.0) --- updated-dependencies: - dependency-name: debug dependency-type: indirect - dependency-name: ischanged dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index b02ae95da..e1910e477 100644 --- a/package-lock.json +++ b/package-lock.json @@ -249,15 +249,15 @@ "ischanged": { "version": "1.0.18", "resolved": "https://registry.npmjs.org/ischanged/-/ischanged-1.0.18.tgz", - "integrity": "sha1-IFZ/pssBgcVrme2zz8GMrbGWYcQ=", + "integrity": "sha512-N21C9AJdvFxL/5SbLoI01NA8DT7gpSzJlMCV908naRJmT/UDLcjqGaMxY33AzorXNqu8lEzQae5+knPZQdymHQ==", "dev": true, "requires": { - "checkup": "1.3.0", - "debug": "2.6.9", - "mkdirp": "0.5.1", - "readjson": "1.1.4", - "timem": "1.1.2", - "writejson": "1.1.2" + "checkup": "~1.3.0", + "debug": "^2.3.0", + "mkdirp": "~0.5.0", + "readjson": "~1.1.0", + "timem": "~1.1.0", + "writejson": "~1.1.0" }, "dependencies": { "debug": {