fix: downgrade faker-js

This commit is contained in:
lowlighter
2022-02-03 21:24:11 -05:00
parent 8be6a61014
commit a5867697ca
2 changed files with 8 additions and 12 deletions

18
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"dependencies": { "dependencies": {
"@actions/core": "^1.6.0", "@actions/core": "^1.6.0",
"@actions/github": "^4.0.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/graphql": "^4.8.0",
"@octokit/rest": "^18.12.0", "@octokit/rest": "^18.12.0",
"@primer/css": "^19.3.0", "@primer/css": "^19.3.0",
@@ -789,13 +789,9 @@
"dev": true "dev": true
}, },
"node_modules/@faker-js/faker": { "node_modules/@faker-js/faker": {
"version": "6.0.0-alpha.5", "version": "6.0.0-alpha.3",
"resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-6.0.0-alpha.5.tgz", "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-6.0.0-alpha.3.tgz",
"integrity": "sha512-8Is/xFxNgricqmhQR/AJ4Vi0cKzSR7FcpE0ImG9dWciuSxUkyCiK+B5/hTQP8jrVbtgTjpFC1AaTCnALJOBDmw==", "integrity": "sha512-8B+7Jlwb9ogcoluzxB6AaSRZn2gnoewTA/WygAYhWNxkrFKjQL0TDXK6AW6uJlASMKl7qG/qbEVtpjLByuL0ZQ=="
"engines": {
"node": ">=12.0.0",
"npm": ">=7.0.0"
}
}, },
"node_modules/@humanwhocodes/config-array": { "node_modules/@humanwhocodes/config-array": {
"version": "0.9.2", "version": "0.9.2",
@@ -10581,9 +10577,9 @@
} }
}, },
"@faker-js/faker": { "@faker-js/faker": {
"version": "6.0.0-alpha.5", "version": "6.0.0-alpha.3",
"resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-6.0.0-alpha.5.tgz", "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-6.0.0-alpha.3.tgz",
"integrity": "sha512-8Is/xFxNgricqmhQR/AJ4Vi0cKzSR7FcpE0ImG9dWciuSxUkyCiK+B5/hTQP8jrVbtgTjpFC1AaTCnALJOBDmw==" "integrity": "sha512-8B+7Jlwb9ogcoluzxB6AaSRZn2gnoewTA/WygAYhWNxkrFKjQL0TDXK6AW6uJlASMKl7qG/qbEVtpjLByuL0ZQ=="
}, },
"@humanwhocodes/config-array": { "@humanwhocodes/config-array": {
"version": "0.9.2", "version": "0.9.2",

View File

@@ -32,7 +32,7 @@
"dependencies": { "dependencies": {
"@actions/core": "^1.6.0", "@actions/core": "^1.6.0",
"@actions/github": "^4.0.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/graphql": "^4.8.0",
"@octokit/rest": "^18.12.0", "@octokit/rest": "^18.12.0",
"@primer/css": "^19.3.0", "@primer/css": "^19.3.0",