Skip to content

Commit

Permalink
update vulnerable dependencies (stakwork#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonilol authored Jun 6, 2022
1 parent 3cf505c commit 809af4d
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 60 deletions.
123 changes: 68 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 15 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,16 @@
"author": "",
"license": "ISC",
"ava": {
"files": ["!src/tests/utils/**", "!src/tests/types"],
"extensions": ["ts"],
"require": ["ts-node/register"]
"files": [
"!src/tests/utils/**",
"!src/tests/types"
],
"extensions": [
"ts"
],
"require": [
"ts-node/register"
]
},
"dependencies": {
"@boltz/bolt11": "^1.2.7",
Expand Down Expand Up @@ -84,7 +91,7 @@
"rncryptor-js": "0.0.1",
"secp256k1": "3.8.0",
"secure-random": "^1.1.2",
"sequelize": "5.19.3",
"sequelize": "^5.19.3",
"sequelize-cli": "^5.5.1",
"sequelize-typescript": "^1.1.0",
"short-uuid": "^3.1.1",
Expand Down Expand Up @@ -115,7 +122,10 @@
"socket.io-client-legacy": "npm:socket.io-client@^2.4.0"
},
"pkg": {
"assets": ["config/*", "dist/config/*"]
"assets": [
"config/*",
"dist/config/*"
]
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 809af4d

Please sign in to comment.