Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency faker to v6 #4881

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"deep-equal-in-any-order": "^1.0.28",
"eslint": "^8.20.0",
"eslint-plugin-codeceptjs": "^1.3.0",
"faker": "^5.5.3",
"faker": "^6.0.0",
"html_codesniffer": "^2.5.1",
"husky": "^7.0.2",
"lodash": "^4.17.21",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1427,7 +1427,7 @@ __metadata:
deep-equal-in-any-order: ^1.0.28
eslint: ^8.20.0
eslint-plugin-codeceptjs: ^1.3.0
faker: ^5.5.3
faker: ^6.0.0
html_codesniffer: ^2.5.1
husky: ^7.0.2
lodash: ^4.17.21
Expand Down Expand Up @@ -2407,10 +2407,10 @@ __metadata:
languageName: node
linkType: hard

"faker@npm:^5.5.3":
version: 5.5.3
resolution: "faker@npm:5.5.3"
checksum: 684fd64c8d3897e54248f95b4f6319f75d97691b8500cd13adf4af2c28f9204f766c1d1aaa6b41338f0beaaa87256c3132f8708a1a8f189d122b92f6b98081c3
"faker@npm:^6.0.0":
version: 6.6.6
resolution: "faker@npm:6.6.6"
checksum: bfb0d581ab4d76095f2c6bff213fe1735ce077f0f8df849c144ad26035e105bce1b7a704cc030366338c52e25b636ac097a712426a78c9b8804af78f6f2bffe7
languageName: node
linkType: hard

Expand Down
Loading