From 1fc253303d2c5245a58758c1fff0a54d96518d59 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jul 2021 18:59:02 +0000 Subject: [PATCH] fix: upgrade react-images from 0.5.19 to 0.6.7 Snyk has created this PR to upgrade react-images from 0.5.19 to 0.6.7. See this package in npm: https://www.npmjs.com/package/react-images See this project in Snyk: https://app.snyk.io/org/tautvydaspocius/project/0f73bb7d-c61b-4dbd-8b0f-6a56a047cd40?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b3b162b..c7a2393 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Justified gallery component for React.", "main": "lib/Gallery.js", "dependencies": { - "react-images": "^0.5.6" + "react-images": "^0.6.7" }, "devDependencies": { "babel-cli": "^6.24.1",