diff --git a/package-lock.json b/package-lock.json index bde7299fc..f426ae36c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@badeball/cypress-cucumber-preprocessor": "^20.1.2", "@bahmutov/cypress-esbuild-preprocessor": "^2.2.3", "@cucumber/gherkin-utils": "^9.0.0", - "@faker-js/faker": "^8.4.1", + "@faker-js/faker": "^9.0.1", "@kong/design-tokens": "^1.17.2", "@modyfi/vite-plugin-yaml": "^1.1.0", "@types/glob": "^8.1.0", @@ -2394,9 +2394,9 @@ } }, "node_modules/@faker-js/faker": { - "version": "8.4.1", - "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-8.4.1.tgz", - "integrity": "sha512-XQ3cU+Q8Uqmrbf2e0cIC/QN43sTBSC8KF12u29Mb47tWrt2hAgBXSgpZMj4Ao8Uk0iJcU99QsOCaIL8934obCg==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-9.0.1.tgz", + "integrity": "sha512-4mDeYIgM3By7X6t5E6eYwLAa+2h4DeZDF7thhzIg6XB76jeEvMwadYAMCFJL/R4AnEBcAUO9+gL0vhy3s+qvZA==", "dev": true, "funding": [ { @@ -2405,8 +2405,8 @@ } ], "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0", - "npm": ">=6.14.13" + "node": ">=18.0.0", + "npm": ">=9.0.0" } }, "node_modules/@floating-ui/core": { diff --git a/package.json b/package.json index 5d08ba515..f5e498656 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@badeball/cypress-cucumber-preprocessor": "^20.1.2", "@bahmutov/cypress-esbuild-preprocessor": "^2.2.3", "@cucumber/gherkin-utils": "^9.0.0", - "@faker-js/faker": "^8.4.1", + "@faker-js/faker": "^9.0.1", "@kong/design-tokens": "^1.17.2", "@modyfi/vite-plugin-yaml": "^1.1.0", "@types/glob": "^8.1.0",