@mountainpass/waychaser 5.0.23 → 5.0.25
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/README.md +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mountainpass/waychaser",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.25",
|
|
4
4
|
"description": "Client library for HATEOAS level 3 RESTful APIs that provide hypermedia controls",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
"depcheck": "^1.2.0",
|
|
184
184
|
"dry-aged-deps": "^2.6.0",
|
|
185
185
|
"eslint": "^8.18.0",
|
|
186
|
-
"eslint-config-prettier": "^
|
|
186
|
+
"eslint-config-prettier": "^10.1.8",
|
|
187
187
|
"eslint-import-resolver-node": "^0.3.6",
|
|
188
188
|
"eslint-import-resolver-typescript": "^2.7.1",
|
|
189
189
|
"eslint-plugin-chai-friendly": "^1.1.0",
|
|
@@ -191,9 +191,9 @@
|
|
|
191
191
|
"eslint-plugin-import": "^2.26.0",
|
|
192
192
|
"eslint-plugin-istanbul": "^0.1.2",
|
|
193
193
|
"eslint-plugin-jsdoc": "^39.2.9",
|
|
194
|
-
"eslint-plugin-json": "^
|
|
194
|
+
"eslint-plugin-json": "^4.0.1",
|
|
195
195
|
"eslint-plugin-jsonc": "^2.3.0",
|
|
196
|
-
"eslint-plugin-no-secrets": "^
|
|
196
|
+
"eslint-plugin-no-secrets": "^2.3.3",
|
|
197
197
|
"eslint-plugin-node": "^11.1.0",
|
|
198
198
|
"eslint-plugin-prettier": "^4.0.0",
|
|
199
199
|
"eslint-plugin-promise": "^7.2.1",
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"eslint-plugin-unicorn": "^42.0.0",
|
|
202
202
|
"express": "^4.16.3",
|
|
203
203
|
"fs-extra": "^11.3.4",
|
|
204
|
-
"geckodriver": "^1.
|
|
204
|
+
"geckodriver": "^6.1.0",
|
|
205
205
|
"http-terminator": "^3.0.0",
|
|
206
206
|
"humanize-duration": "^3.24.0",
|
|
207
207
|
"husky": "^9.1.7",
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
"nodemon": "^3.1.14",
|
|
217
217
|
"npm-check": "^6.0.1",
|
|
218
218
|
"npm-run-all": "^4.1.5",
|
|
219
|
-
"nyc": "^
|
|
219
|
+
"nyc": "^18.0.0",
|
|
220
220
|
"prettier": "2.3.1",
|
|
221
221
|
"rollup": "^4.59.0",
|
|
222
222
|
"selenium-webdriver": "^4.0.0-beta.4",
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
"typescript": "^4.5.4",
|
|
230
230
|
"unique-names-generator": "^4.3.1",
|
|
231
231
|
"utf-8-validate": "^6.0.6",
|
|
232
|
-
"zod": "^3.
|
|
232
|
+
"zod": "^3.25.76"
|
|
233
233
|
},
|
|
234
234
|
"lint-staged": {
|
|
235
235
|
"*.js": [
|