diff --git a/backend/package-lock.json b/backend/package-lock.json index 0ba7aba..27dc829 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -16,7 +16,7 @@ }, "devDependencies": { "chai": "^4.4.1", - "mocha": "^11.0.1", + "mocha": "^11.0.2", "mongodb-memory-server": "^10.1.2", "nyc": "^17.0.0", "supertest": "^7.0.0" @@ -2753,9 +2753,9 @@ } }, "node_modules/mocha": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.0.1.tgz", - "integrity": "sha512-+3GkODfsDG71KSCQhc4IekSW+ItCK/kiez1Z28ksWvYhKXV/syxMlerR/sC7whDp7IyreZ4YxceMLdTs5hQE8A==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.0.2.tgz", + "integrity": "sha512-IpLqigxxL825rKCce2hlJL6qiUNgxbjhpS79SA6NN+Quzrf6wzLezwk4LcfIJp/OUD5BVWTM/nCYc3oQ5uqmfw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/backend/package.json b/backend/package.json index 12c1449..5c464d8 100644 --- a/backend/package.json +++ b/backend/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "chai": "^4.4.1", - "mocha": "^11.0.1", + "mocha": "^11.0.2", "mongodb-memory-server": "^10.1.2", "nyc": "^17.0.0", "supertest": "^7.0.0"