fix(deps): update dependency classnames to ^2.3.2

This commit is contained in:
renovate[bot] 2022-09-13 10:26:40 +00:00 committed by GitHub
parent f905a0b0a2
commit e60135b87b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -1,17 +1,17 @@
{
"name": "gatsby-starter-lumen",
"version": "1.1.377",
"version": "1.1.378",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "gatsby-starter-lumen",
"version": "1.1.377",
"version": "1.1.378",
"license": "MIT",
"dependencies": {
"@sentry/gatsby": "^7.12.1",
"@sentry/tracing": "^7.12.1",
"classnames": "^2.3.1",
"classnames": "^2.3.2",
"disqus-react": "^1.1.3",
"gatsby": "^4.22.1",
"gatsby-link": "^4.22.0",
@ -8120,9 +8120,9 @@
"dev": true
},
"node_modules/classnames": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz",
"integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA=="
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz",
"integrity": "sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw=="
},
"node_modules/clean-stack": {
"version": "2.2.0",
@ -34652,9 +34652,9 @@
"dev": true
},
"classnames": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz",
"integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA=="
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz",
"integrity": "sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw=="
},
"clean-stack": {
"version": "2.2.0",

View File

@ -49,7 +49,7 @@
"dependencies": {
"@sentry/gatsby": "^7.12.1",
"@sentry/tracing": "^7.12.1",
"classnames": "^2.3.1",
"classnames": "^2.3.2",
"disqus-react": "^1.1.3",
"gatsby": "^4.22.1",
"gatsby-link": "^4.22.0",