Skip to content

Commit

Permalink
Update dependencies Feb 24
Browse files Browse the repository at this point in the history
  • Loading branch information
Corentin Mors committed Feb 2, 2024
1 parent 513f795 commit e9e31e1
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 228 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"license": "Apache-2.0",
"devDependencies": {
"@types/async": "^3.2.24",
"@types/better-sqlite3": "^7.6.8",
"@types/better-sqlite3": "^7.6.9",
"@types/chai": "^4.3.11",
"@types/inquirer": "^8.2.10",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.7",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@types/node": "^18.19.14",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@yao-pkg/pkg": "^5.11.1",
"chai": "^4.4.1",
"eslint": "^8.56.0",
Expand All @@ -59,19 +59,19 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@json2csv/plainjs": "^7.0.4",
"@json2csv/transforms": "^7.0.4",
"@json2csv/plainjs": "^7.0.5",
"@json2csv/transforms": "^7.0.5",
"@napi-rs/clipboard": "^1.1.1",
"@napi-rs/keyring": "^1.1.3",
"@node-rs/argon2": "^1.7.1",
"@node-rs/argon2": "^1.7.2",
"better-sqlite3": "^8.7.0",
"commander": "^11.1.0",
"got": "^11.8.6",
"inquirer": "^8.2.6",
"inquirer-search-list": "^1.2.6",
"jsonpath-plus": "^7.2.0",
"otplib": "^12.0.1",
"playwright-core": "^1.40.1",
"playwright-core": "^1.41.2",
"winston": "^3.11.0",
"xml-js": "^1.6.11",
"zlib": "^1.0.5"
Expand Down
Loading

0 comments on commit e9e31e1

Please sign in to comment.