Skip to content

Commit 11fd4ba

Browse files
committed
package update for jsonwebtoken vulnerabilities
1 parent 4bab523 commit 11fd4ba

File tree

2 files changed

+1628
-1645
lines changed

2 files changed

+1628
-1645
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@softrams/nodejs-snowflake-connector",
3-
"version": "0.0.02",
3+
"version": "0.0.03",
44
"description": "Database connector wrapper to work with Snowflake database from nodejs applications",
55
"main": "index.js",
66
"scripts": {
@@ -22,6 +22,6 @@
2222
},
2323
"homepage": "https://github.com/softrams/nodejs-snowflake-connector#readme",
2424
"dependencies": {
25-
"snowflake-sdk": "^1.6.16"
25+
"snowflake-sdk": "^1.6.18"
2626
}
2727
}

0 commit comments

Comments
 (0)