Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-COOKIE-8163060
  • Loading branch information
snyk-bot committed Oct 10, 2024
1 parent eefe4c5 commit 35e33f8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@angular/platform-browser-dynamic": "18.0.4",
"@angular/router": "18.0.4",
"@auth/core": "0.32.0",
"@auth/sveltekit": "1.2.0",
"@auth/sveltekit": "1.6.0",
"@aws-sdk/client-s3": "3.598.0",
"@aws-sdk/client-ses": "3.598.0",
"@aws-sdk/credential-provider-node": "3.598.0",
Expand Down Expand Up @@ -79,7 +79,7 @@
"@fastify/view": "9.1.0",
"@fastify/vite": "6.0.6",
"@fastify/websocket": "10.0.1",
"@immobiliarelabs/fastify-sentry": "8.0.1",
"@immobiliarelabs/fastify-sentry": "8.0.2",
"@nestjs/common": "10.3.9",
"@nestjs/core": "10.3.9",
"@nestjs/mapped-types": "*",
Expand Down Expand Up @@ -110,7 +110,7 @@
"ajv-keywords": "5.1.0",
"amqplib": "0.10.4",
"argon2": "0.40.3",
"astro": "4.10.3",
"astro": "4.15.12",
"aws-sdk": "2.1642.0",
"axios": "1.7.4",
"bcrypt": "5.1.1",
Expand All @@ -122,7 +122,7 @@
"close-with-grace": "1.3.0",
"compression": "1.7.4",
"connect-redis": "7.1.1",
"cookie-parser": "1.4.6",
"cookie-parser": "1.4.7",
"cors": "2.8.5",
"crypto-random-string": "5.0.0",
"csrf-csrf": "3.0.6",
Expand All @@ -132,9 +132,9 @@
"drizzle-zod": "0.5.1",
"ejs": "3.1.10",
"eslint-config-airbnb": "19.0.4",
"express": "4.20.0",
"express": "4.21.1",
"express-mongo-sanitize": "2.2.0",
"express-session": "1.18.0",
"express-session": "1.18.1",
"express-status-monitor": "1.3.4",
"express-validator": "7.1.0",
"fast-json-stringify": "5.16.0",
Expand Down

0 comments on commit 35e33f8

Please sign in to comment.