mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
fix(deps): update dependency express-http-proxy to v1.6.3
This commit is contained in:
parent
e28712b674
commit
1d9517d29e
2 changed files with 6 additions and 6 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -12,7 +12,7 @@
|
||||||
"bunyan": "1.8.15",
|
"bunyan": "1.8.15",
|
||||||
"clipboard-copy": "2.0.1",
|
"clipboard-copy": "2.0.1",
|
||||||
"express": "4.18.2",
|
"express": "4.18.2",
|
||||||
"express-http-proxy": "1.1.0",
|
"express-http-proxy": "1.6.3",
|
||||||
"lodash.defaults": "4.2.0",
|
"lodash.defaults": "4.2.0",
|
||||||
"lodash.get": "4.4.2",
|
"lodash.get": "4.4.2",
|
||||||
"react-confetti": "6.1.0",
|
"react-confetti": "6.1.0",
|
||||||
|
@ -9849,16 +9849,16 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/express-http-proxy": {
|
"node_modules/express-http-proxy": {
|
||||||
"version": "1.1.0",
|
"version": "1.6.3",
|
||||||
"resolved": "https://registry.npmjs.org/express-http-proxy/-/express-http-proxy-1.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/express-http-proxy/-/express-http-proxy-1.6.3.tgz",
|
||||||
"integrity": "sha512-xX+LI4JC0zhjXi+ilYuQxtITb/6peNJ/nj5cZ5iaoFTqLHWNOnvk1o6vtr7p2zkXOddkt5cx8tgzsEVbWbDoVA==",
|
"integrity": "sha512-/l77JHcOUrDUX8V67E287VEUQT0lbm71gdGVoodnlWBziarYKgMcpqT7xvh/HM8Jv52phw8Bd8tY+a7QjOr7Yg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"debug": "^3.0.1",
|
"debug": "^3.0.1",
|
||||||
"es6-promise": "^4.1.1",
|
"es6-promise": "^4.1.1",
|
||||||
"raw-body": "^2.3.0"
|
"raw-body": "^2.3.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=4.0.0"
|
"node": ">=6.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/express-http-proxy/node_modules/debug": {
|
"node_modules/express-http-proxy/node_modules/debug": {
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
"bunyan": "1.8.15",
|
"bunyan": "1.8.15",
|
||||||
"clipboard-copy": "2.0.1",
|
"clipboard-copy": "2.0.1",
|
||||||
"express": "4.18.2",
|
"express": "4.18.2",
|
||||||
"express-http-proxy": "1.1.0",
|
"express-http-proxy": "1.6.3",
|
||||||
"lodash.defaults": "4.2.0",
|
"lodash.defaults": "4.2.0",
|
||||||
"lodash.get": "4.4.2",
|
"lodash.get": "4.4.2",
|
||||||
"react-confetti": "6.1.0",
|
"react-confetti": "6.1.0",
|
||||||
|
|
Loading…
Reference in a new issue