Update rate-limiter-flexible

This commit is contained in:
Jonas Lochmann 2019-11-04 00:00:00 +00:00
parent 3248ab2b91
commit 6d593c53b2
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -4572,9 +4572,9 @@
"integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg=="
},
"rate-limiter-flexible": {
"version": "0.21.3",
"resolved": "https://registry.npmjs.org/rate-limiter-flexible/-/rate-limiter-flexible-0.21.3.tgz",
"integrity": "sha512-wofw8G/itah/5rvMqCbAuqp1UqKo1qoX7Ad91UQx9vpwkLJeXziKRC4amZZugp/pzcKrAXuUhpDa9CHPyPceuw=="
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/rate-limiter-flexible/-/rate-limiter-flexible-1.1.6.tgz",
"integrity": "sha512-fVjTbMcXlBqbCfYyfmEqzyj5niHVyPl5b4OtWcnaM3M8layKz5K6ooILqeDA8AljKgvH2bv7rmcO/qZqffU6gw=="
},
"raw-body": {
"version": "2.4.0",

View file

@ -60,7 +60,7 @@
"mysql2": "^1.6.5",
"pg": "^7.12.1",
"pg-hstore": "^2.3.3",
"rate-limiter-flexible": "^0.21.3",
"rate-limiter-flexible": "^1.1.6",
"sequelize": "^5.16.0",
"socket.io": "^2.2.0",
"tokgen": "^1.0.0",