Skip to content

Commit

Permalink
chore: Bump sails version
Browse files Browse the repository at this point in the history
  • Loading branch information
meltyshev committed Oct 22, 2024
1 parent d9464dc commit bedd1f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 37 deletions.
31 changes: 1 addition & 30 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"db:migrate": "knex migrate:latest --cwd db",
"db:seed": "knex seed:run --cwd db",
"lint": "eslint . --max-warnings=0 --report-unused-disable-directives && echo '✔ Your .js files look good.'",
"preinstall": "npx npm-force-resolutions",
"start": "nodemon",
"start:prod": "node app.js --prod",
"test": "mocha test/lifecycle.test.js test/integration/**/*.test.js test/utils/**/*.test.js"
Expand Down Expand Up @@ -39,7 +38,7 @@
"nodemailer": "^6.9.15",
"openid-client": "^5.7.0",
"rimraf": "^5.0.10",
"sails": "^1.5.11",
"sails": "^1.5.12",
"sails-hook-orm": "^4.0.3",
"sails-hook-sockets": "^3.0.1",
"sails-postgresql": "^5.0.1",
Expand All @@ -59,11 +58,6 @@
"mocha": "^10.7.3",
"nodemon": "^3.1.4"
},
"resolutions": {
"body-parser": "1.20.3",
"express": "4.21.0",
"send": "0.19.0"
},
"engines": {
"node": ">=18"
}
Expand Down

0 comments on commit bedd1f6

Please sign in to comment.