chore(deps): update faker to v7 (#957)

This commit is contained in:
Simon Lecoq
2022-06-25 03:52:30 +02:00
committed by GitHub
parent 3bcd3979a0
commit cd3d526301
19 changed files with 106 additions and 83 deletions

18
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"dependencies": {
"@actions/core": "^1.9.0",
"@actions/github": "^5.0.3",
"@faker-js/faker": "^6.0.0-alpha.3",
"@faker-js/faker": "^7.3.0",
"@octokit/graphql": "^4.8.0",
"@octokit/rest": "^18.12.0",
"@primer/css": "^20.2.3",
@@ -787,9 +787,13 @@
"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": "7.3.0",
"resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-7.3.0.tgz",
"integrity": "sha512-1W0PZezq2rxlAssoWemi9gFRD8IQxvf0FPL5Km3TOmGHFG7ib0TbFBJ0yC7D/1NsxunjNTK6WjUXV8ao/mKZ5w==",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
}
},
"node_modules/@humanwhocodes/config-array": {
"version": "0.9.2",
@@ -10294,9 +10298,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": "7.3.0",
"resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-7.3.0.tgz",
"integrity": "sha512-1W0PZezq2rxlAssoWemi9gFRD8IQxvf0FPL5Km3TOmGHFG7ib0TbFBJ0yC7D/1NsxunjNTK6WjUXV8ao/mKZ5w=="
},
"@humanwhocodes/config-array": {
"version": "0.9.2",