@nestjs/throttler 5.2.0 → 6.1.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": "5.2.0",
3
+ "version": "6.1.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,55 +25,55 @@
25
25
  "dist"
26
26
  ],
27
27
  "devDependencies": {
28
- "@apollo/server": "4.10.4",
29
- "@changesets/cli": "2.27.5",
30
- "@commitlint/cli": "19.3.0",
28
+ "@apollo/server": "4.10.5",
29
+ "@changesets/cli": "2.27.7",
30
+ "@commitlint/cli": "19.4.0",
31
31
  "@commitlint/config-angular": "19.3.0",
32
- "@nestjs/cli": "10.3.2",
33
- "@nestjs/common": "10.3.9",
34
- "@nestjs/core": "10.3.9",
35
- "@nestjs/graphql": "12.1.1",
36
- "@nestjs/platform-express": "10.3.9",
37
- "@nestjs/platform-fastify": "10.3.9",
38
- "@nestjs/platform-socket.io": "10.3.9",
39
- "@nestjs/platform-ws": "10.3.9",
40
- "@nestjs/schematics": "10.1.1",
41
- "@nestjs/testing": "10.3.9",
42
- "@nestjs/websockets": "10.3.9",
32
+ "@nestjs/cli": "10.4.2",
33
+ "@nestjs/common": "10.3.10",
34
+ "@nestjs/core": "10.3.10",
35
+ "@nestjs/graphql": "12.2.0",
36
+ "@nestjs/platform-express": "10.3.10",
37
+ "@nestjs/platform-fastify": "10.3.10",
38
+ "@nestjs/platform-socket.io": "10.3.10",
39
+ "@nestjs/platform-ws": "10.3.10",
40
+ "@nestjs/schematics": "10.1.3",
41
+ "@nestjs/testing": "10.3.10",
42
+ "@nestjs/websockets": "10.3.10",
43
43
  "@semantic-release/git": "10.0.1",
44
44
  "@types/express": "4.17.21",
45
- "@types/express-serve-static-core": "4.19.3",
45
+ "@types/express-serve-static-core": "4.19.5",
46
46
  "@types/jest": "29.5.12",
47
- "@types/node": "20.14.2",
47
+ "@types/node": "20.14.14",
48
48
  "@types/supertest": "6.0.2",
49
- "@typescript-eslint/eslint-plugin": "7.13.0",
50
- "@typescript-eslint/parser": "7.13.0",
49
+ "@typescript-eslint/eslint-plugin": "7.18.0",
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.0",
55
55
  "eslint-config-prettier": "9.1.0",
56
56
  "eslint-plugin-import": "2.29.1",
57
- "graphql": "16.8.2",
57
+ "graphql": "16.9.0",
58
58
  "graphql-tools": "9.0.1",
59
- "husky": "9.0.11",
59
+ "husky": "9.1.4",
60
60
  "jest": "29.7.0",
61
- "lint-staged": "15.2.7",
62
- "nodemon": "3.1.3",
61
+ "lint-staged": "15.2.8",
62
+ "nodemon": "3.1.4",
63
63
  "pactum": "^3.4.1",
64
64
  "pinst": "3.0.0",
65
- "prettier": "3.3.2",
65
+ "prettier": "3.3.3",
66
66
  "reflect-metadata": "0.2.2",
67
- "rimraf": "5.0.7",
67
+ "rimraf": "6.0.1",
68
68
  "rxjs": "7.8.1",
69
69
  "socket.io": "4.7.5",
70
70
  "supertest": "7.0.0",
71
- "ts-jest": "29.1.4",
71
+ "ts-jest": "29.2.4",
72
72
  "ts-loader": "9.5.1",
73
73
  "ts-node": "10.9.2",
74
74
  "tsconfig-paths": "4.2.0",
75
- "typescript": "5.4.5",
76
- "ws": "8.17.0"
75
+ "typescript": "5.5.4",
76
+ "ws": "8.18.0"
77
77
  },
78
78
  "peerDependencies": {
79
79
  "@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
@@ -117,7 +117,6 @@
117
117
  "test:e2e": "jest --config ./test/jest-e2e.json --detectOpenHandles",
118
118
  "test:e2e:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --config test/jest-e2e.json --runInBand",
119
119
  "test:e2e:dev": "yarn test:e2e --watchAll",
120
- "_postinstall": "husky install",
121
120
  "release": "changeset publish"
122
121
  }
123
122
  }