From ac4e0d69191699d64aae8b8fb7e69970778170fb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Jan 2021 04:12:11 +0000 Subject: [PATCH] fix: upgrade @magic-modules/git-list from 0.0.11 to 0.0.12 Snyk has created this PR to upgrade @magic-modules/git-list from 0.0.11 to 0.0.12. See this package in npm: https://www.npmjs.com/package/@magic-modules/git-list See this project in Snyk: https://app.snyk.io/org/magic/project/cd25ab3b-a45b-4500-b0ca-c1349fcdecb4?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8133f3c..5f99c12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1043,9 +1043,9 @@ "integrity": "sha512-iuekg4MXX4jm3Pcm06JLsdww63ht4yd0un/uln+URgjqAy3VOLz5MoBUu89UQM34JGkRYemURb6Yz2UDxjT91Q==" }, "@magic-modules/git-list": { - "version": "0.0.11", - "resolved": "https://registry.npmjs.org/@magic-modules/git-list/-/git-list-0.0.11.tgz", - "integrity": "sha512-QW0407HP1VKiDPvJqEcF0dYHO7tPtp9DVJZSgZupvbjWrF8fEis0e2xvwcmM1wh3ifee7XoNeyeGULLVncXIlg==", + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@magic-modules/git-list/-/git-list-0.0.12.tgz", + "integrity": "sha512-y4nFTg91bhfqnOPad2EoSkBubxn86z6TtGo1kzTPgjxO6IOhbqfTETIjJ0kDBfZ2nG17Gn3DkbVK/Ci9McyhrQ==", "requires": { "@magic-modules/git-badges": "0.0.10" } diff --git a/package.json b/package.json index fdf9fda..ec4acfa 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "url": "https://github.com/magic-modules/example-list/issues" }, "dependencies": { - "@magic-modules/git-list": "0.0.11" + "@magic-modules/git-list": "0.0.12" }, "devDependencies": { "@magic-modules/light-switch": "0.0.9",