diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2020-07-11 06:18:43 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-11 06:18:43 +0900 |
| commit | 6eff6ee451b620757480b2d10b83beb693a1471e (patch) | |
| tree | 01e8b54b2c573e4be01bceea8e58b642f448d336 /package.json | |
| parent | Fix #6397 Mastodon v2.5.0未満からのActivityが受け取れない (#6518) (diff) | |
| download | sharkey-6eff6ee451b620757480b2d10b83beb693a1471e.tar.gz sharkey-6eff6ee451b620757480b2d10b83beb693a1471e.tar.bz2 sharkey-6eff6ee451b620757480b2d10b83beb693a1471e.zip | |
Update resolutions (#6516)
* Fix SNYK-JS-LODASH-567746
* Fix SNYK-JS-YARGSPARSER-560381
* Fix SNYK-JS-SERIALIZEJAVASCRIPT-570062
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 6cb8fe15fe..062bc75afc 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,9 @@ "chokidar": "^3.3.1", "constantinople": "^4.0.1", "core-js": "^3.6.5", - "lodash": "^4.17.15", - "mocha": "^7.1.1" + "gulp/gulp-cli/yargs/yargs-parser": "5.0.0-security.0", + "lodash": "^4.17.19", + "mocha/serialize-javascript": "^3.1.0" }, "dependencies": { "@babel/plugin-transform-runtime": "7.10.3", |