@nestjs/throttler 6.3.0 → 6.5.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nestjs/throttler",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.5.0",
|
|
4
4
|
"description": "A Rate-Limiting module for NestJS to work on Express, Fastify, Websockets, Socket.IO, and GraphQL, all rolled up into a simple package.",
|
|
5
5
|
"author": "Jay McDoniel <me@jaymcdoniel.dev>",
|
|
6
6
|
"contributors": [],
|
|
@@ -25,59 +25,59 @@
|
|
|
25
25
|
"dist"
|
|
26
26
|
],
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@apollo/server": "
|
|
29
|
-
"@changesets/cli": "2.
|
|
30
|
-
"@commitlint/cli": "
|
|
31
|
-
"@commitlint/config-angular": "
|
|
32
|
-
"@nestjs/cli": "
|
|
33
|
-
"@nestjs/common": "
|
|
34
|
-
"@nestjs/core": "
|
|
35
|
-
"@nestjs/graphql": "
|
|
36
|
-
"@nestjs/platform-express": "
|
|
37
|
-
"@nestjs/platform-fastify": "
|
|
38
|
-
"@nestjs/platform-socket.io": "
|
|
39
|
-
"@nestjs/platform-ws": "
|
|
40
|
-
"@nestjs/schematics": "
|
|
41
|
-
"@nestjs/testing": "
|
|
42
|
-
"@nestjs/websockets": "
|
|
28
|
+
"@apollo/server": "5.2.0",
|
|
29
|
+
"@changesets/cli": "2.29.8",
|
|
30
|
+
"@commitlint/cli": "20.1.0",
|
|
31
|
+
"@commitlint/config-angular": "20.0.0",
|
|
32
|
+
"@nestjs/cli": "11.0.14",
|
|
33
|
+
"@nestjs/common": "11.1.9",
|
|
34
|
+
"@nestjs/core": "11.1.9",
|
|
35
|
+
"@nestjs/graphql": "13.2.0",
|
|
36
|
+
"@nestjs/platform-express": "11.1.9",
|
|
37
|
+
"@nestjs/platform-fastify": "11.1.9",
|
|
38
|
+
"@nestjs/platform-socket.io": "11.1.9",
|
|
39
|
+
"@nestjs/platform-ws": "11.1.9",
|
|
40
|
+
"@nestjs/schematics": "11.0.9",
|
|
41
|
+
"@nestjs/testing": "11.1.9",
|
|
42
|
+
"@nestjs/websockets": "11.1.9",
|
|
43
43
|
"@semantic-release/git": "10.0.1",
|
|
44
|
-
"@types/express": "5.0.
|
|
45
|
-
"@types/express-serve-static-core": "5.0
|
|
44
|
+
"@types/express": "5.0.6",
|
|
45
|
+
"@types/express-serve-static-core": "5.1.0",
|
|
46
46
|
"@types/jest": "29.5.14",
|
|
47
|
-
"@types/node": "
|
|
48
|
-
"@types/supertest": "6.0.
|
|
47
|
+
"@types/node": "24.10.1",
|
|
48
|
+
"@types/supertest": "6.0.3",
|
|
49
49
|
"@typescript-eslint/eslint-plugin": "7.18.0",
|
|
50
50
|
"@typescript-eslint/parser": "7.18.0",
|
|
51
51
|
"apollo-server-fastify": "3.13.0",
|
|
52
52
|
"conventional-changelog-cli": "5.0.0",
|
|
53
53
|
"cz-conventional-changelog": "3.3.0",
|
|
54
54
|
"eslint": "8.57.1",
|
|
55
|
-
"eslint-config-prettier": "
|
|
56
|
-
"eslint-plugin-import": "2.
|
|
57
|
-
"graphql": "16.
|
|
58
|
-
"graphql-tools": "9.0.
|
|
55
|
+
"eslint-config-prettier": "10.1.8",
|
|
56
|
+
"eslint-plugin-import": "2.32.0",
|
|
57
|
+
"graphql": "16.12.0",
|
|
58
|
+
"graphql-tools": "9.0.25",
|
|
59
59
|
"husky": "9.1.7",
|
|
60
60
|
"jest": "29.7.0",
|
|
61
|
-
"lint-staged": "
|
|
62
|
-
"nodemon": "3.1.
|
|
61
|
+
"lint-staged": "16.2.7",
|
|
62
|
+
"nodemon": "3.1.11",
|
|
63
63
|
"pactum": "^3.4.1",
|
|
64
64
|
"pinst": "3.0.0",
|
|
65
|
-
"prettier": "3.
|
|
65
|
+
"prettier": "3.7.3",
|
|
66
66
|
"reflect-metadata": "0.2.2",
|
|
67
|
-
"rimraf": "6.
|
|
68
|
-
"rxjs": "7.8.
|
|
67
|
+
"rimraf": "6.1.2",
|
|
68
|
+
"rxjs": "7.8.2",
|
|
69
69
|
"socket.io": "4.8.1",
|
|
70
|
-
"supertest": "7.
|
|
71
|
-
"ts-jest": "29.
|
|
72
|
-
"ts-loader": "9.5.
|
|
70
|
+
"supertest": "7.1.4",
|
|
71
|
+
"ts-jest": "29.4.6",
|
|
72
|
+
"ts-loader": "9.5.4",
|
|
73
73
|
"ts-node": "10.9.2",
|
|
74
74
|
"tsconfig-paths": "4.2.0",
|
|
75
|
-
"typescript": "5.
|
|
76
|
-
"ws": "8.18.
|
|
75
|
+
"typescript": "5.9.3",
|
|
76
|
+
"ws": "8.18.3"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
|
-
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
|
|
80
|
-
"@nestjs/core": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
|
|
79
|
+
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
|
|
80
|
+
"@nestjs/core": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
|
|
81
81
|
"reflect-metadata": "^0.1.13 || ^0.2.0"
|
|
82
82
|
},
|
|
83
83
|
"jest": {
|