Skip to content

Commit

Permalink
chore(deps): Update dependencies and remove undici dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mountaindude committed Dec 15, 2024
1 parent 5e53a96 commit 6719be5
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 51 deletions.
80 changes: 36 additions & 44 deletions package-lock.json

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

13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"license": "MIT",
"type": "module",
"dependencies": {
"@qlik/api": "^1.25.0",
"axios": "^1.7.8",
"@qlik/api": "^1.26.0",
"axios": "^1.7.9",
"commander": "^12.1.0",
"csv-parse": "^5.6.0",
"csv-stringify": "^6.5.2",
Expand All @@ -45,9 +45,8 @@
"qrs-interact": "^6.3.1",
"random-words": "^2.0.1",
"retry-axios": "^3.1.3",
"table": "^6.8.2",
"table": "^6.9.0",
"text-treeview": "^1.0.2",
"undici": "^6.21.0",
"upath": "^2.0.1",
"uuid": "^11.0.3",
"winston": "^3.17.0",
Expand All @@ -58,13 +57,13 @@
"devDependencies": {
"@babel/eslint-parser": "^7.25.9",
"@babel/plugin-syntax-import-assertions": "^7.26.0",
"@eslint/js": "^9.15.0",
"@eslint/js": "^9.17.0",
"@jest/globals": "^29.7.0",
"dotenv": "^16.4.7",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"prettier": "^3.4.0",
"snyk": "^1.1294.1"
"prettier": "^3.4.2",
"snyk": "^1.1294.3"
}
}

0 comments on commit 6719be5

Please sign in to comment.