diff --git a/package-lock.json b/package-lock.json index ef4c6a72..ae43174a 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.5", + "@faker-js/faker": "^6.0.0-alpha.3", "@octokit/graphql": "^4.8.0", "@octokit/rest": "^18.12.0", "@primer/css": "^19.3.0", @@ -789,13 +789,9 @@ "dev": true }, "node_modules/@faker-js/faker": { - "version": "6.0.0-alpha.5", - "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-6.0.0-alpha.5.tgz", - "integrity": "sha512-8Is/xFxNgricqmhQR/AJ4Vi0cKzSR7FcpE0ImG9dWciuSxUkyCiK+B5/hTQP8jrVbtgTjpFC1AaTCnALJOBDmw==", - "engines": { - "node": ">=12.0.0", - "npm": ">=7.0.0" - } + "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==" }, "node_modules/@humanwhocodes/config-array": { "version": "0.9.2", @@ -10581,9 +10577,9 @@ } }, "@faker-js/faker": { - "version": "6.0.0-alpha.5", - "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-6.0.0-alpha.5.tgz", - "integrity": "sha512-8Is/xFxNgricqmhQR/AJ4Vi0cKzSR7FcpE0ImG9dWciuSxUkyCiK+B5/hTQP8jrVbtgTjpFC1AaTCnALJOBDmw==" + "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==" }, "@humanwhocodes/config-array": { "version": "0.9.2", diff --git a/package.json b/package.json index bf7982a2..1907d982 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.5", + "@faker-js/faker": "^6.0.0-alpha.3", "@octokit/graphql": "^4.8.0", "@octokit/rest": "^18.12.0", "@primer/css": "^19.3.0",