mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-13 23:39:32 +01:00
fix(deps): update dependency disqus-react to ^1.1.3
This commit is contained in:
parent
dbcb87d3a9
commit
dd4000c040
22
package-lock.json
generated
22
package-lock.json
generated
@ -1,18 +1,18 @@
|
||||
{
|
||||
"name": "gatsby-starter-lumen",
|
||||
"version": "1.1.58",
|
||||
"version": "1.1.59",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "gatsby-starter-lumen",
|
||||
"version": "1.1.58",
|
||||
"version": "1.1.59",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@sentry/gatsby": "^6.19.7",
|
||||
"@sentry/tracing": "^6.19.7",
|
||||
"classnames": "^2.3.1",
|
||||
"disqus-react": "^1.1.2",
|
||||
"disqus-react": "^1.1.3",
|
||||
"gatsby": "^4.13.1",
|
||||
"gatsby-link": "^4.13.0",
|
||||
"gatsby-plugin-catch-links": "^4.13.0",
|
||||
@ -10634,12 +10634,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/disqus-react": {
|
||||
"version": "1.1.2",
|
||||
"resolved": "https://registry.npmjs.org/disqus-react/-/disqus-react-1.1.2.tgz",
|
||||
"integrity": "sha512-CrG7FUxI4MFfAQ5sNTOxpxAHMZmqzQEDgGvc7+DW7v8jfrt/RMLmwuhOSpAMTyVGQowCV6NxUQ5ShALEy2uJMg==",
|
||||
"version": "1.1.3",
|
||||
"resolved": "https://registry.npmjs.org/disqus-react/-/disqus-react-1.1.3.tgz",
|
||||
"integrity": "sha512-DwKdmbHTMPyhBECBeRYAPNcIqZNKMvsRiyVdF89BdmFCbZpWb7+xMj/lvAuckBSx1ilOHpTKYYyW11uodaJ6ig==",
|
||||
"peerDependencies": {
|
||||
"react": "^15.6.1 || ^16.0.0 || ^17.0.0",
|
||||
"react-dom": "^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 || ^18.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/doctrine": {
|
||||
@ -37786,9 +37786,9 @@
|
||||
}
|
||||
},
|
||||
"disqus-react": {
|
||||
"version": "1.1.2",
|
||||
"resolved": "https://registry.npmjs.org/disqus-react/-/disqus-react-1.1.2.tgz",
|
||||
"integrity": "sha512-CrG7FUxI4MFfAQ5sNTOxpxAHMZmqzQEDgGvc7+DW7v8jfrt/RMLmwuhOSpAMTyVGQowCV6NxUQ5ShALEy2uJMg==",
|
||||
"version": "1.1.3",
|
||||
"resolved": "https://registry.npmjs.org/disqus-react/-/disqus-react-1.1.3.tgz",
|
||||
"integrity": "sha512-DwKdmbHTMPyhBECBeRYAPNcIqZNKMvsRiyVdF89BdmFCbZpWb7+xMj/lvAuckBSx1ilOHpTKYYyW11uodaJ6ig==",
|
||||
"requires": {}
|
||||
},
|
||||
"doctrine": {
|
||||
|
@ -50,7 +50,7 @@
|
||||
"@sentry/gatsby": "^6.19.7",
|
||||
"@sentry/tracing": "^6.19.7",
|
||||
"classnames": "^2.3.1",
|
||||
"disqus-react": "^1.1.2",
|
||||
"disqus-react": "^1.1.3",
|
||||
"gatsby": "^4.13.1",
|
||||
"gatsby-link": "^4.13.0",
|
||||
"gatsby-plugin-catch-links": "^4.13.0",
|
||||
|
Loading…
Reference in New Issue
Block a user