From 0aeb7a75fdffa5571afe9357932aaeb1b28eb3db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 07:05:03 -0500 Subject: [PATCH] Bump @types/react from 18.2.34 to 18.2.36 in /ui/ui-app (#69) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/ui-app/package-lock.json | 14 +++++++------- ui/ui-app/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/ui-app/package-lock.json b/ui/ui-app/package-lock.json index 1c0e450..a646750 100644 --- a/ui/ui-app/package-lock.json +++ b/ui/ui-app/package-lock.json @@ -31,7 +31,7 @@ "devDependencies": { "@apicurio/eslint-config": "0.2.0", "@monaco-editor/react": "4.6.0", - "@types/react": "18.2.34", + "@types/react": "18.2.36", "@types/react-dom": "18.2.14", "@types/uuid": "9.0.6", "@typescript-eslint/eslint-plugin": "6.9.1", @@ -1081,9 +1081,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.2.34", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.34.tgz", - "integrity": "sha512-U6eW/alrRk37FU/MS2RYMjx0Va2JGIVXELTODaTIYgvWGCV4Y4TfTUzG8DdmpDNIT0Xpj/R7GfyHOJJrDttcvg==", + "version": "18.2.36", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.36.tgz", + "integrity": "sha512-o9XFsHYLLZ4+sb9CWUYwHqFVoG61SesydF353vFMMsQziiyRu8np4n2OYMUSDZ8XuImxDr9c5tR7gidlH29Vnw==", "dev": true, "dependencies": { "@types/prop-types": "*", @@ -4120,9 +4120,9 @@ "dev": true }, "@types/react": { - "version": "18.2.34", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.34.tgz", - "integrity": "sha512-U6eW/alrRk37FU/MS2RYMjx0Va2JGIVXELTODaTIYgvWGCV4Y4TfTUzG8DdmpDNIT0Xpj/R7GfyHOJJrDttcvg==", + "version": "18.2.36", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.36.tgz", + "integrity": "sha512-o9XFsHYLLZ4+sb9CWUYwHqFVoG61SesydF353vFMMsQziiyRu8np4n2OYMUSDZ8XuImxDr9c5tR7gidlH29Vnw==", "dev": true, "requires": { "@types/prop-types": "*", diff --git a/ui/ui-app/package.json b/ui/ui-app/package.json index d5586e7..46a7b98 100644 --- a/ui/ui-app/package.json +++ b/ui/ui-app/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@apicurio/eslint-config": "0.2.0", "@monaco-editor/react": "4.6.0", - "@types/react": "18.2.34", + "@types/react": "18.2.36", "@types/react-dom": "18.2.14", "@types/uuid": "9.0.6", "@typescript-eslint/eslint-plugin": "6.9.1",