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",