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
This commit is contained in:
snyk-bot 2025-03-21 08:20:39 +00:00
parent 6eee5ac150
commit 0ce8af8cc7
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -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": {

View File

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