@mountainpass/waychaser 5.0.21 → 5.0.23

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 -8
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.21"
74
+ src="https://unpkg.com/@mountainpass/waychaser@5.0.23"
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.21",
3
+ "version": "5.0.23",
4
4
  "description": "Client library for HATEOAS level 3 RESTful APIs that provide hypermedia controls",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,7 +38,7 @@
38
38
  "browser": "dist/waychaser.es.js",
39
39
  "types": "dist/waychaser.d.ts",
40
40
  "engines": {
41
- "node": ">=14.17.0"
41
+ "node": ">=20.0.0"
42
42
  },
43
43
  "overrides": {
44
44
  "serialize-javascript": "^6.0.2",
@@ -186,7 +186,7 @@
186
186
  "eslint-config-prettier": "^8.5.0",
187
187
  "eslint-import-resolver-node": "^0.3.6",
188
188
  "eslint-import-resolver-typescript": "^2.7.1",
189
- "eslint-plugin-chai-friendly": "^0.7.1",
189
+ "eslint-plugin-chai-friendly": "^1.1.0",
190
190
  "eslint-plugin-eslint-comments": "^3.2.0",
191
191
  "eslint-plugin-import": "^2.26.0",
192
192
  "eslint-plugin-istanbul": "^0.1.2",
@@ -196,8 +196,8 @@
196
196
  "eslint-plugin-no-secrets": "^0.8.9",
197
197
  "eslint-plugin-node": "^11.1.0",
198
198
  "eslint-plugin-prettier": "^4.0.0",
199
- "eslint-plugin-promise": "^6.0.0",
200
- "eslint-plugin-security": "^1.4.0",
199
+ "eslint-plugin-promise": "^7.2.1",
200
+ "eslint-plugin-security": "^4.0.0",
201
201
  "eslint-plugin-unicorn": "^42.0.0",
202
202
  "express": "^4.16.3",
203
203
  "fs-extra": "^11.3.4",
@@ -208,8 +208,8 @@
208
208
  "imagemin-lint-staged": "^0.5.1",
209
209
  "istanbul": "^0.4.5",
210
210
  "jscpd": "^4.0.8",
211
- "jsdoc": "^3.6.7",
212
- "lint-staged": "^15.5.2",
211
+ "jsdoc": "^4.0.5",
212
+ "lint-staged": "^16.4.0",
213
213
  "localtunnel": "^2.0.1",
214
214
  "moment-timezone": "^0.6.0",
215
215
  "multer": "^2.1.1",
@@ -220,7 +220,7 @@
220
220
  "prettier": "2.3.1",
221
221
  "rollup": "^4.59.0",
222
222
  "selenium-webdriver": "^4.0.0-beta.4",
223
- "shellcheck": "^3.1.0",
223
+ "shellcheck": "^4.1.0",
224
224
  "snyk": "^1.431.1",
225
225
  "start-server-and-test": "^2.1.5",
226
226
  "temp": "^0.9.4",