diff --git a/075-MongoDB2DocumentDB/Student/Resources/MFlix/package-lock.json b/075-MongoDB2DocumentDB/Student/Resources/MFlix/package-lock.json index 07cb1b34c5..eaf9a1906a 100644 --- a/075-MongoDB2DocumentDB/Student/Resources/MFlix/package-lock.json +++ b/075-MongoDB2DocumentDB/Student/Resources/MFlix/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@babel/eslint-parser": "^7.25.1", - "@faker-js/faker": "^9.2.0", + "@faker-js/faker": "^10.5.0", "bcryptjs": "^2.4.3", "bluebird": "^3.7.2", "body-parser": "^1.18.3", @@ -2899,18 +2899,19 @@ } }, "node_modules/@faker-js/faker": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-9.9.0.tgz", - "integrity": "sha512-OEl393iCOoo/z8bMezRlJu+GlRGlsKbUAN7jKB6LhnKoqKve5DXRpalbItIIcwnCjs1k/FOPjFzcA6Qn+H+YbA==", + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-10.5.0.tgz", + "integrity": "sha512-bsxD8WLS5lIj7aaoCx1YJkktqYj5vlBUE6HWzu2Q51ksrGJ0H737ECCKlFU7Yf8Br45z9t99frBp/J7kzbMPAg==", "funding": [ { "type": "opencollective", "url": "https://opencollective.com/fakerjs" } ], + "license": "MIT", "engines": { - "node": ">=18.0.0", - "npm": ">=9.0.0" + "node": "^20.19.0 || ^22.13.0 || ^23.5.0 || >=24.0.0", + "npm": ">=10" } }, "node_modules/@humanwhocodes/config-array": { diff --git a/075-MongoDB2DocumentDB/Student/Resources/MFlix/package.json b/075-MongoDB2DocumentDB/Student/Resources/MFlix/package.json index fcbf84d8a0..46cb2d0de5 100644 --- a/075-MongoDB2DocumentDB/Student/Resources/MFlix/package.json +++ b/075-MongoDB2DocumentDB/Student/Resources/MFlix/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "@babel/eslint-parser": "^7.25.1", - "@faker-js/faker": "^9.2.0", + "@faker-js/faker": "^10.5.0", "bcryptjs": "^2.4.3", "bluebird": "^3.7.2", "body-parser": "^1.18.3",