From 2a45dccff47ce571d189fea55317f298a65575c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 08:51:23 +0000 Subject: [PATCH] chore(deps): update dependency @types/react-syntax-highlighter to v15.5.7 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6459ea1..efd9562 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@types/node": "18.0.5", "@types/react": "18.0.19", "@types/react-dom": "18.0.6", - "@types/react-syntax-highlighter": "15.5.5", + "@types/react-syntax-highlighter": "15.5.7", "@typescript-eslint/eslint-plugin": "5.37.0", "@typescript-eslint/parser": "5.37.0", "axe-core": "4.4.3", @@ -504,9 +504,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.7", + "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.7.tgz", + "integrity": "sha512-bo5fEO5toQeyCp0zVHBeggclqf5SQ/Z5blfFmjwO5dkMVGPgmiwZsJh9nu/Bo5L7IHTuGWrja6LxJVE2uB5ZrQ==", "dev": true, "dependencies": { "@types/react": "*" @@ -5357,9 +5357,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.7", + "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.7.tgz", + "integrity": "sha512-bo5fEO5toQeyCp0zVHBeggclqf5SQ/Z5blfFmjwO5dkMVGPgmiwZsJh9nu/Bo5L7IHTuGWrja6LxJVE2uB5ZrQ==", "dev": true, "requires": { "@types/react": "*" diff --git a/package.json b/package.json index 944fa17..ea3052b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@types/node": "18.0.5", "@types/react": "18.0.19", "@types/react-dom": "18.0.6", - "@types/react-syntax-highlighter": "15.5.5", + "@types/react-syntax-highlighter": "15.5.7", "@typescript-eslint/eslint-plugin": "5.37.0", "@typescript-eslint/parser": "5.37.0", "axe-core": "4.4.3",