Skip to content

Commit

Permalink
fix(deps): update dependency connect-session-knex to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent f0940c0 commit 7487926
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/optimise-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"body-parser": "1.20.3",
"bufferutil": "4.0.8",
"connect-session-knex": "4.0.2",
"connect-session-knex": "5.0.0",
"csurf": "1.11.0",
"csv-parse": "5.5.6",
"express": "4.21.0",
Expand Down
11 changes: 5 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4101,7 +4101,7 @@ bluebird-lst@^1.0.9:
dependencies:
bluebird "^3.5.5"

bluebird@^3.5.5, bluebird@^3.7.2:
bluebird@^3.5.5:
version "3.7.2"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
Expand Down Expand Up @@ -5044,12 +5044,11 @@ connect-mongo@5.1.0:
debug "^4.3.1"
kruptein "^3.0.0"

connect-session-knex@4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/connect-session-knex/-/connect-session-knex-4.0.2.tgz#666df9b3d84c32cce503c57e6ca530f5ea270f68"
integrity sha512-VgrHKBUOhqqorNRLCSZcwmuzTzRdrYK2qkeYd0JMRor29G1SBWJKjVF/Fq5QB7hgGIN3oR2ee7F1LmLsjhO+aA==
connect-session-knex@5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/connect-session-knex/-/connect-session-knex-5.0.0.tgz#e98931a85c383d4fdc85e16b411151a32088da2b"
integrity sha512-LNmgZriKjmZPkPDsB8rspdqdrsQ+aAoSXFDJA3/1OQxt3nlAWzUNghhTsFAiY95Pcp/tTS18n8rRwiBCDBIz5g==
dependencies:
bluebird "^3.7.2"
knex "3"

console-browserify@^1.1.0:
Expand Down

0 comments on commit 7487926

Please sign in to comment.