Skip to content

Commit

Permalink
7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemaker1 committed Sep 16, 2023
1 parent b2c0833 commit e641a54
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-rate-limit",
"version": "7.0.0",
"version": "7.0.1",
"description": "Basic IP rate-limiting middleware for Express. Use to limit repeated requests to public APIs and/or endpoints such as password reset.",
"author": {
"name": "Nathan Friedly",
Expand Down Expand Up @@ -76,28 +76,28 @@
"express": "^4 || ^5"
},
"devDependencies": {
"@express-rate-limit/prettier": "1.1.0",
"@express-rate-limit/tsconfig": "1.0.0",
"@jest/globals": "29.6.4",
"@types/express": "4.17.17",
"@types/jest": "29.5.4",
"@types/node": "20.5.9",
"@types/supertest": "2.0.12",
"cross-env": "7.0.3",
"del-cli": "5.1.0",
"dts-bundle-generator": "8.0.1",
"esbuild": "0.19.2",
"express": "4.18.2",
"husky": "8.0.3",
"jest": "29.6.4",
"lint-staged": "14.0.1",
"npm-run-all": "4.1.5",
"ratelimit-header-parser": "0.1.0",
"supertest": "6.3.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"xo": "0.56.0"
"@express-rate-limit/prettier": "1.1.0",
"@express-rate-limit/tsconfig": "1.0.0",
"@jest/globals": "29.6.4",
"@types/express": "4.17.17",
"@types/jest": "29.5.4",
"@types/node": "20.5.9",
"@types/supertest": "2.0.12",
"cross-env": "7.0.3",
"del-cli": "5.1.0",
"dts-bundle-generator": "8.0.1",
"esbuild": "0.19.2",
"express": "4.18.2",
"husky": "8.0.3",
"jest": "29.6.4",
"lint-staged": "14.0.1",
"npm-run-all": "4.1.5",
"ratelimit-header-parser": "0.1.0",
"supertest": "6.3.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"xo": "0.56.0"
},
"xo": {
"prettier": true,
Expand Down

0 comments on commit e641a54

Please sign in to comment.