diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-26 16:03:53 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-26 16:04:09 +0200 |
commit | 605450a6f716ce73efcc5447d533de490a97d48c (patch) | |
tree | d4099c8894363f4bdcfb0d0e945cd7134c37532c /package.json | |
parent | 7c4f8e3b29d4eb8d62d0a2b8904d3ee04a751568 (diff) | |
download | PeerTube-605450a6f716ce73efcc5447d533de490a97d48c.tar.gz PeerTube-605450a6f716ce73efcc5447d533de490a97d48c.tar.zst PeerTube-605450a6f716ce73efcc5447d533de490a97d48c.zip |
Fix dependency security alert
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index e62c256b6..10076d7b2 100644 --- a/package.json +++ b/package.json | |||
@@ -149,6 +149,7 @@ | |||
149 | "ws": "^8.0.0" | 149 | "ws": "^8.0.0" |
150 | }, | 150 | }, |
151 | "devDependencies": { | 151 | "devDependencies": { |
152 | "@peertube/maildev": "^1.2.0", | ||
152 | "@types/async": "^3.0.0", | 153 | "@types/async": "^3.0.0", |
153 | "@types/async-lock": "^1.1.0", | 154 | "@types/async-lock": "^1.1.0", |
154 | "@types/bcrypt": "^5.0.0", | 155 | "@types/bcrypt": "^5.0.0", |
@@ -197,7 +198,6 @@ | |||
197 | "eslint-plugin-node": "^11.0.0", | 198 | "eslint-plugin-node": "^11.0.0", |
198 | "eslint-plugin-promise": "^5.1.0", | 199 | "eslint-plugin-promise": "^5.1.0", |
199 | "fast-xml-parser": "^3.19.0", | 200 | "fast-xml-parser": "^3.19.0", |
200 | "maildev": "^1.0.0-rc3", | ||
201 | "mocha": "^9.0.0", | 201 | "mocha": "^9.0.0", |
202 | "nodemon": "^2.0.1", | 202 | "nodemon": "^2.0.1", |
203 | "proxy": "^1.0.2", | 203 | "proxy": "^1.0.2", |