From 1c1734844582887e89c571e25c7fc033f8aa39ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Feb 2023 06:29:19 +0000 Subject: [PATCH] fix: upgrade react-simple-code-editor from 0.11.3 to 0.13.1 Snyk has created this PR to upgrade react-simple-code-editor from 0.11.3 to 0.13.1. See this package in npm: https://www.npmjs.com/package/react-simple-code-editor See this project in Snyk: https://app.snyk.io/org/thebeanogamer/project/a173d99a-6cb1-4f8f-8e89-7d0c3cb19d83?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 0137632..7c7ca03 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "react-moment": "^0.9.7", "react-redux": "^7.2.0", "react-router-dom": "^5.1.2", - "react-simple-code-editor": "^0.11.0", + "react-simple-code-editor": "^0.13.1", "react-vis-network": "^1.0.0", "redux": "^4.0.5", "redux-persist": "^6.0.0",