From 38530f6553a4f5903730dc12a44f6c3ffe557272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Sep 2021 19:39:35 -0700 Subject: [PATCH] Bump react-markdown-editor-lite from 1.3.0 to 1.3.1 (#318) Bumps [react-markdown-editor-lite](https://github.com/HarryChen0506/react-markdown-editor-lite) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/HarryChen0506/react-markdown-editor-lite/releases) - [Commits](https://github.com/HarryChen0506/react-markdown-editor-lite/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: react-markdown-editor-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 35 +++++++++++++++++++---------------- web/package.json | 2 +- 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index c7a014289..f9df6756c 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -24,7 +24,7 @@ "react-dom": "^17.0.2", "react-linkify": "^1.0.0-alpha", "react-markdown": "^7.0.1", - "react-markdown-editor-lite": "^1.3.0", + "react-markdown-editor-lite": "^1.3.1", "sass": "^1.42.1", "ua-parser-js": "^0.7.28" }, @@ -6191,14 +6191,17 @@ } }, "node_modules/react-markdown-editor-lite": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/react-markdown-editor-lite/-/react-markdown-editor-lite-1.3.0.tgz", - "integrity": "sha512-dkshKb2pEGX7de1sz35emQ0G5qxdptm9gsYUH6GVviiIvINja8rD6KS6lb4BKS9XU9832bF9Gv2AgyVenNylhw==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/react-markdown-editor-lite/-/react-markdown-editor-lite-1.3.1.tgz", + "integrity": "sha512-9+sf+oqwSaNaqTs03tfIqW0hABUBDzmpTdc4H+MeecdaVmYPxN5Vjx4RPttN7P1LV29FNoDDA3Xfk8QJEb0JxA==", "dependencies": { "@babel/runtime": "^7.6.2", "classnames": "^2.2.6", "eventemitter3": "^4.0.0", - "uuid": "^3.4.0" + "uuid": "^8.3.2" + }, + "peerDependencies": { + "react": "^16.9.0 || ^17.0.0" } }, "node_modules/react-markdown/node_modules/react-is": { @@ -7308,11 +7311,11 @@ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" }, "node_modules/uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", "bin": { - "uuid": "bin/uuid" + "uuid": "dist/bin/uuid" } }, "node_modules/v8-compile-cache": { @@ -12250,14 +12253,14 @@ } }, "react-markdown-editor-lite": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/react-markdown-editor-lite/-/react-markdown-editor-lite-1.3.0.tgz", - "integrity": "sha512-dkshKb2pEGX7de1sz35emQ0G5qxdptm9gsYUH6GVviiIvINja8rD6KS6lb4BKS9XU9832bF9Gv2AgyVenNylhw==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/react-markdown-editor-lite/-/react-markdown-editor-lite-1.3.1.tgz", + "integrity": "sha512-9+sf+oqwSaNaqTs03tfIqW0hABUBDzmpTdc4H+MeecdaVmYPxN5Vjx4RPttN7P1LV29FNoDDA3Xfk8QJEb0JxA==", "requires": { "@babel/runtime": "^7.6.2", "classnames": "^2.2.6", "eventemitter3": "^4.0.0", - "uuid": "^3.4.0" + "uuid": "^8.3.2" } }, "react-refresh": { @@ -13147,9 +13150,9 @@ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" }, "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" }, "v8-compile-cache": { "version": "2.3.0", diff --git a/web/package.json b/web/package.json index b8ac07d9c..cedc900b5 100644 --- a/web/package.json +++ b/web/package.json @@ -25,7 +25,7 @@ "react-dom": "^17.0.2", "react-linkify": "^1.0.0-alpha", "react-markdown": "^7.0.1", - "react-markdown-editor-lite": "^1.3.0", + "react-markdown-editor-lite": "^1.3.1", "sass": "^1.42.1", "ua-parser-js": "^0.7.28" },