diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-24 13:53:19 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-12-24 13:55:47 +0100 |
commit | 2d28b0c21dc066105677374419acd7ba8e919e8d (patch) | |
tree | 8cadfd42ee1a5dcbe871ec240b4947ebc9d8489c /package.json | |
parent | 4ff75a3b2c48b2b0a1250cb551d2b73eb26d5296 (diff) | |
download | PeerTube-2d28b0c21dc066105677374419acd7ba8e919e8d.tar.gz PeerTube-2d28b0c21dc066105677374419acd7ba8e919e8d.tar.zst PeerTube-2d28b0c21dc066105677374419acd7ba8e919e8d.zip |
Upgrade fast xml parser dep
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 5c133e186..f5f2de33d 100644 --- a/package.json +++ b/package.json | |||
@@ -199,8 +199,8 @@ | |||
199 | "eslint-config-standard-with-typescript": "^21.0.1", | 199 | "eslint-config-standard-with-typescript": "^21.0.1", |
200 | "eslint-plugin-import": "^2.20.1", | 200 | "eslint-plugin-import": "^2.20.1", |
201 | "eslint-plugin-node": "^11.0.0", | 201 | "eslint-plugin-node": "^11.0.0", |
202 | "eslint-plugin-promise": "^5.1.0", | 202 | "eslint-plugin-promise": "^6.0.0", |
203 | "fast-xml-parser": "^3.19.0", | 203 | "fast-xml-parser": "^4.0.0-beta.8", |
204 | "mocha": "^9.0.0", | 204 | "mocha": "^9.0.0", |
205 | "nodemon": "^2.0.1", | 205 | "nodemon": "^2.0.1", |
206 | "proxy": "^1.0.2", | 206 | "proxy": "^1.0.2", |