Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsuk1ko committed Jan 12, 2024
1 parent 22fd226 commit 2020e39
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@napi-rs/canvas": "^0.1.44",
"@tsuk1ko/cq-websocket": "^3.0.0",
"await-lock": "^2.2.2",
"axios": "1.4.0",
"axios": "^1.6.5",
"cheerio": "^1.0.0-rc.12",
"comment-json": "^4.2.3",
"compare-versions": "^5.0.3",
Expand All @@ -47,7 +47,7 @@
"dotenv": "^16.3.1",
"escape-string-regexp": "^5.0.0",
"form-data": "^3.0.1",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"get-stream": "^6.0.1",
"http-terminator": "^3.2.0",
"https-proxy-agent": "^5.0.1",
Expand All @@ -56,7 +56,7 @@
"json-bigint": "^1.0.0",
"jsonc": "^2.0.0",
"klaw-sync": "^6.0.0",
"koa": "^2.14.2",
"koa": "^2.15.0",
"lodash-es": "^4.17.21",
"md5": "^2.3.0",
"minimist": "^1.2.8",
Expand All @@ -75,16 +75,16 @@
},
"devDependencies": {
"@tsuk1ko/postversion": "^1.0.2",
"@types/fs-extra": "^11.0.1",
"@types/lodash-es": "^4.17.7",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.12",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^2.8.8",
"prettier": "^3.1.1",
"typeof-jsonc": "^1.1.10"
}
}

0 comments on commit 2020e39

Please sign in to comment.