From 4c222ef721d0abea7b47d720f3d96049c6300407 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Feb 2021 04:45:59 +0000 Subject: [PATCH] fix: upgrade raf from 3.2.0 to 3.4.1 Snyk has created this PR to upgrade raf from 3.2.0 to 3.4.1. See this package in npm: https://www.npmjs.com/package/raf See this project in Snyk: https://app.snyk.io/org/branded-entertainment-network/project/36260e30-08f0-4b26-8079-693fb4d1cd55?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 8eeea6a..b2ee049 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "lodash.throttle": "^4.0.1", "object-assign": "4.0.1", - "raf": "3.2.0", + "raf": "3.4.1", "react-class": "2.0.0", "react-field": "2.0.2", "react-flex": "2.2.7",