From 006c4f46fe48d505954d1b6dc55674c1314f47f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Nov 2021 14:20:56 +0100 Subject: [PATCH] build(deps-dev): bump @types/react-copy-to-clipboard from 5.0.1 to 5.0.2 in /web/ui (#9748) * build(deps-dev): bump @types/react-copy-to-clipboard in /web/ui Bumps [@types/react-copy-to-clipboard](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-copy-to-clipboard) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-copy-to-clipboard) --- updated-dependencies: - dependency-name: "@types/react-copy-to-clipboard" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * update package-lock.json Signed-off-by: Augustin Husson Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Augustin Husson --- web/ui/package-lock.json | 37 +++++++++++++++++++---------------- web/ui/react-app/package.json | 2 +- 2 files changed, 21 insertions(+), 18 deletions(-) diff --git a/web/ui/package-lock.json b/web/ui/package-lock.json index 642b495cc..a3b264143 100644 --- a/web/ui/package-lock.json +++ b/web/ui/package-lock.json @@ -1034,6 +1034,15 @@ "csstype": "^3.0.2" } }, + "node_modules/@types/react-copy-to-clipboard": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@types/react-copy-to-clipboard/-/react-copy-to-clipboard-5.0.2.tgz", + "integrity": "sha512-O29AThfxrkUFRsZXjfSWR2yaWo0ppB1yLEnHA+Oh24oNetjBAwTDu1PmolIqdJKzsZiO4J1jn6R6TmO96uBvGg==", + "dev": true, + "dependencies": { + "@types/react": "*" + } + }, "node_modules/@types/react-router": { "version": "5.1.17", "resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.17.tgz", @@ -5937,7 +5946,7 @@ "@types/jquery": "^3.5.1", "@types/node": "^16.11.7", "@types/react": "^17.0.19", - "@types/react-copy-to-clipboard": "^5.0.1", + "@types/react-copy-to-clipboard": "^5.0.2", "@types/react-dom": "^17.0.9", "@types/react-resize-detector": "^5.0.0", "@types/react-router-dom": "^5.3.2", @@ -9333,14 +9342,6 @@ "dev": true, "license": "MIT" }, - "react-app/node_modules/@types/react-copy-to-clipboard": { - "version": "5.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/react": "*" - } - }, "react-app/node_modules/@types/react-dom": { "version": "17.0.9", "dev": true, @@ -27775,6 +27776,15 @@ "csstype": "^3.0.2" } }, + "@types/react-copy-to-clipboard": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@types/react-copy-to-clipboard/-/react-copy-to-clipboard-5.0.2.tgz", + "integrity": "sha512-O29AThfxrkUFRsZXjfSWR2yaWo0ppB1yLEnHA+Oh24oNetjBAwTDu1PmolIqdJKzsZiO4J1jn6R6TmO96uBvGg==", + "dev": true, + "requires": { + "@types/react": "*" + } + }, "@types/react-router": { "version": "5.1.17", "resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.17.tgz", @@ -29232,7 +29242,7 @@ "@types/jquery": "^3.5.1", "@types/node": "^16.11.7", "@types/react": "^17.0.19", - "@types/react-copy-to-clipboard": "^5.0.1", + "@types/react-copy-to-clipboard": "^5.0.2", "@types/react-dom": "^17.0.9", "@types/react-resize-detector": "^5.0.0", "@types/react-router-dom": "^5.3.2", @@ -31389,13 +31399,6 @@ "version": "1.5.5", "dev": true }, - "@types/react-copy-to-clipboard": { - "version": "5.0.1", - "dev": true, - "requires": { - "@types/react": "*" - } - }, "@types/react-dom": { "version": "17.0.9", "dev": true, diff --git a/web/ui/react-app/package.json b/web/ui/react-app/package.json index 131c7bcfc..81ddbac66 100644 --- a/web/ui/react-app/package.json +++ b/web/ui/react-app/package.json @@ -71,7 +71,7 @@ "@types/jquery": "^3.5.1", "@types/node": "^16.11.7", "@types/react": "^17.0.19", - "@types/react-copy-to-clipboard": "^5.0.1", + "@types/react-copy-to-clipboard": "^5.0.2", "@types/react-dom": "^17.0.9", "@types/react-resize-detector": "^5.0.0", "@types/react-router-dom": "^5.3.2",