@mountainpass/waychaser 5.0.41 → 5.0.42

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -4
package/README.md CHANGED
@@ -71,7 +71,7 @@ try {
71
71
  ```html
72
72
  <script
73
73
  type="text/javascript"
74
- src="https://unpkg.com/@mountainpass/waychaser@5.0.41"
74
+ src="https://unpkg.com/@mountainpass/waychaser@5.0.42"
75
75
  ></script>
76
76
 
77
77
  ...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mountainpass/waychaser",
3
- "version": "5.0.41",
3
+ "version": "5.0.42",
4
4
  "description": "Client library for HATEOAS level 3 RESTful APIs that provide hypermedia controls",
5
5
  "repository": {
6
6
  "type": "git",
@@ -143,6 +143,9 @@
143
143
  "/dist/**/*.d.ts"
144
144
  ],
145
145
  "dependencies": {
146
+ "@eslint/compat": "^2.0.3",
147
+ "@eslint/eslintrc": "^3.3.5",
148
+ "@eslint/js": "^10.0.1",
146
149
  "@mountainpass/problem-document": "^0.0.56",
147
150
  "@rollup/plugin-terser": "^1.0.0",
148
151
  "flat": "^6.0.1",
@@ -181,7 +184,7 @@
181
184
  "debug": "^4.4.3",
182
185
  "depcheck": "^1.4.7",
183
186
  "dry-aged-deps": "^2.6.0",
184
- "eslint": "^8.57.0",
187
+ "eslint": "^9.39.4",
185
188
  "eslint-config-prettier": "^10.1.8",
186
189
  "eslint-import-resolver-node": "^0.3.9",
187
190
  "eslint-import-resolver-typescript": "^4.4.4",
@@ -191,13 +194,13 @@
191
194
  "eslint-plugin-istanbul": "^0.1.2",
192
195
  "eslint-plugin-jsdoc": "^62.8.0",
193
196
  "eslint-plugin-json": "^4.0.1",
194
- "eslint-plugin-jsonc": "^2.3.0",
197
+ "eslint-plugin-jsonc": "^3.1.2",
195
198
  "eslint-plugin-no-secrets": "^2.3.3",
196
199
  "eslint-plugin-node": "^11.1.0",
197
200
  "eslint-plugin-prettier": "^5.5.5",
198
201
  "eslint-plugin-promise": "^7.2.1",
199
202
  "eslint-plugin-security": "^4.0.0",
200
- "eslint-plugin-unicorn": "^56.0.0",
203
+ "eslint-plugin-unicorn": "^63.0.0",
201
204
  "express": "^5.2.1",
202
205
  "fs-extra": "^11.3.4",
203
206
  "geckodriver": "^6.1.0",
@@ -226,6 +229,7 @@
226
229
  "ts-node": "^10.9.2",
227
230
  "tslib": "^2.8.1",
228
231
  "typescript": "^5.9.3",
232
+ "typescript-eslint": "^8.57.0",
229
233
  "unique-names-generator": "^4.7.1",
230
234
  "utf-8-validate": "^6.0.6",
231
235
  "zod": "^4.3.6"