@mountainpass/waychaser 5.0.32 → 5.0.33

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 +16 -16
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.32"
74
+ src="https://unpkg.com/@mountainpass/waychaser@5.0.33"
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.32",
3
+ "version": "5.0.33",
4
4
  "description": "Client library for HATEOAS level 3 RESTful APIs that provide hypermedia controls",
5
5
  "repository": {
6
6
  "type": "git",
@@ -145,11 +145,11 @@
145
145
  "dependencies": {
146
146
  "@mountainpass/problem-document": "^0.0.56",
147
147
  "@rollup/plugin-terser": "^1.0.0",
148
- "@types/flat": "^5.0.2",
148
+ "@types/flat": "^5.0.5",
149
149
  "flat": "^5.0.2",
150
- "form-data": "^4.0.0",
151
- "http-link-header": "^1.0.2",
152
- "jsonpointer": "^5.0.0",
150
+ "form-data": "^4.0.5",
151
+ "http-link-header": "^1.1.3",
152
+ "jsonpointer": "^5.0.1",
153
153
  "qs-stringify": "^1.2.1",
154
154
  "uri-template-lite": "^20.5.0"
155
155
  },
@@ -175,35 +175,35 @@
175
175
  "concurrently": "^9.2.1",
176
176
  "conventional-changelog-cli": "^5.0.0",
177
177
  "conventional-recommended-bump": "^11.2.0",
178
- "core-js": "^3.7.0",
178
+ "core-js": "^3.48.0",
179
179
  "cross-fetch": "^4.1.0",
180
180
  "cucumber-tsflow": "^4.6.1",
181
181
  "dateformat": "^5.0.3",
182
- "debug": "^4.3.3",
183
- "depcheck": "^1.2.0",
182
+ "debug": "^4.4.3",
183
+ "depcheck": "^1.4.7",
184
184
  "dry-aged-deps": "^2.6.0",
185
185
  "eslint": "^8.18.0",
186
186
  "eslint-config-prettier": "^10.1.8",
187
- "eslint-import-resolver-node": "^0.3.6",
188
- "eslint-import-resolver-typescript": "^4.0.0",
187
+ "eslint-import-resolver-node": "^0.3.9",
188
+ "eslint-import-resolver-typescript": "^4.4.4",
189
189
  "eslint-plugin-chai-friendly": "^1.1.0",
190
190
  "eslint-plugin-eslint-comments": "^3.2.0",
191
- "eslint-plugin-import": "^2.26.0",
191
+ "eslint-plugin-import": "^2.32.0",
192
192
  "eslint-plugin-istanbul": "^0.1.2",
193
193
  "eslint-plugin-jsdoc": "^62.8.0",
194
194
  "eslint-plugin-json": "^4.0.1",
195
195
  "eslint-plugin-jsonc": "^2.3.0",
196
196
  "eslint-plugin-no-secrets": "^2.3.3",
197
197
  "eslint-plugin-node": "^11.1.0",
198
- "eslint-plugin-prettier": "^5.0.0",
198
+ "eslint-plugin-prettier": "^5.5.5",
199
199
  "eslint-plugin-promise": "^7.2.1",
200
200
  "eslint-plugin-security": "^4.0.0",
201
201
  "eslint-plugin-unicorn": "^56.0.0",
202
202
  "express": "^5.0.0",
203
203
  "fs-extra": "^11.3.4",
204
204
  "geckodriver": "^6.1.0",
205
- "http-terminator": "^3.0.0",
206
- "humanize-duration": "^3.24.0",
205
+ "http-terminator": "^3.2.0",
206
+ "humanize-duration": "^3.33.2",
207
207
  "husky": "^9.1.7",
208
208
  "imagemin-lint-staged": "^0.5.1",
209
209
  "istanbul": "^0.4.5",
@@ -224,8 +224,8 @@
224
224
  "snyk": "^1.431.1",
225
225
  "start-server-and-test": "^2.1.5",
226
226
  "temp": "^0.9.4",
227
- "ts-node": "^10.5.0",
228
- "tslib": "^2.3.1",
227
+ "ts-node": "^10.9.2",
228
+ "tslib": "^2.8.1",
229
229
  "typescript": "^4.5.4",
230
230
  "unique-names-generator": "^4.3.1",
231
231
  "utf-8-validate": "^6.0.6",