Skip to content

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
Updated dependencies to resolve security issues.
  • Loading branch information
nathan-fiscaletti committed Feb 16, 2023
1 parent 852f3fe commit 7d3808b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coattail",
"version": "1.0.2",
"version": "1.0.3",
"description": "A secure peer-to-peer remote execution and data publication service.",
"repository": "https://github.com/nathan-fiscaletti/coattail",
"main": "index.js",
Expand All @@ -24,8 +24,8 @@
"find-process": "^1.4.7",
"ip-range-check": "^0.2.0",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^8.5.1",
"knex": "^0.95.15",
"jsonwebtoken": "^9.0.0",
"knex": "^2.4.2",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"node-json-color-stringify": "^1.1.0",
Expand Down

0 comments on commit 7d3808b

Please sign in to comment.