mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Merge pull request #345 from brianlovin/dependabot/npm_and_yarn/react-16.11.0
This commit is contained in:
commit
0b3b5c7bbc
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -10566,9 +10566,9 @@
|
|||
}
|
||||
},
|
||||
"react": {
|
||||
"version": "16.10.2",
|
||||
"resolved": "https://registry.npmjs.org/react/-/react-16.10.2.tgz",
|
||||
"integrity": "sha512-MFVIq0DpIhrHFyqLU0S3+4dIcBhhOvBE8bJ/5kHPVOVaGdo0KuiQzpcjCPsf585WvhypqtrMILyoE2th6dT+Lw==",
|
||||
"version": "16.11.0",
|
||||
"resolved": "https://registry.npmjs.org/react/-/react-16.11.0.tgz",
|
||||
"integrity": "sha512-M5Y8yITaLmU0ynd0r1Yvfq98Rmll6q8AxaEe88c8e7LxO8fZ2cNgmFt0aGAS9wzf1Ao32NKXtCl+/tVVtkxq6g==",
|
||||
"requires": {
|
||||
"loose-envify": "^1.1.0",
|
||||
"object-assign": "^4.1.1",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
"@sentry/browser": "^5.7.1",
|
||||
"next": "^9.1.1",
|
||||
"next-seo": "^2.2.0",
|
||||
"react": "^16.10.2",
|
||||
"react": "^16.11.0",
|
||||
"react-clipboard.js": "^2.0.16",
|
||||
"react-dom": "^16.11.0",
|
||||
"react-markdown": "^4.2.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue