diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f103711bf..1a9baad6e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -46,7 +46,7 @@ "@rushstack/eslint-patch": "^1.8.0", "@tailwindcss/forms": "^0.5.7", "@tsconfig/node20": "^20.1.4", - "@types/chai": "^4.3.16", + "@types/chai": "^5.0.0", "@types/jsdom": "^21.1.6", "@types/mocha": "^10.0.6", "@types/node": "^20.12.5", @@ -2079,9 +2079,9 @@ "dev": true }, "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, "license": "MIT" }, diff --git a/frontend/package.json b/frontend/package.json index 0262686a3..06e2df76f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -58,7 +58,7 @@ "@rushstack/eslint-patch": "^1.8.0", "@tailwindcss/forms": "^0.5.7", "@tsconfig/node20": "^20.1.4", - "@types/chai": "^4.3.16", + "@types/chai": "^5.0.0", "@types/jsdom": "^21.1.6", "@types/mocha": "^10.0.6", "@types/node": "^20.12.5",