Skip to content

Commit 889a1dc

Browse files
committed
build: In-range update of npm dependencies
1 parent d79effb commit 889a1dc

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"@commitlint/cli": "^19.3.0",
3232
"@commitlint/config-conventional": "^19.2.2",
3333
"@ui5/cli": "^4.0.0",
34-
"licensee": "^10.0.0",
35-
"husky": "^9.0.11"
34+
"husky": "^9.1.2",
35+
"licensee": "^10.0.0"
3636
},
3737
"scripts": {
3838
"check-licenses": "licensee --errors-only",

packages/middleware-code-coverage/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"body-parser": "^1.20.2",
3636
"istanbul-lib-coverage": "^3.2.2",
37-
"istanbul-lib-instrument": "^6.0.2",
37+
"istanbul-lib-instrument": "^6.0.3",
3838
"istanbul-lib-report": "^3.0.1",
3939
"istanbul-reports": "^3.1.7",
4040
"router": "^1.3.8",
@@ -48,12 +48,12 @@
4848
"eslint": "^8.57.0",
4949
"eslint-config-google": "^0.14.0",
5050
"eslint-plugin-ava": "^14.0.0",
51-
"esmock": "^2.6.5",
51+
"esmock": "^2.6.7",
52+
"execa": "^9.3.0",
5253
"get-port": "^7.1.0",
5354
"nyc": "^15.1.0",
5455
"sinon": "^18.0.0",
55-
"supertest": "^7.0.0",
56-
"execa": "^9.3.0"
56+
"supertest": "^7.0.0"
5757
},
5858
"scripts": {
5959
"depcheck": "depcheck --ignores ava,@istanbuljs/esm-loader-hook",

0 commit comments

Comments
 (0)