Skip to content

Commit

Permalink
Update Node dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday committed Dec 2, 2023
1 parent 9964eba commit 296d7fb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
22 changes: 11 additions & 11 deletions node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,21 @@
"pkcs11js": "^1.3.0"
},
"devDependencies": {
"@cyclonedx/cyclonedx-npm": "^1.14.1",
"@cyclonedx/cyclonedx-npm": "^1.14.3",
"@tsconfig/node18": "^18.2.2",
"@types/elliptic": "^6.4.16",
"@types/google-protobuf": "^3.15.9",
"@types/jest": "^29.5.6",
"@types/node": "^18.18.6",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.52.0",
"eslint-plugin-jest": "^27.4.3",
"@types/elliptic": "^6.4.18",
"@types/google-protobuf": "^3.15.12",
"@types/jest": "^29.5.10",
"@types/node": "^18.19.1",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.55.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-tsdoc": "^0.2.17",
"jest": "^29.7.0",
"npm-run-all": "^4.1.5",
"ts-jest": "^29.1.1",
"typedoc": "^0.25.2",
"typescript": "~5.2.2"
"typedoc": "^0.25.4",
"typescript": "~5.3.2"
}
}
10 changes: 5 additions & 5 deletions scenario/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"devDependencies": {
"@cucumber/cucumber": "^10.0.1",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.18.6",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@types/node": "^18.19.1",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"cucumber-console-formatter": "^1.0.0",
"eslint": "^8.52.0",
"eslint": "^8.55.0",
"expect": "^29.7.0",
"npm-run-all": "^4.1.5",
"typescript": "~5.2.2"
"typescript": "~5.3.2"
}
}

0 comments on commit 296d7fb

Please sign in to comment.