From ebf39c041d3baebd10c4f8f902607e10d96c70ed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Oct 2023 01:49:21 +0000 Subject: [PATCH] fix: upgrade prop-types from 15.6.0 to 15.8.1 Snyk has created this PR to upgrade prop-types from 15.6.0 to 15.8.1. See this package in npm: https://www.npmjs.com/package/prop-types See this project in Snyk: https://app.snyk.io/org/frameio-allrepos/project/daf5a6c2-7612-42c2-aaa7-af210cf4ecc7?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca66be98..385991c0 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "classnames": "2.2.6", "exenv": "1.2.2", "lodash.pick": "4.4.0", - "prop-types": "15.6.2", + "prop-types": "15.8.1", "scroll-smooth": "1.0.1", "scrollparent": "2.0.1", "styled-components": "3.2.6"