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

chore(deps-dev): bump moker from 4.1.0 to 4.3.0 #354

Merged
merged 1 commit into from
Nov 4, 2024
Merged
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 @@ -84,7 +84,7 @@
"got": "12.6.0",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"moker": "4.1.0",
"moker": "4.3.0",
"p-retry": "6.2.0",
"prettier": "3.3.3",
"semantic-release": "24.1.3",
Expand Down
46 changes: 23 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ __metadata:
languageName: node
linkType: hard

"@mokr/core@npm:4.1.0":
version: 4.1.0
resolution: "@mokr/core@npm:4.1.0"
"@mokr/core@npm:4.3.0":
version: 4.3.0
resolution: "@mokr/core@npm:4.3.0"
dependencies:
chalk: "npm:5.3.0"
deepmerge: "npm:4.3.1"
Expand All @@ -166,26 +166,26 @@ __metadata:
pkg-up: "npm:^5.0.0"
sort-package-json: "npm:2.10.0"
yaml: "npm:2.4.1"
checksum: 15fd4b1d36abaed3dd906908246c59ac5c8fd8cf53e596fb3a42ef13e562f361802957fdfdb2095af64de1721f06a2f098df4843c92a5193df050b29439efc69
checksum: 0f1e4b91cf8a010493258b9133f63eead3c7860621ff31007d88e2a10779c59f6c73d58a5bbac85e70993b3e53c31cc79f2ff28cfae01dbe9b89a8df68555b37
languageName: node
linkType: hard

"@mokr/plugins@npm:4.1.0":
version: 4.1.0
resolution: "@mokr/plugins@npm:4.1.0"
"@mokr/plugins@npm:4.3.0":
version: 4.3.0
resolution: "@mokr/plugins@npm:4.3.0"
dependencies:
"@mokr/core": "npm:4.1.0"
checksum: 4713ddaceabadb7212032bab87d14c8da8167f6614a5884caee11663b719ccf4fc8bb4378df666150f6b7d06ce5ccdf7b8e9d853d59de274e85ae6b9c4307c9b
"@mokr/core": "npm:4.3.0"
checksum: 19a6991ab4a19e24c9ed06a33564ac2d6f40621f68a8a2b74f1dd8a56f02d1a5394c2e678dd30e44e9345d0eda1e0ac142d2ae4d8ec4eea70828bf2868e82e3b
languageName: node
linkType: hard

"@mokr/templates@npm:4.1.0":
version: 4.1.0
resolution: "@mokr/templates@npm:4.1.0"
"@mokr/templates@npm:4.3.0":
version: 4.3.0
resolution: "@mokr/templates@npm:4.3.0"
dependencies:
"@mokr/core": "npm:4.1.0"
"@mokr/plugins": "npm:4.1.0"
checksum: 25c46be86dc24ca20f33318f0d79499fa710ee36e41036394632d6747eaed87d44e0e9dc68fc8dea4994e6b4b264fa49b0f40914ae4269984e8166ba6c00b88a
"@mokr/core": "npm:4.3.0"
"@mokr/plugins": "npm:4.3.0"
checksum: 23a7b8dc3b121e45cc2c4dcc139c7ac29d355633c85fcef80a732aebbfd82da837a972f02bcf34b6f17f8afd19b2a020f7a4c5f491e6359fb6482a25c0bf9457
languageName: node
linkType: hard

Expand Down Expand Up @@ -5279,17 +5279,17 @@ __metadata:
languageName: node
linkType: hard

"moker@npm:4.1.0":
version: 4.1.0
resolution: "moker@npm:4.1.0"
"moker@npm:4.3.0":
version: 4.3.0
resolution: "moker@npm:4.3.0"
dependencies:
"@mokr/core": "npm:4.1.0"
"@mokr/plugins": "npm:4.1.0"
"@mokr/templates": "npm:4.1.0"
"@mokr/core": "npm:4.3.0"
"@mokr/plugins": "npm:4.3.0"
"@mokr/templates": "npm:4.3.0"
bandersnatch: "npm:2.0.0"
bin:
moker: moker.js
checksum: e5eb785baa81eb1c0686674976eb2f569bf9876367cfc08c47f3bdf521da93d19a65861836479b1742d98c7fdacd67b9debc04d1e6d9fe5d3fa2d4a278258986
checksum: b4508a607a17395cc6aec970e721e94e5dd5a5ca391aedc414f3bccbffd6686a3b80bc0a018bf80dea35fe51e9896bdc9494a80b1428d55218999e0838a22820
languageName: node
linkType: hard

Expand Down Expand Up @@ -6834,7 +6834,7 @@ __metadata:
js-yaml: "npm:^4.1.0"
lint-staged: "npm:15.2.10"
lodash: "npm:^4.17.21"
moker: "npm:4.1.0"
moker: "npm:4.3.0"
nerf-dart: "npm:^1.0.0"
p-retry: "npm:6.2.0"
prettier: "npm:3.3.3"
Expand Down
Loading