From cdf0e833f349be2830462523367fef2112f40ede Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 03:51:26 +0000 Subject: [PATCH] build(deps): bump debug from 4.1.1 to 4.3.1 in /app Bumps [debug](https://github.com/debug-js/debug) from 4.1.1 to 4.3.1. - [Release notes](https://github.com/debug-js/debug/releases) - [Commits](https://github.com/debug-js/debug/compare/4.1.1...4.3.1) --- updated-dependencies: - dependency-name: debug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/package.json | 2 +- app/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/package.json b/app/package.json index a94a466d7..88c34ad50 100644 --- a/app/package.json +++ b/app/package.json @@ -29,7 +29,7 @@ "copy-to-clipboard": "3.3.1", "d3": "6.3.1", "date-fns": "2.14.0", - "debug": "4.1.1", + "debug": "4.3.1", "file-saver": "2.0.2", "http-proxy-middleware": "1.0.4", "i18next": "19.5.1", diff --git a/app/yarn.lock b/app/yarn.lock index 74bea8e5d..51535534a 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -6962,12 +6962,12 @@ debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2: dependencies: ms "2.1.2" -debug@4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791" - integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== +debug@4.3.1: + version "4.3.1" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee" + integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== dependencies: - ms "^2.1.1" + ms "2.1.2" debug@^3.0.0, debug@^3.1.1, debug@^3.2.7: version "3.2.7"