@mountainpass/waychaser 5.0.24 → 5.0.26

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 +6 -6
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.24"
74
+ src="https://unpkg.com/@mountainpass/waychaser@5.0.26"
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.24",
3
+ "version": "5.0.26",
4
4
  "description": "Client library for HATEOAS level 3 RESTful APIs that provide hypermedia controls",
5
5
  "repository": {
6
6
  "type": "git",
@@ -162,7 +162,7 @@
162
162
  "@rollup/plugin-node-resolve": "^16.0.3",
163
163
  "@rollup/plugin-typescript": "^12.3.0",
164
164
  "@types/chai": "^4.3.0",
165
- "@types/node": "^17.0.8",
165
+ "@types/node": "20.10.0",
166
166
  "@typescript-eslint/eslint-plugin": "^5.12.0",
167
167
  "@typescript-eslint/parser": "^5.12.0",
168
168
  "aws4": "^1.11.0",
@@ -171,7 +171,7 @@
171
171
  "bufferutil": "^4.0.2",
172
172
  "chai": "^4.2.0",
173
173
  "chai-as-promised": "^7.1.1",
174
- "chromedriver": "^95.0.0",
174
+ "chromedriver": "^132.0.0",
175
175
  "concurrently": "^9.2.1",
176
176
  "conventional-changelog-cli": "^5.0.0",
177
177
  "conventional-recommended-bump": "^11.2.0",
@@ -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.20.0",
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": "^15.1.0",
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.15.1"
232
+ "zod": "^3.25.76"
233
233
  },
234
234
  "lint-staged": {
235
235
  "*.js": [