From 4edaa44105f3edd6007911e87c8ec165e31523b1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 28 Apr 2022 23:52:29 +0000 Subject: [PATCH] fix(deps): update dependency @types/react-syntax-highlighter to v15 --- site/package-lock.json | 14 +++++++------- site/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/site/package-lock.json b/site/package-lock.json index 3e174e7e..a12a231c 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@types/react-syntax-highlighter": "13.5.2", + "@types/react-syntax-highlighter": "15.5.1", "babel-plugin-styled-components": "2.0.7", "gatsby": "3.14.6", "gatsby-link": "3.14.0", @@ -2793,9 +2793,9 @@ } }, "node_modules/@types/react-syntax-highlighter": { - "version": "13.5.2", - "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-13.5.2.tgz", - "integrity": "sha512-sRZoKZBGKaE7CzMvTTgz+0x/aVR58ZYUTfB7HN76vC+yQnvo1FWtzNARBt0fGqcLGEVakEzMu/CtPzssmanu8Q==", + "version": "15.5.1", + "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.1.tgz", + "integrity": "sha512-+yD6D8y21JqLf89cRFEyRfptVMqo2ROHyAlysRvFwT28gT5gDo3KOiXHwGilHcq9y/OKTjlWK0f/hZUicrBFPQ==", "dependencies": { "@types/react": "*" } @@ -21819,9 +21819,9 @@ } }, "@types/react-syntax-highlighter": { - "version": "13.5.2", - "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-13.5.2.tgz", - "integrity": "sha512-sRZoKZBGKaE7CzMvTTgz+0x/aVR58ZYUTfB7HN76vC+yQnvo1FWtzNARBt0fGqcLGEVakEzMu/CtPzssmanu8Q==", + "version": "15.5.1", + "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.1.tgz", + "integrity": "sha512-+yD6D8y21JqLf89cRFEyRfptVMqo2ROHyAlysRvFwT28gT5gDo3KOiXHwGilHcq9y/OKTjlWK0f/hZUicrBFPQ==", "requires": { "@types/react": "*" } diff --git a/site/package.json b/site/package.json index 50804306..7e0c79fd 100644 --- a/site/package.json +++ b/site/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "author": "Stanislav Iliev ", "dependencies": { - "@types/react-syntax-highlighter": "13.5.2", + "@types/react-syntax-highlighter": "15.5.1", "babel-plugin-styled-components": "2.0.7", "gatsby": "3.14.6", "gatsby-link": "3.14.0",