Skip to content

Commit

Permalink
chore(deps): Update dependencies to stay secure and performant
Browse files Browse the repository at this point in the history
  • Loading branch information
Göran Sander committed Dec 9, 2022
1 parent d81a36b commit 7881750
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 96 deletions.
160 changes: 73 additions & 87 deletions package-lock.json → src/package-lock.json

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

18 changes: 9 additions & 9 deletions package.json → src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ctrl-q",
"version": "3.2.0",
"description": "Command line tool for interacting with Qlik Sense Enterprise servers",
"main": "./src/ctrl-q.js",
"main": "./ctrl-q.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand All @@ -27,32 +27,32 @@
},
"license": "MIT",
"dependencies": {
"axios": "^1.1.3",
"axios": "0.27.2",
"commander": "^9.4.1",
"csv-stringify": "^6.2.0",
"csv-stringify": "^6.2.3",
"enigma.js": "^2.10.0",
"eslint": "^8.26.0",
"eslint": "^8.29.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"fs-extra": "^10.1.0",
"luxon": "^3.0.4",
"luxon": "^3.1.1",
"nanoid": "^3.3.4",
"node-xlsx": "^0.21.0",
"qrs-interact": "^6.3.1",
"random-words": "^1.2.0",
"table": "^6.8.0",
"table": "^6.8.1",
"text-treeview": "^1.0.2",
"upath": "^2.0.1",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1",
"ws": "^8.10.0",
"ws": "^8.11.0",
"yesno": "^0.4.0"
},
"devDependencies": {
"prettier": "2.7.1",
"snyk": "^1.1044.0"
"prettier": "^2.8.1",
"snyk": "^1.1069.0"
},
"pkg": {
"scripts": [
Expand Down

0 comments on commit 7881750

Please sign in to comment.