From 9696c160a56b07aa1077c3f10667f285f227b441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 15:44:42 +0000 Subject: [PATCH] build(deps-dev): Bump @types/react-syntax-highlighter in /api-editor/gui Bumps [@types/react-syntax-highlighter](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-syntax-highlighter) from 15.5.5 to 15.5.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-syntax-highlighter) --- updated-dependencies: - dependency-name: "@types/react-syntax-highlighter" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 b555323d4..eafc83c6c 100644 --- a/api-editor/gui/package-lock.json +++ b/api-editor/gui/package-lock.json @@ -49,7 +49,7 @@ "@types/react": "^18.0.25", "@types/react-dom": "^18.0.10", "@types/react-router-dom": "^5.3.3", - "@types/react-syntax-highlighter": "^15.5.5", + "@types/react-syntax-highlighter": "^15.5.6", "@types/react-window": "^1.8.4", "@types/uuid": "^9.0.0", "@vitejs/plugin-react": "^2.2.0", @@ -3714,9 +3714,9 @@ } }, "node_modules/@types/react-syntax-highlighter": { - "version": "15.5.5", - "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.5.tgz", - "integrity": "sha512-QH3JZQXa2usAvJvSsdSUJ4Yu4j8ReuZpgRrEW+XP+Rmosbn425YshW9iGEb/pAARm8496axHhHUPRH3UmTiB6A==", + "version": "15.5.6", + "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.6.tgz", + "integrity": "sha512-i7wFuLbIAFlabTeD2I1cLjEOrG/xdMa/rpx2zwzAoGHuXJDhSqp9BSfDlMHSh9JSuNfxHk9eEmMX6D55GiyjGg==", "dev": true, "dependencies": { "@types/react": "*" @@ -15481,9 +15481,9 @@ } }, "@types/react-syntax-highlighter": { - "version": "15.5.5", - "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.5.tgz", - "integrity": "sha512-QH3JZQXa2usAvJvSsdSUJ4Yu4j8ReuZpgRrEW+XP+Rmosbn425YshW9iGEb/pAARm8496axHhHUPRH3UmTiB6A==", + "version": "15.5.6", + "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.6.tgz", + "integrity": "sha512-i7wFuLbIAFlabTeD2I1cLjEOrG/xdMa/rpx2zwzAoGHuXJDhSqp9BSfDlMHSh9JSuNfxHk9eEmMX6D55GiyjGg==", "dev": true, "requires": { "@types/react": "*" diff --git a/api-editor/gui/package.json b/api-editor/gui/package.json index 530e7179f..e9012423b 100644 --- a/api-editor/gui/package.json +++ b/api-editor/gui/package.json @@ -53,7 +53,7 @@ "@types/react": "^18.0.25", "@types/react-dom": "^18.0.10", "@types/react-router-dom": "^5.3.3", - "@types/react-syntax-highlighter": "^15.5.5", + "@types/react-syntax-highlighter": "^15.5.6", "@types/react-window": "^1.8.4", "@types/uuid": "^9.0.0", "@vitejs/plugin-react": "^2.2.0",