mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 18:42:40 +00:00
[Security] Bump react-dom from 16.3.1 to 16.3.3
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.3.1 to 16.3.3. **This update includes a security fix.** - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/react-dom) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
committed by
Trevor Buckner
parent
b1c252495b
commit
53a1c4f85d
14
package-lock.json
generated
14
package-lock.json
generated
@@ -6521,14 +6521,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"react-dom": {
|
"react-dom": {
|
||||||
"version": "16.3.1",
|
"version": "16.3.3",
|
||||||
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.3.1.tgz",
|
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.3.3.tgz",
|
||||||
"integrity": "sha512-2Infg89vzahq8nfVi1GkjPqq0vrBvf0f3T0+dTtyjq4f6HKOqKixAK25Vr593O3QTx4kw/vmUtAJwerlevNWOA==",
|
"integrity": "sha512-ALCp7ZbSGkqRDtQoZozKVNgwXMxbxf/IGOUMC2A0yF6JHeZrS8e2cOotPT87Vf4b7PKCuUVKU4/RDEXxToA/yA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"fbjs": "0.8.16",
|
"fbjs": "^0.8.16",
|
||||||
"loose-envify": "1.3.1",
|
"loose-envify": "^1.1.0",
|
||||||
"object-assign": "4.1.1",
|
"object-assign": "^4.1.1",
|
||||||
"prop-types": "15.6.1"
|
"prop-types": "^15.6.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"react-is": {
|
"react-is": {
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
"nconf": "^0.10.0",
|
"nconf": "^0.10.0",
|
||||||
"pico-router": "^2.1.0",
|
"pico-router": "^2.1.0",
|
||||||
"react": "^16.12.0",
|
"react": "^16.12.0",
|
||||||
"react-dom": "^16.3.1",
|
"react-dom": "^16.3.3",
|
||||||
"shortid": "^2.2.4",
|
"shortid": "^2.2.4",
|
||||||
"superagent": "^3.8.2",
|
"superagent": "^3.8.2",
|
||||||
"vitreum": "^4.10.1"
|
"vitreum": "^4.10.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user