From 1bcea145285276de7b900e20468e5da89d759483 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jun 2023 01:15:03 +0000 Subject: [PATCH] fix: pkgs/kona/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- pkgs/kona/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/kona/package.json b/pkgs/kona/package.json index dcf4967..105d665 100644 --- a/pkgs/kona/package.json +++ b/pkgs/kona/package.json @@ -33,8 +33,8 @@ "commitizen": "4.2.4", "fast-glob": "3.2.5", "find-up": "4.1.0", - "husky": "3.0.9", - "jest": "26.6.3", + "husky": "4.0.0", + "jest": "27.0.0", "jest-junit": "10.0.0", "jest-watch-typeahead": "0.5.0", "lcov-parse": "1.0.0", @@ -46,7 +46,7 @@ "p-map": "4.0.0", "parse-diff": "0.7.1", "yargs": "16.2.0", - "yarn-deduplicate": "1.1.1" + "yarn-deduplicate": "2.1.0" }, "peerDependencies": { "eslint": ">=6.0.1",