Skip to content

Commit

Permalink
fix(deps): update dependency ajv to v8.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 3, 2024
1 parent 27fccbe commit 954c114
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 18 deletions.
22 changes: 15 additions & 7 deletions e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/semver": "7.5.8",
"@types/tap": "15.0.11",
"@vitest/browser": "1.5.0",
"ajv": "8.12.0",
"ajv": "8.15.0",
"axios": "1.6.8",
"chai": "4.4.1",
"chai-as-promised": "7.1.1",
Expand Down
25 changes: 17 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@stryker-mutator/api": "8.2.6",
"@stryker-mutator/instrumenter": "8.2.6",
"@stryker-mutator/util": "8.2.6",
"ajv": "~8.12.0",
"ajv": "~8.15.0",
"chalk": "~5.3.0",
"commander": "~12.0.0",
"diff-match-patch": "1.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"homepage": "https://github.com/stryker-mutator/stryker-js/tree/master/packages/test-helpers#readme",
"license": "ISC",
"dependencies": {
"ajv": "~8.12.0",
"ajv": "~8.15.0",
"flatted": "~3.3.0",
"mutation-testing-metrics": "3.0.2",
"rxjs": "~7.8.1"
Expand Down

0 comments on commit 954c114

Please sign in to comment.