diff --git a/package-lock.json b/package-lock.json index b08577586..2e5cf03f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "@nestjs/schematics": "^10.0.1", "@nestjs/testing": "^10.3.8", "@types/bcrypt": "^5.0.0", - "@types/chai": "^4.3.6", + "@types/chai": "^5.0.0", "@types/express": "^4.17.13", "@types/express-session": "^1.17.4", "@types/jest": "^27.0.2", @@ -2810,9 +2810,9 @@ } }, "node_modules/@types/chai": { - "version": "4.3.19", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.19.tgz", - "integrity": "sha512-2hHHvQBVE2FiSK4eN0Br6snX9MtolHaTo/batnLjlGRhoQzlCL61iVpxoqO7SfFyOw+P/pwv+0zNHzKoGWz9Cw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.0.0.tgz", + "integrity": "sha512-+DwhEHAaFPPdJ2ral3kNHFQXnTfscEEFsUxzD+d7nlcLrFK23JtNjH71RGasTcHb88b4vVi4mTyfpf8u2L8bdA==", "dev": true }, "node_modules/@types/connect": { @@ -4615,6 +4615,12 @@ "node": ">=10" } }, + "node_modules/chai-http/node_modules/@types/chai": { + "version": "4.3.20", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.20.tgz", + "integrity": "sha512-/pC9HAB5I/xMlc5FP77qjCnI16ChlJfW0tGa0IUcFn38VJrTV6DeZ60NU5KZBtaOZqjdpwTWohz5HU1RrhiYxQ==", + "dev": true + }, "node_modules/chai-http/node_modules/@types/superagent": { "version": "4.1.13", "resolved": "https://registry.npmjs.org/@types/superagent/-/superagent-4.1.13.tgz", diff --git a/package.json b/package.json index 2be6c26a5..e56b7d7cf 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@nestjs/schematics": "^10.0.1", "@nestjs/testing": "^10.3.8", "@types/bcrypt": "^5.0.0", - "@types/chai": "^4.3.6", + "@types/chai": "^5.0.0", "@types/express": "^4.17.13", "@types/express-session": "^1.17.4", "@types/jest": "^27.0.2",