@mountainpass/waychaser 5.0.23 → 5.0.24

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 +4 -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.23"
74
+ src="https://unpkg.com/@mountainpass/waychaser@5.0.24"
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.23",
3
+ "version": "5.0.24",
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": "^8.5.0",
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": "^3.0.0",
194
+ "eslint-plugin-json": "^4.0.1",
195
195
  "eslint-plugin-jsonc": "^2.3.0",
196
- "eslint-plugin-no-secrets": "^0.8.9",
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",