@mountainpass/waychaser 5.0.14 → 5.0.15

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.
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.14"
74
+ src="https://unpkg.com/@mountainpass/waychaser@5.0.15"
75
75
  ></script>
76
76
 
77
77
  ...
@@ -744,7 +744,6 @@ class ProblemDocument {
744
744
  /**
745
745
  *
746
746
  * construct a new ProblemDocument instance
747
- *
748
747
  * @param data properties to assign to the new instance
749
748
  */
750
749
  constructor(data) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mountainpass/waychaser",
3
- "version": "5.0.14",
3
+ "version": "5.0.15",
4
4
  "description": "Client library for HATEOAS level 3 RESTful APIs that provide hypermedia controls",
5
5
  "repository": {
6
6
  "type": "git",
@@ -137,7 +137,7 @@
137
137
  "/dist/**/*.d.ts"
138
138
  ],
139
139
  "dependencies": {
140
- "@mountainpass/problem-document": "^0.0.45",
140
+ "@mountainpass/problem-document": "^0.0.56",
141
141
  "@types/flat": "^5.0.2",
142
142
  "flat": "^5.0.2",
143
143
  "form-data": "^4.0.0",
@@ -159,22 +159,21 @@
159
159
  "@typescript-eslint/eslint-plugin": "^5.12.0",
160
160
  "@typescript-eslint/parser": "^5.12.0",
161
161
  "aws4": "^1.11.0",
162
- "body-parser": "^1.19.0",
162
+ "body-parser": "^2.2.2",
163
163
  "browserstack-local": "^1.4.8",
164
164
  "bufferutil": "^4.0.2",
165
165
  "chai": "^4.2.0",
166
166
  "chai-as-promised": "^7.1.1",
167
167
  "chromedriver": "^95.0.0",
168
- "concurrently": "^6.0.0",
168
+ "concurrently": "^9.2.1",
169
169
  "conventional-changelog-cli": "^2.1.1",
170
170
  "conventional-recommended-bump": "^6.1.0",
171
171
  "core-js": "^3.7.0",
172
- "cross-fetch": "^3.1.5",
172
+ "cross-fetch": "^4.1.0",
173
173
  "cucumber-tsflow": "^4.0.0-preview.7",
174
174
  "dateformat": "^4.4.1",
175
175
  "debug": "^4.3.3",
176
176
  "depcheck": "^1.2.0",
177
- "dirty-chai": "^2.0.1",
178
177
  "dry-aged-deps": "^2.6.0",
179
178
  "eslint": "^8.18.0",
180
179
  "eslint-config-prettier": "^8.5.0",
@@ -194,7 +193,7 @@
194
193
  "eslint-plugin-security": "^1.4.0",
195
194
  "eslint-plugin-unicorn": "^42.0.0",
196
195
  "express": "^4.16.3",
197
- "fs-extra": "^10.0.0",
196
+ "fs-extra": "^11.3.4",
198
197
  "geckodriver": "^1.20.0",
199
198
  "http-terminator": "^3.0.0",
200
199
  "humanize-duration": "^3.24.0",
@@ -206,9 +205,9 @@
206
205
  "lint-staged": "^11.0.0",
207
206
  "localtunnel": "^2.0.1",
208
207
  "markdownlint": "^0.23.0",
209
- "moment-timezone": "^0.5.31",
210
- "multer": "^1.4.2",
211
- "nodemon": "^2.0.4",
208
+ "moment-timezone": "^0.6.0",
209
+ "multer": "^2.1.1",
210
+ "nodemon": "^3.1.14",
212
211
  "npm-check": "^5.9.0",
213
212
  "npm-run-all": "^4.1.5",
214
213
  "nyc": "^15.1.0",
@@ -218,7 +217,7 @@
218
217
  "selenium-webdriver": "^4.0.0-beta.4",
219
218
  "shellcheck": "^1.0.0",
220
219
  "snyk": "^1.431.1",
221
- "start-server-and-test": "^1.11.7",
220
+ "start-server-and-test": "^2.1.5",
222
221
  "temp": "^0.9.4",
223
222
  "ts-node": "^10.5.0",
224
223
  "tslib": "^2.3.1",