From 1ae82a3cb4913d07648079a6574d4308471d4de6 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Mon, 26 Sep 2022 19:54:31 +0300 Subject: [PATCH] chore: upgrade cosmiconfig from 6.0.0 to 7.0.1 (#118) Snyk has created this PR to upgrade cosmiconfig from 6.0.0 to 7.0.1. See this package in npm: https://www.npmjs.com/package/cosmiconfig See this project in Snyk: https://app.snyk.io/org/lirantal/project/27d3cbb2-61a6-47b6-9601-94de9b38e4dd?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/lockfile-lint/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lockfile-lint/package.json b/packages/lockfile-lint/package.json index 6499513..08cbc2c 100644 --- a/packages/lockfile-lint/package.json +++ b/packages/lockfile-lint/package.json @@ -52,7 +52,7 @@ "url": "https://github.com/lirantal/lockfile-lint.git" }, "dependencies": { - "cosmiconfig": "^6.0.0", + "cosmiconfig": "^7.0.1", "debug": "^4.1.1", "lockfile-lint-api": "^5.4.2", "yargs": "^16.0.0"