Skip to content

Commit

Permalink
chore: update versions of dependencies (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
petermuessig authored Oct 2, 2023
1 parent 7b52514 commit 34c3c80
Show file tree
Hide file tree
Showing 30 changed files with 1,642 additions and 2,001 deletions.
1 change: 1 addition & 0 deletions .ncurc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"@wdio/local-runner",
"@wdio/mocha-framework",
"@wdio/spec-reporter",
"wdio-ui5-service",
"eslint-plugin-wdio",
"@prettier/plugin-xml",
"prettier"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@
"ncu": "ncu -ws --root"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@prettier/plugin-xml": "^2.2.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.48.0",
"eslint-plugin-jsdoc": "^46.5.1",
"eslint": "^8.50.0",
"eslint-plugin-jsdoc": "^46.8.2",
"husky": "^8.0.3",
"lerna": "^7.2.0",
"lerna": "^7.3.0",
"lint-staged": "^14.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/cds-plugin-ui5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@ui5/project": "^3.7.0",
"@ui5/server": "^3.1.3",
"js-yaml": "^4.1.0",
"node-html-parser": "^6.1.8"
"node-html-parser": "^6.1.10"
},
"devDependencies": {
"@sap/cds": "^6.8.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-approuter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"directory": "packages/dev-approuter"
},
"dependencies": {
"@sap/approuter": ">=14.3.1",
"@sap/approuter": ">=14.3.2",
"@sap/xsenv": "4.0.0",
"cds-plugin-ui5": "workspace:^",
"express": "^4.18.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui5-middleware-cfdestination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"timeout": "20s"
},
"dependencies": {
"@sap/approuter": "^14.3.1",
"@sap/approuter": "^14.3.2",
"content-type": "^1.0.5",
"dotenv": "^16.3.1",
"http-proxy-middleware": "^2.0.6",
Expand Down
14 changes: 7 additions & 7 deletions packages/ui5-middleware-onelogin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"async-prompt": "^1.0.1",
"cookie": "^0.5.0",
"dotenv": "^16.3.1",
"playwright-chromium": "^1.37.1",
"playwright-core": "^1.37.1",
"playwright-chromium": "^1.38.1",
"playwright-core": "^1.38.1",
"sleep-promise": "^9.1.0"
},
"devDependencies": {
"@playwright/test": "^1.37.1",
"@playwright/test": "^1.38.1",
"@types/cookie": "^0.5.2",
"@types/express": "^4.17.17",
"@types/prompt": "^1.1.5",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0"
"@types/express": "^4.17.18",
"@types/prompt": "^1.1.6",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3"
}
}
3 changes: 1 addition & 2 deletions packages/ui5-middleware-simpleproxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"node-tcp-proxy": "^0.0.28",
"supertest": "^6.3.3",
"superwstest": "^2.0.3",
"ui5-middleware-websocket": "workspace:^",
"ws": "^8.14.0"
"ui5-middleware-websocket": "workspace:^"
}
}
2 changes: 1 addition & 1 deletion packages/ui5-middleware-ui5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@ui5/project": "^3.7.0",
"@ui5/server": "^3.1.3",
"js-yaml": "^4.1.0",
"node-html-parser": "^6.1.8",
"node-html-parser": "^6.1.10",
"ui5-middleware-websocket": "workspace:^"
}
}
2 changes: 1 addition & 1 deletion packages/ui5-middleware-websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"directory": "packages/ui5-middleware-websocket"
},
"dependencies": {
"ws": "^8.14.0"
"ws": "^8.14.2"
},
"scripts": {
"lint": "eslint lib"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui5-task-pwa-enabler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"dependencies": {
"mustache": "^4.2.0",
"node-html-parser": "^6.1.8"
"node-html-parser": "^6.1.10"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ shims:
resources:
configuration:
paths:
"/shim/rimraf/": "dist/cjs/src"
"/shim/rimraf/": "dist/commonjs/"
4 changes: 2 additions & 2 deletions packages/ui5-tooling-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"@rollup/pluginutils": "^5.0.4",
"espree": "^9.6.1",
"estraverse": "^5.3.0",
"fast-xml-parser": "^4.2.7",
"fast-xml-parser": "^4.3.1",
"ignore-walk": "^6.0.3",
"minimatch": "^7.4.6",
"rollup": "^3.29.0",
"rollup": "^3.29.4",
"rollup-plugin-polyfill-node": "^0.12.0"
},
"devDependencies": {
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 34c3c80

Please sign in to comment.