Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 19, 2023
1 parent 0aba795 commit 77f3127
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
},
"homepage": "http://github.com/dex4er/js-sliding-window-rate-limiter",
"engines": {
"node": ">=10.0.0"
"node": ">=10.24.1"
},
"dependencies": {
"ioredis": "^4.17.3",
"tslib": "^2.0.1"
"ioredis": "^4.28.5",
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/chai": "^4.2.12",
Expand All @@ -39,24 +39,24 @@
"@typescript-eslint/eslint-plugin-tslint": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"chai": "^4.2.0",
"changelog-parser": "^2.8.0",
"changelog-parser": "^2.8.1",
"coveralls": "^3.1.0",
"cross-env": "^7.0.2",
"cross-env": "^7.0.3",
"dirty-chai": "^2.0.1",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^30.6.3",
"eslint-plugin-node": "^11.1.0",
"markdownlint-cli": "^0.24.0",
"markdownlint-cli": "^0.36.0",
"mocha": "^8.1.3",
"mocha-steps": "^1.3.0",
"nyc": "^15.1.0",
"prettier": "^2.1.2",
"shx": "^0.3.2",
"ts-node": "^9.0.0",
"typescript": "^4.0.3",
"uuid": "^8.3.0"
"shx": "^0.3.4",
"ts-node": "^9.1.1",
"typescript": "^4.9.5",
"uuid": "^8.3.2"
},
"scripts": {
"compile": "tsc --pretty --project .",
Expand Down

0 comments on commit 77f3127

Please sign in to comment.