@mountainpass/waycharter 2.0.6 → 2.0.8

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
@@ -13,7 +13,7 @@ This library is compatible with Node.js 10.x, 12.x and 14.x
13
13
 
14
14
  <!-- [![Quality](https://img.shields.io/codacy/grade/940768d54f7545f7b42f89b26c23c751?logo=codacy)](https://www.codacy.com/gh/mountain-pass/waycharter/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=mountain-pass/waycharter&amp;utm_campaign=Badge_Grade) [![Coverage](https://img.shields.io/codacy/coverage/940768d54f7545f7b42f89b26c23c751?logo=codacy)](https://www.codacy.com/gh/mountain-pass/waycharter/dashboard?utm_source=github.com&utm_medium=referral&utm_content=mountain-pass/waycharter&utm_campaign=Badge_Coverage) -->
15
15
 
16
- [![source code vulnerabilities](https://img.shields.io/snyk/vulnerabilities/github/mountain-pass/waycharter?label=source%20code%20vulnerabilities&logo=snyk)](https://snyk.io/test/github/mountain-pass/waycharter) [![npm package vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/@mountainpass/waycharter@2.0.6?label=npm%20package%20vulnerabilties&logo=snyk)](https://snyk.io/test/npm/@mountainpass/waycharter/2.0.6)
16
+ [![source code vulnerabilities](https://img.shields.io/snyk/vulnerabilities/github/mountain-pass/waycharter?label=source%20code%20vulnerabilities&logo=snyk)](https://snyk.io/test/github/mountain-pass/waycharter) [![npm package vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/@mountainpass/waycharter@2.0.8?label=npm%20package%20vulnerabilties&logo=snyk)](https://snyk.io/test/npm/@mountainpass/waycharter/2.0.8)
17
17
 
18
18
 
19
19
  [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mountainpass/waycharter",
3
- "version": "2.0.6",
3
+ "version": "2.0.8",
4
4
  "description": "Express middleware creating for HATEOAS level 3 RESTful/Hypermedia APIs",
5
5
  "repository": {
6
6
  "type": "git",
@@ -96,12 +96,12 @@
96
96
  "@commitlint/config-conventional": "^20.4.4",
97
97
  "@cucumber/cucumber": "^9.6.0",
98
98
  "@istanbuljs/nyc-config-babel": "^3.0.0",
99
- "@mountainpass/waychaser": "^5.0.29",
99
+ "@mountainpass/waychaser": "^5.0.37",
100
100
  "@types/chai": "^4.3.0",
101
101
  "@types/express": "^4.17.13",
102
102
  "@types/node": "^25.5.0",
103
103
  "@types/uri-template-lite": "^19.12.4",
104
- "@typescript-eslint/parser": "^6.21.0",
104
+ "@typescript-eslint/parser": "^7.18.0",
105
105
  "chai": "^4.5.0",
106
106
  "chai-as-promised": "^7.1.2",
107
107
  "concurrently": "^9.2.1",
@@ -112,19 +112,19 @@
112
112
  "dirty-chai": "^2.0.1",
113
113
  "dry-aged-deps": "^2.6.0",
114
114
  "eslint": "^8.57.1",
115
- "eslint-config-prettier": "^9.1.2",
115
+ "eslint-config-prettier": "^10.1.8",
116
116
  "eslint-plugin-chai-friendly": "^1.1.0",
117
117
  "eslint-plugin-eslint-comments": "^3.2.0",
118
118
  "eslint-plugin-import": "^2.32.0",
119
119
  "eslint-plugin-jsdoc": "^50.8.0",
120
- "eslint-plugin-json": "^3.1.0",
121
- "eslint-plugin-markdown": "^3.0.1",
120
+ "eslint-plugin-json": "^4.0.1",
121
+ "eslint-plugin-markdown": "^5.1.0",
122
122
  "eslint-plugin-md": "^1.0.19",
123
123
  "eslint-plugin-node": "^11.1.0",
124
124
  "eslint-plugin-prettier": "^5.5.5",
125
125
  "eslint-plugin-promise": "^7.2.1",
126
- "eslint-plugin-security": "^1.7.1",
127
- "eslint-plugin-unicorn": "^48.0.1",
126
+ "eslint-plugin-security": "^4.0.0",
127
+ "eslint-plugin-unicorn": "^56.0.1",
128
128
  "express": "^4.17.1",
129
129
  "fs-extra": "^11.3.4",
130
130
  "humanize-duration": "^3.33.2",