mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Merge pull request #323 from brianlovin/dependabot/npm_and_yarn/react-16.10.1
This commit is contained in:
commit
61b727c9bb
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -10482,9 +10482,9 @@
|
|||
}
|
||||
},
|
||||
"react": {
|
||||
"version": "16.9.0",
|
||||
"resolved": "https://registry.npmjs.org/react/-/react-16.9.0.tgz",
|
||||
"integrity": "sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w==",
|
||||
"version": "16.10.1",
|
||||
"resolved": "https://registry.npmjs.org/react/-/react-16.10.1.tgz",
|
||||
"integrity": "sha512-2bisHwMhxQ3XQz4LiJJwG3360pY965pTl/MRrZYxIBKVj4fOHoDs5aZAkYXGxDRO1Li+SyjTAilQEbOmtQJHzA==",
|
||||
"requires": {
|
||||
"loose-envify": "^1.1.0",
|
||||
"object-assign": "^4.1.1",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
"@sentry/browser": "^5.6.3",
|
||||
"next": "^9.0.7",
|
||||
"next-seo": "^2.1.1",
|
||||
"react": "^16.9.0",
|
||||
"react": "^16.10.1",
|
||||
"react-clipboard.js": "^2.0.16",
|
||||
"react-dom": "^16.10.1",
|
||||
"react-markdown": "^4.2.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue