From 7f5f84e671fa061d4cb4b1cac25cc8065b5d3674 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Mon, 26 Sep 2022 19:53:04 +0300 Subject: [PATCH] chore: upgrade object-hash from 2.2.0 to 3.0.0 (#116) Snyk has created this PR to upgrade object-hash from 2.2.0 to 3.0.0. See this package in npm: https://www.npmjs.com/package/object-hash See this project in Snyk: https://app.snyk.io/org/lirantal/project/cd21c44f-be44-49bf-9bdd-c504f860bc9d?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: Liran Tal --- packages/lockfile-lint-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lockfile-lint-api/package.json b/packages/lockfile-lint-api/package.json index d898018..2d74fcc 100644 --- a/packages/lockfile-lint-api/package.json +++ b/packages/lockfile-lint-api/package.json @@ -49,7 +49,7 @@ }, "dependencies": { "@yarnpkg/parsers": "^3.0.0-rc.6", - "object-hash": "^2.0.1" + "object-hash": "^3.0.0" }, "devDependencies": { "babel-eslint": "^10.0.1",