Skip to content

Commit

Permalink
build: In-range update of npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flovogt committed Jul 25, 2024
1 parent d79effb commit e538932
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@ui5/cli": "^4.0.0",
"licensee": "^10.0.0",
"husky": "^9.0.11"
"husky": "^9.1.2",
"licensee": "^10.0.0"
},
"scripts": {
"check-licenses": "licensee --errors-only",
Expand Down
8 changes: 4 additions & 4 deletions packages/middleware-code-coverage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"body-parser": "^1.20.2",
"istanbul-lib-coverage": "^3.2.2",
"istanbul-lib-instrument": "^6.0.2",
"istanbul-lib-instrument": "^6.0.3",
"istanbul-lib-report": "^3.0.1",
"istanbul-reports": "^3.1.7",
"router": "^1.3.8",
Expand All @@ -48,12 +48,12 @@
"eslint": "^8.57.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-ava": "^14.0.0",
"esmock": "^2.6.5",
"esmock": "^2.6.7",
"execa": "^9.3.0",
"get-port": "^7.1.0",
"nyc": "^15.1.0",
"sinon": "^18.0.0",
"supertest": "^7.0.0",
"execa": "^9.3.0"
"supertest": "^7.0.0"
},
"scripts": {
"depcheck": "depcheck --ignores ava,@istanbuljs/esm-loader-hook",
Expand Down

0 comments on commit e538932

Please sign in to comment.