chore(deps): update API and related (#65923)

This commit is contained in:
Mrugesh Mohapatra
2026-02-17 22:24:27 +05:30
committed by GitHub
parent f8de1e2ce8
commit cabe5396f2
4 changed files with 247 additions and 351 deletions
+5 -5
View File
@@ -4,19 +4,19 @@
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues" "url": "https://github.com/freeCodeCamp/freeCodeCamp/issues"
}, },
"dependencies": { "dependencies": {
"@aws-sdk/client-ses": "3.981.0", "@aws-sdk/client-ses": "3.991.0",
"@fastify/accepts": "5.0.4", "@fastify/accepts": "5.0.4",
"@fastify/cookie": "11.0.2", "@fastify/cookie": "11.0.2",
"@fastify/csrf-protection": "7.1.0", "@fastify/csrf-protection": "7.1.0",
"@fastify/oauth2": "8.1.2", "@fastify/oauth2": "8.2.0",
"@fastify/swagger": "9.6.1", "@fastify/swagger": "9.7.0",
"@fastify/swagger-ui": "5.2.5", "@fastify/swagger-ui": "5.2.5",
"@fastify/type-provider-typebox": "6.1.0", "@fastify/type-provider-typebox": "6.1.0",
"@freecodecamp/shared": "workspace:*", "@freecodecamp/shared": "workspace:*",
"@growthbook/growthbook": "1.6.4", "@growthbook/growthbook": "1.6.4",
"@prisma/client": "6.19.2", "@prisma/client": "6.19.2",
"@sentry/node": "9.47.1", "@sentry/node": "9.47.1",
"ajv": "8.17.1", "ajv": "8.18.0",
"ajv-formats": "3.0.1", "ajv-formats": "3.0.1",
"date-fns": "4.1.0", "date-fns": "4.1.0",
"date-fns-tz": "3.2.0", "date-fns-tz": "3.2.0",
@@ -55,7 +55,7 @@
"dotenv-cli": "7.4.4", "dotenv-cli": "7.4.4",
"eslint": "^9.39.1", "eslint": "^9.39.1",
"eslint-plugin-jsdoc": "48.11.0", "eslint-plugin-jsdoc": "48.11.0",
"msw": "^2.7.0", "msw": "^2.12.10",
"prisma": "6.19.2", "prisma": "6.19.2",
"supertest": "6.3.3", "supertest": "6.3.3",
"tsx": "4.21.0", "tsx": "4.21.0",
+1 -1
View File
@@ -102,7 +102,7 @@ describe('Cookie updates', () => {
} }
}); });
expect(res.cookies[0]).toStrictEqual({ expect(res.cookies[0]).toEqual({
domain: 'www.example.com', domain: 'www.example.com',
httpOnly: true, httpOnly: true,
name: 'cookie_name', name: 'cookie_name',
+1 -1
View File
@@ -90,7 +90,7 @@ describe('cookies', () => {
}); });
// No max-age, so we default to a session cookie. // No max-age, so we default to a session cookie.
expect(res.cookies[0]).toStrictEqual({ expect(res.cookies[0]).toEqual({
name: 'test', name: 'test',
// defaults: // defaults:
domain: 'www.example.com', domain: 'www.example.com',
+240 -344
View File
File diff suppressed because it is too large Load Diff