mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
fix(deps): update dependency lodash.defaults to v4.2.0
This commit is contained in:
parent
e868034eae
commit
4e90d2fa74
2 changed files with 5 additions and 19 deletions
22
package-lock.json
generated
22
package-lock.json
generated
|
@ -13,7 +13,7 @@
|
|||
"clipboard-copy": "2.0.1",
|
||||
"express": "4.16.1",
|
||||
"express-http-proxy": "1.1.0",
|
||||
"lodash.defaults": "4.0.1",
|
||||
"lodash.defaults": "4.2.0",
|
||||
"lodash.get": "4.4.2",
|
||||
"react-confetti": "6.1.0",
|
||||
"react-helmet": "5.2.1",
|
||||
|
@ -15660,11 +15660,6 @@
|
|||
"lodash.keysin": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/lodash.assigninwith": {
|
||||
"version": "4.2.0",
|
||||
"resolved": "https://registry.npmjs.org/lodash.assigninwith/-/lodash.assigninwith-4.2.0.tgz",
|
||||
"integrity": "sha512-oYOjtZzQnecm7PJcxrDbL20OHv3tTtOQdRBSnlor6s0MO6VOFTOC+JyBIJUNUEzsBi1I0oslWtFAAG6QQbFIWQ=="
|
||||
},
|
||||
"node_modules/lodash.bindall": {
|
||||
"version": "4.4.0",
|
||||
"resolved": "https://registry.npmjs.org/lodash.bindall/-/lodash.bindall-4.4.0.tgz",
|
||||
|
@ -15678,13 +15673,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/lodash.defaults": {
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.0.1.tgz",
|
||||
"integrity": "sha512-wD18hjhvkjhKqECL3fpTLochfdi6c9HsczeBF25W6wncvhCTfDJwA3E62UwBeioZQnvWeXoy+ifU7nzTq1j+Bg==",
|
||||
"dependencies": {
|
||||
"lodash.assigninwith": "^4.0.0",
|
||||
"lodash.rest": "^4.0.0"
|
||||
}
|
||||
"version": "4.2.0",
|
||||
"resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
|
||||
"integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ=="
|
||||
},
|
||||
"node_modules/lodash.defaultsdeep": {
|
||||
"version": "4.6.1",
|
||||
|
@ -15774,11 +15765,6 @@
|
|||
"lodash.restparam": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/lodash.rest": {
|
||||
"version": "4.0.5",
|
||||
"resolved": "https://registry.npmjs.org/lodash.rest/-/lodash.rest-4.0.5.tgz",
|
||||
"integrity": "sha512-hsypEpebNAt0hj1aX9isQqi2CIZoNS1lP6PSWhB3hcMnBivobYzPZRPYq4cr38+RtvrlxQTgaW+sIuHAhBoHrA=="
|
||||
},
|
||||
"node_modules/lodash.restparam": {
|
||||
"version": "3.6.1",
|
||||
"resolved": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz",
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
"clipboard-copy": "2.0.1",
|
||||
"express": "4.16.1",
|
||||
"express-http-proxy": "1.1.0",
|
||||
"lodash.defaults": "4.0.1",
|
||||
"lodash.defaults": "4.2.0",
|
||||
"lodash.get": "4.4.2",
|
||||
"react-confetti": "6.1.0",
|
||||
"react-helmet": "5.2.1",
|
||||
|
|
Loading…
Reference in a new issue