1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

fix: upgrade connect-session-knex to version 2.1.0

This commit is contained in:
Ivar Conradi Østhus 2021-09-20 12:34:18 +02:00
parent 5af2633d6d
commit d239be2a2f
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09
2 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@
"async": "^3.1.1",
"bcrypt": "^5.0.1",
"compression": "^1.7.4",
"connect-session-knex": "^2.0.0",
"connect-session-knex": "^2.1.0",
"cookie-parser": "^1.4.5",
"cookie-session": "^2.0.0-rc.1",
"cors": "^2.8.5",

View File

@ -1757,9 +1757,9 @@ confusing-browser-globals@^1.0.10:
resolved "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz"
integrity sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==
connect-session-knex@^2.0.0:
connect-session-knex@^2.1.0:
version "2.1.0"
resolved "https://registry.npmjs.org/connect-session-knex/-/connect-session-knex-2.1.0.tgz"
resolved "https://registry.yarnpkg.com/connect-session-knex/-/connect-session-knex-2.1.0.tgz#7f1e32594d37f7a1ad24e6dee97d8f2d9799695e"
integrity sha512-6xHoDajVWxwByaq6UjfU+qGE89Nurajek4JsxeajtXscr8xznzbsIp+Q/3FKh3/2smfgoSeY+93+Gn+3ZXQVDQ==
dependencies:
bluebird "^3.7.2"