mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-09 21:26:49 +08:00
updated dependencies
This commit is contained in:
parent
73433fed13
commit
71b8728e09
1 changed files with 7 additions and 7 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -611,7 +611,7 @@
|
|||
"resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz",
|
||||
"integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==",
|
||||
"requires": {
|
||||
"lodash": "^4.17.14"
|
||||
"lodash": ">=4.17.19"
|
||||
}
|
||||
},
|
||||
"async-each": {
|
||||
|
@ -1773,7 +1773,7 @@
|
|||
"jsonschema": "^1.0.2",
|
||||
"jsonwebtoken": "^8.2.1",
|
||||
"leven": "^3.1.0",
|
||||
"lodash": "^4.17.14",
|
||||
"lodash": ">=4.17.19",
|
||||
"marked": "^0.7.0",
|
||||
"marked-terminal": "^3.3.0",
|
||||
"minimatch": "^3.0.4",
|
||||
|
@ -2272,7 +2272,7 @@
|
|||
"cli-width": "^2.0.0",
|
||||
"external-editor": "^3.0.3",
|
||||
"figures": "^2.0.0",
|
||||
"lodash": "^4.17.11",
|
||||
"lodash": ">=4.17.19",
|
||||
"mute-stream": "0.0.7",
|
||||
"run-async": "^2.2.0",
|
||||
"rxjs": "^6.4.0",
|
||||
|
@ -2979,7 +2979,7 @@
|
|||
"requires": {
|
||||
"async": "^1.3.0",
|
||||
"flat-arguments": "^1.0.0",
|
||||
"lodash": "^4.17.5",
|
||||
"lodash": ">=4.17.19",
|
||||
"minimist": "^1.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -3712,7 +3712,7 @@
|
|||
"home-dir": "^1.0.0",
|
||||
"is-url": "^1.2.2",
|
||||
"join-path": "^1.1.1",
|
||||
"lodash": "^4.17.4",
|
||||
"lodash": ">=4.17.19",
|
||||
"mime-types": "^2.1.16",
|
||||
"minimatch": "^3.0.4",
|
||||
"morgan": "^1.8.2",
|
||||
|
@ -3958,7 +3958,7 @@
|
|||
"resolved": "https://registry.npmjs.org/toxic/-/toxic-1.0.1.tgz",
|
||||
"integrity": "sha512-WI3rIGdcaKULYg7KVoB0zcjikqvcYYvcuT6D89bFPz2rVR0Rl0PK6x8/X62rtdLtBKIE985NzVf/auTtGegIIg==",
|
||||
"requires": {
|
||||
"lodash": "^4.17.10"
|
||||
"lodash": ">=4.17.19"
|
||||
}
|
||||
},
|
||||
"traverse": {
|
||||
|
@ -4233,7 +4233,7 @@
|
|||
"requires": {
|
||||
"http-parser-js": ">=0.4.0 <0.4.11",
|
||||
"safe-buffer": ">=5.1.0",
|
||||
"websocket-extensions": ">=0.1.1"
|
||||
"websocket-extensions": ">=0.1.4"
|
||||
}
|
||||
},
|
||||
"websocket-extensions": {
|
||||
|
|
Loading…
Reference in a new issue