From 65a7a6c62cc34ac77bc0a4b0bad22f3582ebe3f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 08:56:16 +0000 Subject: [PATCH] chore(deps-dev): bump audit-ci from 6.4.1 to 6.5.0 (#1900) Bumps [audit-ci](https://github.com/IBM/audit-ci) from 6.4.1 to 6.5.0. - [Release notes](https://github.com/IBM/audit-ci/releases) - [Commits](https://github.com/IBM/audit-ci/compare/v6.4.1...v6.5.0) --- updated-dependencies: - dependency-name: audit-ci dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c8a448adc8..818ce822d7 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@sumup/foundry": "^5.1.0", "@types/node": "^18.11.18", "@types/jest": "^29.2.5", - "audit-ci": "^6.4.1", + "audit-ci": "^6.5.0", "babel-eslint": "^10.0.1", "babel-jest": "^29.3.1", "babel-loader": "^9.1.2", diff --git a/yarn.lock b/yarn.lock index af53254052..3750bab91b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5784,10 +5784,10 @@ atob@^2.1.2: resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== -audit-ci@^6.4.1: - version "6.4.1" - resolved "https://registry.yarnpkg.com/audit-ci/-/audit-ci-6.4.1.tgz#dd410b395afec78dd18042868e889b4ff1c58a01" - integrity sha512-NfGfsFjF5khdox0ycE/Mgc9vVASMymbagz+nqcIuuBeXN2espeZjuHSnXbwoL19PBS3NlLBLiddHb/t2vnVyFQ== +audit-ci@^6.5.0: + version "6.5.0" + resolved "https://registry.yarnpkg.com/audit-ci/-/audit-ci-6.5.0.tgz#5241fb84c741841ff3cf29f81b1486395d38c08b" + integrity sha512-mULJtyRrKjgaU9SDZJlClYJ85+0QacvLKljq2MX9Jc4fxsKFlJtSGGYAAkBeVmu/uDlg8YL/nQccX+loNm4OZw== dependencies: JSONStream "^1.3.5" cross-spawn "^7.0.3"