From 5b146f550c1083221e2fc50e99bb4b433da6d107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 11:10:15 +0000 Subject: [PATCH] chore(deps-dev): bump audit-ci from 3.2.0 to 4.1.0 Bumps [audit-ci](https://github.com/IBM/audit-ci) from 3.2.0 to 4.1.0. - [Release notes](https://github.com/IBM/audit-ci/releases) - [Commits](https://github.com/IBM/audit-ci/compare/v3.2.0...v4.1.0) --- updated-dependencies: - dependency-name: audit-ci dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8748f359fce9..0b2abdf742bb 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@types/wtfnode": "^0.7.0", "@typescript-eslint/eslint-plugin": "^4.7.0", "@typescript-eslint/parser": "^4.7.0", - "audit-ci": "^3.1.1", + "audit-ci": "^4.1.0", "codecov": "^3.8.1", "doctoc": "^2.0.0", "eslint": "^7.7.0", diff --git a/yarn.lock b/yarn.lock index 31f34f7eb9f0..7d9bfb98a015 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1572,10 +1572,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@^3.1.1: - version "3.2.0" - resolved "https://registry.yarnpkg.com/audit-ci/-/audit-ci-3.2.0.tgz#5a42e3e31dbd9d259f7f417803b80a2bd50ef73d" - integrity sha512-kRFfl/AdmyCrnuc/M4T3l/G/Hy8U4JsgnyRJgGq1532bCwh62ZGeL5rEk2Snk8Umyd3CRgY4V+mVI/LzQoN/Rg== +audit-ci@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/audit-ci/-/audit-ci-4.1.0.tgz#195d133eaccd2da273c52df375f8b423a4ca64d4" + integrity sha512-UNmf/2diiuqA7HmegyD1n2vIZ+TPMbXO6ud2nb1MOdnoeFuecaBq3fcUo0ZLISWQx2yxgIz76JaEEbRlRZhRpA== dependencies: JSONStream "^1.3.5" cross-spawn "^7.0.3"