fix: upgrade react-qrcode-logo from 2.9.0 to 2.10.0 (#291)

Snyk has created this PR to upgrade react-qrcode-logo from 2.9.0 to 2.10.0.

See this package in npm:
https://www.npmjs.com/package/react-qrcode-logo

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Jeremy Kahn 2024-05-07 18:58:38 -05:00 committed by GitHub
parent a3e217e69b
commit a029cb7385
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -35,7 +35,7 @@
"react-file-reader-input": "^2.0.0",
"react-git-info": "^2.0.1",
"react-markdown": "^8.0.3",
"react-qrcode-logo": "^2.8.0",
"react-qrcode-logo": "^2.10.0",
"react-router-dom": "^6.22.3",
"react-syntax-highlighter": "^15.5.0",
"react-youtube": "^10.1.0",
@ -25823,9 +25823,9 @@
}
},
"node_modules/react-qrcode-logo": {
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/react-qrcode-logo/-/react-qrcode-logo-2.9.0.tgz",
"integrity": "sha512-x9uctB/8kuQ+x7p4V/BRv6qbQV4xYopLcitBuQT3925U/zVFb3bbDUsUZsi7hEKuAX/wRsfhs331FhlPSYCO9Q==",
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/react-qrcode-logo/-/react-qrcode-logo-2.10.0.tgz",
"integrity": "sha512-Q1+jLtcyDl5rLR29YdkXVLzYk62p3+541x00HxURVBQhs6SqFyEZZVhvkU/VQ082ytXa3GdCmGWMLK5z0Vhe7g==",
"dependencies": {
"lodash.isequal": "^4.5.0",
"qrcode-generator": "^1.4.1"
@ -49733,9 +49733,9 @@
}
},
"react-qrcode-logo": {
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/react-qrcode-logo/-/react-qrcode-logo-2.9.0.tgz",
"integrity": "sha512-x9uctB/8kuQ+x7p4V/BRv6qbQV4xYopLcitBuQT3925U/zVFb3bbDUsUZsi7hEKuAX/wRsfhs331FhlPSYCO9Q==",
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/react-qrcode-logo/-/react-qrcode-logo-2.10.0.tgz",
"integrity": "sha512-Q1+jLtcyDl5rLR29YdkXVLzYk62p3+541x00HxURVBQhs6SqFyEZZVhvkU/VQ082ytXa3GdCmGWMLK5z0Vhe7g==",
"requires": {
"lodash.isequal": "^4.5.0",
"qrcode-generator": "^1.4.1"

View File

@ -32,7 +32,7 @@
"react-file-reader-input": "^2.0.0",
"react-git-info": "^2.0.1",
"react-markdown": "^8.0.3",
"react-qrcode-logo": "^2.8.0",
"react-qrcode-logo": "^2.10.0",
"react-router-dom": "^6.22.3",
"react-syntax-highlighter": "^15.5.0",
"react-youtube": "^10.1.0",