Skip to content

Commit

Permalink
Upgrade dependencies (#7355)
Browse files Browse the repository at this point in the history
* bump cookie, express-session and express

* Update package.json

* switch to sails fork of csurf

* Update index.js
  • Loading branch information
eashaw authored Nov 8, 2024
1 parent 1b4a8c9 commit ffddf46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/hooks/security/csrf/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = function(sails) {
* Module dependencies.
*/

var csurf = require('csurf');
var csurf = require('@sailshq/csurf');
var _ = require('@sailshq/lodash');
var pathToRegexp = require('path-to-regexp');
var detectVerb = require('../../../util/detect-verb');
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"common-js-file-extensions": "1.0.2",
"compression": "1.7.1",
"connect": "3.6.5",
"cookie": "0.4.0",
"cookie-parser": "1.4.4",
"cookie": "0.7.2",
"cookie-parser": "1.4.7",
"cookie-signature": "1.1.0",
"csurf": "1.10.0",
"@sailshq/csurf": "1.11.1",
"ejs": "3.1.10",
"express": "4.21.0",
"express-session": "1.17.0",
"express": "4.21.1",
"express-session": "1.18.1",
"flaverr": "^1.10.0",
"glob": "7.1.2",
"i18n-2": "0.7.3",
Expand Down

0 comments on commit ffddf46

Please sign in to comment.