nestjs-openapi-next 1.0.6 → 1.0.7

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.
@@ -0,0 +1,13 @@
1
+ {
2
+ "permissions": {
3
+ "allow": [
4
+ "Bash(git merge:*)",
5
+ "Bash(npm version:*)",
6
+ "Bash(git status:*)",
7
+ "Bash(git push:*)",
8
+ "Bash(git pull:*)",
9
+ "Bash(npm publish:*)",
10
+ "Bash(git tag:*)"
11
+ ]
12
+ }
13
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nestjs-openapi-next",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "A fork of @nestjs/swagger support OAS 3.2",
5
5
  "author": "undownding",
6
6
  "license": "MIT",
@@ -35,22 +35,22 @@
35
35
  "swagger-ui-dist": "5.31.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@commitlint/cli": "20.4.1",
39
- "@commitlint/config-angular": "20.4.1",
40
- "@eslint/eslintrc": "3.3.3",
41
- "@eslint/js": "9.39.2",
38
+ "@commitlint/cli": "20.4.2",
39
+ "@commitlint/config-angular": "20.4.2",
40
+ "@eslint/eslintrc": "3.3.4",
41
+ "@eslint/js": "10.0.1",
42
42
  "@fastify/static": "9.0.0",
43
- "@nestjs/common": "11.1.13",
44
- "@nestjs/core": "11.1.13",
45
- "@nestjs/platform-express": "11.1.13",
46
- "@nestjs/platform-fastify": "11.1.13",
43
+ "@nestjs/common": "11.1.14",
44
+ "@nestjs/core": "11.1.14",
45
+ "@nestjs/platform-express": "11.1.14",
46
+ "@nestjs/platform-fastify": "11.1.14",
47
47
  "@types/jest": "30.0.0",
48
48
  "@types/js-yaml": "4.0.9",
49
- "@types/lodash": "4.17.23",
50
- "@types/node": "24.10.12",
49
+ "@types/lodash": "4.17.24",
50
+ "@types/node": "24.10.13",
51
51
  "class-transformer": "0.5.1",
52
- "class-validator": "0.14.3",
53
- "eslint": "9.39.2",
52
+ "class-validator": "0.14.4",
53
+ "eslint": "10.0.2",
54
54
  "eslint-config-prettier": "10.1.8",
55
55
  "eslint-plugin-prettier": "5.5.5",
56
56
  "express": "5.2.1",
@@ -69,7 +69,7 @@
69
69
  "swagger-parser": "10.0.3",
70
70
  "ts-jest": "29.4.6",
71
71
  "typescript": "5.9.3",
72
- "typescript-eslint": "8.54.0"
72
+ "typescript-eslint": "8.56.1"
73
73
  },
74
74
  "peerDependencies": {
75
75
  "@fastify/static": "^8.0.0 || ^9.0.0",