Skip to content

Commit f2dfbfd

Browse files
Froze node_module versions
1 parent 6e67aba commit f2dfbfd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,19 +68,19 @@
6868
"devDependencies": {
6969
"@express-rate-limit/prettier": "1.1.0",
7070
"@express-rate-limit/tsconfig": "1.0.0",
71-
"@types/chai": "^4.3.6",
71+
"@types/chai": "4.3.6",
7272
"@types/express": "4.17.17",
73-
"@types/mocha": "^10.0.1",
73+
"@types/mocha": "10.0.1",
7474
"@types/pg-pool": "2.0.3",
75-
"@types/sinon": "^10.0.16",
76-
"chai": "^4.3.8",
75+
"@types/sinon": "10.0.16",
76+
"chai": "4.3.8",
7777
"husky": "8.0.3",
7878
"license-checker-rseidelsohn": "3.3.0",
7979
"lint-staged": "14.0.1",
80-
"mocha": "^10.2.0",
80+
"mocha": "10.2.0",
8181
"prettier": "3.0.3",
82-
"sinon": "^15.2.0",
83-
"ts-node": "^10.9.1",
82+
"sinon": "15.2.0",
83+
"ts-node": "10.9.1",
8484
"typescript": "5.2.2"
8585
},
8686
"prettier": "@express-rate-limit/prettier",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ Both types of store take the same input in their constructor
9595

9696
## Installation
9797

98-
Project license is specified in the [license file](license.md) Third party licenses are located in the [third_party_licenses folder](third_party_licenses)
98+
Project license is specified in the [license file](license.md). Third party licenses are located in the [third_party_licenses folder](third_party_licenses)

0 commit comments

Comments
 (0)