From 34dd52ed9268801f3fd37b6b7bc6c309f68ec3ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 11:35:27 -0400 Subject: [PATCH] chore(deps-dev): bump c8 from 9.1.0 to 10.1.2 in /packages/oauth (#2001) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/oauth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/oauth/package.json b/packages/oauth/package.json index de84ac8ad..ac5dcc146 100644 --- a/packages/oauth/package.json +++ b/packages/oauth/package.json @@ -53,7 +53,7 @@ "@types/sinon": "^17", "@typescript-eslint/eslint-plugin": "^6", "@typescript-eslint/parser": "^6", - "c8": "^9.1.0", + "c8": "^10.1.2", "chai": "^4", "eslint": "^8", "eslint-config-airbnb-base": "^15",