From 7b89329b7673f6d2d7b411f976bca6b45820b52a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 29 Nov 2023 18:10:33 +0100
Subject: [PATCH] build(deps-dev): Bump @types/react-dom from 18.2.7 to 18.2.17
in /api-editor/gui (#1496)
Bumps
[@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom)
from 18.2.7 to 18.2.17.
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react-dom&package-manager=npm_and_yarn&previous-version=18.2.7&new-version=18.2.17)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
api-editor/gui/package-lock.json | 14 +++++++-------
api-editor/gui/package.json | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/api-editor/gui/package-lock.json b/api-editor/gui/package-lock.json
index 71e970e6a..4800aab96 100644
--- a/api-editor/gui/package-lock.json
+++ b/api-editor/gui/package-lock.json
@@ -44,7 +44,7 @@
"@lars-reimann/prettier-config": "^5.0.0",
"@types/node-fetch": "^2.6.9",
"@types/react": "^18.2.39",
- "@types/react-dom": "^18.2.7",
+ "@types/react-dom": "^18.2.17",
"@types/react-router-dom": "^5.3.3",
"@types/react-syntax-highlighter": "^15.5.10",
"@types/react-window": "^1.8.8",
@@ -2566,9 +2566,9 @@
}
},
"node_modules/@types/react-dom": {
- "version": "18.2.7",
- "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.7.tgz",
- "integrity": "sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==",
+ "version": "18.2.17",
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.17.tgz",
+ "integrity": "sha512-rvrT/M7Df5eykWFxn6MYt5Pem/Dbyc1N8Y0S9Mrkw2WFCRiqUgw9P7ul2NpwsXCSM1DVdENzdG9J5SreqfAIWg==",
"devOptional": true,
"dependencies": {
"@types/react": "*"
@@ -12534,9 +12534,9 @@
}
},
"@types/react-dom": {
- "version": "18.2.7",
- "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.7.tgz",
- "integrity": "sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==",
+ "version": "18.2.17",
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.17.tgz",
+ "integrity": "sha512-rvrT/M7Df5eykWFxn6MYt5Pem/Dbyc1N8Y0S9Mrkw2WFCRiqUgw9P7ul2NpwsXCSM1DVdENzdG9J5SreqfAIWg==",
"devOptional": true,
"requires": {
"@types/react": "*"
diff --git a/api-editor/gui/package.json b/api-editor/gui/package.json
index 9f0b98dcd..efbc18485 100644
--- a/api-editor/gui/package.json
+++ b/api-editor/gui/package.json
@@ -49,7 +49,7 @@
"@lars-reimann/prettier-config": "^5.0.0",
"@types/node-fetch": "^2.6.9",
"@types/react": "^18.2.39",
- "@types/react-dom": "^18.2.7",
+ "@types/react-dom": "^18.2.17",
"@types/react-router-dom": "^5.3.3",
"@types/react-syntax-highlighter": "^15.5.10",
"@types/react-window": "^1.8.8",