fix(deps): update dependency disqus-react to ^1.1.3

This commit is contained in:
Renovate Bot 2022-05-02 04:43:54 +00:00
parent dbcb87d3a9
commit dd4000c040
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@ -1,18 +1,18 @@
{ {
"name": "gatsby-starter-lumen", "name": "gatsby-starter-lumen",
"version": "1.1.58", "version": "1.1.59",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "gatsby-starter-lumen", "name": "gatsby-starter-lumen",
"version": "1.1.58", "version": "1.1.59",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@sentry/gatsby": "^6.19.7", "@sentry/gatsby": "^6.19.7",
"@sentry/tracing": "^6.19.7", "@sentry/tracing": "^6.19.7",
"classnames": "^2.3.1", "classnames": "^2.3.1",
"disqus-react": "^1.1.2", "disqus-react": "^1.1.3",
"gatsby": "^4.13.1", "gatsby": "^4.13.1",
"gatsby-link": "^4.13.0", "gatsby-link": "^4.13.0",
"gatsby-plugin-catch-links": "^4.13.0", "gatsby-plugin-catch-links": "^4.13.0",
@ -10634,12 +10634,12 @@
} }
}, },
"node_modules/disqus-react": { "node_modules/disqus-react": {
"version": "1.1.2", "version": "1.1.3",
"resolved": "https://registry.npmjs.org/disqus-react/-/disqus-react-1.1.2.tgz", "resolved": "https://registry.npmjs.org/disqus-react/-/disqus-react-1.1.3.tgz",
"integrity": "sha512-CrG7FUxI4MFfAQ5sNTOxpxAHMZmqzQEDgGvc7+DW7v8jfrt/RMLmwuhOSpAMTyVGQowCV6NxUQ5ShALEy2uJMg==", "integrity": "sha512-DwKdmbHTMPyhBECBeRYAPNcIqZNKMvsRiyVdF89BdmFCbZpWb7+xMj/lvAuckBSx1ilOHpTKYYyW11uodaJ6ig==",
"peerDependencies": { "peerDependencies": {
"react": "^15.6.1 || ^16.0.0 || ^17.0.0", "react": "^15.6.1 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^15.6.1 || ^16.0.0 || ^17.0.0" "react-dom": "^15.6.1 || ^16.0.0 || ^17.0.0 || ^18.0.0"
} }
}, },
"node_modules/doctrine": { "node_modules/doctrine": {
@ -37786,9 +37786,9 @@
} }
}, },
"disqus-react": { "disqus-react": {
"version": "1.1.2", "version": "1.1.3",
"resolved": "https://registry.npmjs.org/disqus-react/-/disqus-react-1.1.2.tgz", "resolved": "https://registry.npmjs.org/disqus-react/-/disqus-react-1.1.3.tgz",
"integrity": "sha512-CrG7FUxI4MFfAQ5sNTOxpxAHMZmqzQEDgGvc7+DW7v8jfrt/RMLmwuhOSpAMTyVGQowCV6NxUQ5ShALEy2uJMg==", "integrity": "sha512-DwKdmbHTMPyhBECBeRYAPNcIqZNKMvsRiyVdF89BdmFCbZpWb7+xMj/lvAuckBSx1ilOHpTKYYyW11uodaJ6ig==",
"requires": {} "requires": {}
}, },
"doctrine": { "doctrine": {

View File

@ -50,7 +50,7 @@
"@sentry/gatsby": "^6.19.7", "@sentry/gatsby": "^6.19.7",
"@sentry/tracing": "^6.19.7", "@sentry/tracing": "^6.19.7",
"classnames": "^2.3.1", "classnames": "^2.3.1",
"disqus-react": "^1.1.2", "disqus-react": "^1.1.3",
"gatsby": "^4.13.1", "gatsby": "^4.13.1",
"gatsby-link": "^4.13.0", "gatsby-link": "^4.13.0",
"gatsby-plugin-catch-links": "^4.13.0", "gatsby-plugin-catch-links": "^4.13.0",