diff --git a/package-lock.json b/package-lock.json index ae43174a88b..eda905f8c67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "dependencies": { "@actions/core": "^1.6.0", "@actions/github": "^4.0.0", - "@faker-js/faker": "^6.0.0-alpha.3", + "@faker-js/faker": "^9.8.0", "@octokit/graphql": "^4.8.0", "@octokit/rest": "^18.12.0", "@primer/css": "^19.3.0", @@ -789,9 +789,20 @@ "dev": true }, "node_modules/@faker-js/faker": { - "version": "6.0.0-alpha.3", - "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-6.0.0-alpha.3.tgz", - "integrity": "sha512-8B+7Jlwb9ogcoluzxB6AaSRZn2gnoewTA/WygAYhWNxkrFKjQL0TDXK6AW6uJlASMKl7qG/qbEVtpjLByuL0ZQ==" + "version": "9.8.0", + "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-9.8.0.tgz", + "integrity": "sha512-U9wpuSrJC93jZBxx/Qq2wPjCuYISBueyVUGK7qqdmj7r/nxaxwW8AQDCLeRO7wZnjj94sh3p246cAYjUKuqgfg==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/fakerjs" + } + ], + "license": "MIT", + "engines": { + "node": ">=18.0.0", + "npm": ">=9.0.0" + } }, "node_modules/@humanwhocodes/config-array": { "version": "0.9.2", @@ -10577,9 +10588,9 @@ } }, "@faker-js/faker": { - "version": "6.0.0-alpha.3", - "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-6.0.0-alpha.3.tgz", - "integrity": "sha512-8B+7Jlwb9ogcoluzxB6AaSRZn2gnoewTA/WygAYhWNxkrFKjQL0TDXK6AW6uJlASMKl7qG/qbEVtpjLByuL0ZQ==" + "version": "9.8.0", + "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-9.8.0.tgz", + "integrity": "sha512-U9wpuSrJC93jZBxx/Qq2wPjCuYISBueyVUGK7qqdmj7r/nxaxwW8AQDCLeRO7wZnjj94sh3p246cAYjUKuqgfg==" }, "@humanwhocodes/config-array": { "version": "0.9.2", diff --git a/package.json b/package.json index 1907d982074..832764dc9b0 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "@actions/core": "^1.6.0", "@actions/github": "^4.0.0", - "@faker-js/faker": "^6.0.0-alpha.3", + "@faker-js/faker": "^9.8.0", "@octokit/graphql": "^4.8.0", "@octokit/rest": "^18.12.0", "@primer/css": "^19.3.0",