From f6c17c03240d8d16e65dc7d8e195dd849289295a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Mar 2021 00:55:44 +0000 Subject: [PATCH] feat: upgrade html-entities from 1.3.1 to 2.1.0 Snyk has created this PR to upgrade html-entities from 1.3.1 to 2.1.0. See this package in npm: https://www.npmjs.com/package/html-entities See this project in Snyk: https://app.snyk.io/org/turkdevops/project/17a6daf5-631c-43d1-8738-dc60e6a84e20?utm_source=github&utm_medium=upgrade-pr --- packages/react-error-overlay/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-error-overlay/package.json b/packages/react-error-overlay/package.json index e0b4ae0ad6a..24c3125a5ec 100644 --- a/packages/react-error-overlay/package.json +++ b/packages/react-error-overlay/package.json @@ -54,7 +54,7 @@ "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-testing-library": "^3.9.2", "flow-bin": "^0.116.0", - "html-entities": "1.3.1", + "html-entities": "2.1.0", "jest": "26.6.0", "jest-fetch-mock": "2.1.2", "object-assign": "4.1.1",