@nmshd/typescript-rest 3.2.1 → 3.2.2

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/.ci/runChecks.sh +1 -1
  2. package/package.json +2 -2
package/.ci/runChecks.sh CHANGED
@@ -4,4 +4,4 @@ npm ci
4
4
  npm run build
5
5
  npm run lint
6
6
  npx license-check
7
- npx better-npm-audit audit --exclude=1106509,1096727,1097682
7
+ npx better-npm-audit audit --exclude=1109540,1096727,1097682
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nmshd/typescript-rest",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "description": "A Library to create RESTFul APIs with Typescript",
5
5
  "keywords": [
6
6
  "API",
@@ -64,7 +64,7 @@
64
64
  "@types/cookie-parser": "^1.4.9",
65
65
  "@types/express": "^5.0.3",
66
66
  "@types/multer": "^2.0.0",
67
- "body-parser": "^2.2.0",
67
+ "body-parser": "^2.2.1",
68
68
  "cookie-parser": "^1.4.7",
69
69
  "express": "^5.1.0",
70
70
  "fs-extra": "^11.3.2",