From 0ce8af8cc76517cdcee613a7cc40987c9361db34 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Mar 2025 08:20:39 +0000 Subject: [PATCH] fix: upgrade disqus-react from 1.1.5 to 1.1.6 Snyk has created this PR to upgrade disqus-react from 1.1.5 to 1.1.6. See this package in npm: disqus-react See this project in Snyk: https://app.snyk.io/org/mastermindzh/project/6eb54845-2bb5-45e0-80e2-6b3a1c53eee6?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0578aa6..0129d62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@fortawesome/free-solid-svg-icons": "^6.7.2", "@fortawesome/react-fontawesome": "^0.2.2", "classnames": "^2.5.1", - "disqus-react": "^1.1.5", + "disqus-react": "^1.1.6", "gatsby": "^5.14.1", "gatsby-link": "^5.14.1", "gatsby-plugin-catch-links": "^5.14.0", @@ -14060,13 +14060,13 @@ } }, "node_modules/disqus-react": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/disqus-react/-/disqus-react-1.1.5.tgz", - "integrity": "sha512-9fdG5m6c3wJzlCDLaMheuUagMVj3s5qgUSXdekpCsvzYOKG21AiuOoqyDzA0oXrpPnYzgpnsvPYqZ+i0hJPGZw==", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/disqus-react/-/disqus-react-1.1.6.tgz", + "integrity": "sha512-xyhgQO3aJkXqXMUASAuAOoykMdSIcAnIsoPsotk0NQkYoaSw7MwbR3WQfJgbAKhh3SCoag9wYkTTgaCkpu3LkA==", "license": "MIT", "peerDependencies": { - "react": "^15.6.1 || ^16.0.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^15.6.1 || ^16.0.0 || ^17.0.0 || ^18.0.0" + "react": "^15.6.1 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^15.6.1 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/doctrine": { diff --git a/package.json b/package.json index 621f38f..9dd59eb 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@fortawesome/free-solid-svg-icons": "^6.7.2", "@fortawesome/react-fontawesome": "^0.2.2", "classnames": "^2.5.1", - "disqus-react": "^1.1.5", + "disqus-react": "^1.1.6", "gatsby": "^5.14.1", "gatsby-link": "^5.14.1", "gatsby-plugin-catch-links": "^5.14.0",