From 577f2deccbd137483a6dd6c5c5d553c684ced2ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 03:12:24 +0000 Subject: [PATCH] fix(deps): update dependency @types/react-syntax-highlighter to v15.5.12 --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index eee746a58..e9c90fcc5 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -27,7 +27,7 @@ "@types/react": "18.3.1", "@types/react-dom": "18.3.0", "@types/react-router": "5.1.20", - "@types/react-syntax-highlighter": "15.5.11", + "@types/react-syntax-highlighter": "15.5.12", "@vitejs/plugin-react": "^4.2.0", "graphql": "^16.8.1", "graphql-scalars": "^1.22.4", @@ -5206,9 +5206,9 @@ } }, "node_modules/@types/react-syntax-highlighter": { - "version": "15.5.11", - "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.11.tgz", - "integrity": "sha512-ZqIJl+Pg8kD+47kxUjvrlElrraSUrYa4h0dauY/U/FTUuprSCqvUj+9PNQNQzVc6AJgIWUUxn87/gqsMHNbRjw==", + "version": "15.5.12", + "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.12.tgz", + "integrity": "sha512-wCuk2HWXqEkHFzNMYmdMgyVRoxJEndutEBz3rKqmcrnkwGDtwT8gMtRaTPzXWPVasJ9NydQ54dbosg2sW65PCg==", "dependencies": { "@types/react": "*" } diff --git a/frontend/package.json b/frontend/package.json index f8e210f7b..7a1b7e1b0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -22,7 +22,7 @@ "@types/react": "18.3.1", "@types/react-dom": "18.3.0", "@types/react-router": "5.1.20", - "@types/react-syntax-highlighter": "15.5.11", + "@types/react-syntax-highlighter": "15.5.12", "@vitejs/plugin-react": "^4.2.0", "graphql": "^16.8.1", "graphql-scalars": "^1.22.4",