Skip to content

Commit

Permalink
fix(deps): force fixed version of node-forge (#403)
Browse files Browse the repository at this point in the history
Fixes #397
  • Loading branch information
bcoe committed Apr 11, 2022
1 parent e602210 commit f375cca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -34,17 +34,17 @@
"author": "Ryan Seys",
"license": "MIT",
"dependencies": {
"node-forge": "^1.0.0"
"node-forge": "^1.3.1"
},
"devDependencies": {
"@compodoc/compodoc": "^1.1.7",
"@types/mocha": "^8.0.0",
"@types/node": "^16.0.0",
"@types/node-forge": "^1.0.0",
"@types/node-forge": "^1.0.1",
"c8": "^7.4.0",
"gts": "^3.0.0",
"linkinator": "^2.0.0",
"mocha": "^8.0.0",
"gts": "^3.1.0",
"linkinator": "^3.0.3",
"mocha": "^9.2.2",
"typescript": "^3.8.3"
},
"engines": {
Expand Down

0 comments on commit f375cca

Please sign in to comment.