Skip to content

Commit

Permalink
chore(deps): update all non-major npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 13, 2024
1 parent 3cd0c7a commit cdf70dd
Show file tree
Hide file tree
Showing 15 changed files with 389 additions and 391 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"commander": "^12.0.0",
"cypress": "^13.8.1",
"cypress": "^13.9.0",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-workspaces": "^0.10.0",
"eslint-plugin-workspaces": "^0.10.1",
"http-server": "^14.1.1",
"local-web-server": "^5.3.3",
"mkdirp": "^3.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/cqse-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.10",
"@types/node": "^20.12.11",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/lib-instrument/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/core": "^7.24.5",
"@babel/parser": "^7.24.5",
"@babel/traverse": "^7.24.5",
"@types/node": "^20.12.10",
"@types/node": "^20.12.11",
"source-map": "^0.7.4",
"typescript": "^5.4.5"
},
Expand All @@ -38,7 +38,7 @@
"js-yaml": "^4.1.0",
"ts-jest": "^29.1.2",
"jest": "^29.7.0",
"rimraf": "^5.0.5"
"rimraf": "^5.0.7"
},
"license": "BSD-3-Clause",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/teamscale-coverage-collector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"@types/bunyan": "^1.8.11",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.10",
"@types/node": "^20.12.11",
"@types/tmp": "^0.2.6",
"@types/ws": "^8.5.10",
"babel-jest": "^29.7.0",
"esbuild": "^0.21.0",
"esbuild": "^0.21.2",
"jest": "^29.7.0",
"mockttp": "^3.11.0",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/teamscale-javascript-instrumenter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"@types/glob": "^8.1.0",
"@types/istanbul-lib-instrument": "^1.7.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.10",
"@types/node": "^20.12.11",
"@types/ws": "^8.5.10",
"babel-jest": "^29.7.0",
"esbuild": "^0.21.0",
"esbuild": "^0.21.2",
"esbuild-plugin-inline-worker": "^0.1.1",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
Expand All @@ -60,7 +60,7 @@
"bunyan": "^1.8.15",
"convert-source-map": "^2.0.0",
"foreground-child": "^3.1.1",
"glob": "^10.3.12",
"glob": "^10.3.15",
"micromatch": "4.0.5",
"mkdirp": "^3.0.1",
"source-map": "0.7.4",
Expand Down
Loading

0 comments on commit cdf70dd

Please sign in to comment.