@ui5/cli 3.6.0 → 3.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "3.6.0",
3
+ "version": "3.7.0",
4
4
  "description": "UI5 Tooling - CLI",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -116,10 +116,10 @@
116
116
  "url": "git@github.com:SAP/ui5-cli.git"
117
117
  },
118
118
  "dependencies": {
119
- "@ui5/builder": "^3.0.9",
120
- "@ui5/fs": "^3.0.4",
119
+ "@ui5/builder": "^3.1.0",
120
+ "@ui5/fs": "^3.0.5",
121
121
  "@ui5/logger": "^3.0.0",
122
- "@ui5/project": "^3.7.0",
122
+ "@ui5/project": "^3.7.2",
123
123
  "@ui5/server": "^3.1.3",
124
124
  "chalk": "^5.3.0",
125
125
  "data-with-position": "^0.5.0",
@@ -136,19 +136,19 @@
136
136
  "ava": "^5.3.1",
137
137
  "chokidar-cli": "^3.0.0",
138
138
  "cross-env": "^7.0.3",
139
- "depcheck": "^1.4.5",
139
+ "depcheck": "^1.4.6",
140
140
  "docdash": "^2.0.2",
141
- "eslint": "^8.48.0",
141
+ "eslint": "^8.51.0",
142
142
  "eslint-config-google": "^0.14.0",
143
143
  "eslint-plugin-ava": "^14.0.0",
144
- "eslint-plugin-jsdoc": "^46.5.1",
145
- "esmock": "^2.3.8",
144
+ "eslint-plugin-jsdoc": "^46.8.2",
145
+ "esmock": "^2.5.2",
146
146
  "execa": "^8.0.1",
147
147
  "jsdoc": "^4.0.2",
148
148
  "nyc": "^15.1.0",
149
149
  "open-cli": "^7.2.0",
150
- "rimraf": "^5.0.1",
151
- "sinon": "^15.2.0",
150
+ "rimraf": "^5.0.5",
151
+ "sinon": "^16.1.0",
152
152
  "strip-ansi": "^7.1.0",
153
153
  "tap-xunit": "^2.4.1"
154
154
  }