@mountainpass/waychaser 5.0.19 → 5.0.20

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.19"
74
+ src="https://unpkg.com/@mountainpass/waychaser@5.0.20"
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.19",
3
+ "version": "5.0.20",
4
4
  "description": "Client library for HATEOAS level 3 RESTful APIs that provide hypermedia controls",
5
5
  "repository": {
6
6
  "type": "git",
@@ -207,7 +207,7 @@
207
207
  "husky": "^9.1.7",
208
208
  "imagemin-lint-staged": "^0.5.1",
209
209
  "istanbul": "^0.4.5",
210
- "jscpd": "^3.3.25",
210
+ "jscpd": "^4.0.8",
211
211
  "jsdoc": "^3.6.7",
212
212
  "lint-staged": "^15.5.2",
213
213
  "localtunnel": "^2.0.1",
@@ -221,7 +221,7 @@
221
221
  "prettier": "2.3.1",
222
222
  "rollup": "^4.59.0",
223
223
  "selenium-webdriver": "^4.0.0-beta.4",
224
- "shellcheck": "^1.1.0",
224
+ "shellcheck": "^3.1.0",
225
225
  "snyk": "^1.431.1",
226
226
  "start-server-and-test": "^2.1.5",
227
227
  "temp": "^0.9.4",
@@ -229,7 +229,7 @@
229
229
  "tslib": "^2.3.1",
230
230
  "typescript": "^4.5.4",
231
231
  "unique-names-generator": "^4.3.1",
232
- "utf-8-validate": "^5.0.3",
232
+ "utf-8-validate": "^6.0.6",
233
233
  "zod": "^3.15.1"
234
234
  },
235
235
  "lint-staged": {