Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 8, 2024
1 parent 2775b4f commit c2d731b
Show file tree
Hide file tree
Showing 3 changed files with 5,862 additions and 1,047 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,31 +31,31 @@
"@pulumi/pulumi": "^3.50.2",
"date-fns": "^2.29.3",
"micromatch": "^4.0.5",
"yaml": "2.2.1",
"zod": "3.20.2"
"yaml": "2.4.2",
"zod": "3.23.7"
},
"devDependencies": {
"@stryker-mutator/core": "6.3.1",
"@stryker-mutator/jest-runner": "6.3.1",
"@types/jest": "29.4.0",
"@stryker-mutator/core": "6.4.2",
"@stryker-mutator/jest-runner": "6.4.2",
"@types/jest": "29.5.12",
"@types/micromatch": "^4.0.2",
"@types/node": "^18.11.0",
"@typescript-eslint/parser": "^4.33.0",
"@vercel/ncc": "^0.36.0",
"@vercel/ncc": "^0.38.0",
"eslint": "^7.32.0",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-boundaries": "3.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-boundaries": "3.4.1",
"eslint-plugin-github": "^4.3.2",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "^25.3.2",
"jest": "29.4.1",
"jest": "29.7.0",
"jest-mock-extended": "^3.0.1",
"js-yaml": "^4.1.0",
"prettier": "2.8.3",
"prettier": "2.8.8",
"rimraf": "3.0.2",
"semantic-release": "20.1.0",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"semantic-release": "20.1.3",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "^4.4.4"
}
}

0 comments on commit c2d731b

Please sign in to comment.