From 62aafc8d9b32209601f01b4d3de4c3d77551fd4a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Oct 2021 23:44:38 +0000 Subject: [PATCH] fix: upgrade react-grid-system from 7.2.0 to 7.3.1 Snyk has created this PR to upgrade react-grid-system from 7.2.0 to 7.3.1. See this package in npm: See this project in Snyk: https://app.snyk.io/org/chat-engine/project/3d3601da-b054-4edd-be59-509c97d2e310?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2624a06..9c148a7 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "html-to-text": "^7.1.1", "lodash": "4.17.21", "nextjs-websocket": "^1.0.7", - "react-grid-system": "^7.1.1", + "react-grid-system": "^7.3.1", "react-quill": "^1.3.5", "react-scroll": "^1.8.1", "react-spring": "^9.2.2", diff --git a/yarn.lock b/yarn.lock index 6abf4a1..80ed773 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10143,10 +10143,10 @@ react-error-overlay@^6.0.7: resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.9.tgz#3c743010c9359608c375ecd6bc76f35d93995b0a" integrity sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew== -react-grid-system@^7.1.1: - version "7.2.0" - resolved "https://registry.yarnpkg.com/react-grid-system/-/react-grid-system-7.2.0.tgz#ed26120a8fca5b1fbb79987c8820c7be04ba3968" - integrity sha512-pWjtcEFVuQb8ODyK4xdzAaMmpDXy2EKizy5EeiDs6iyBkZlBnlNDFo6ImGnE7Ry8D4nFiXs3BGqoDtLaUzWi2Q== +react-grid-system@^7.3.1: + version "7.3.1" + resolved "https://registry.yarnpkg.com/react-grid-system/-/react-grid-system-7.3.1.tgz#034ad701ec894ba7a7eb0a4bd715d83be08c598b" + integrity sha512-q5dTeKURLZ2lAFLTjMKdjgubhibIu+EvdT838bcki/rQ8ftJGm+afzZHT2Da6BASWYpXo9+OSIS9M7VFp4/gbQ== dependencies: prop-types "^15.7.2"