Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Takeshi committed Sep 16, 2023
1 parent 133e416 commit d52896d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
],
"dependencies": {
"axios": "^1.5.0",
"tar": "^6.1.15"
"tar": "^6.2.0"
},
"devDependencies": {
"@types/jest": "^29.5.4",
"@types/node": "^20.5.7",
"@types/jest": "^29.5.5",
"@types/node": "^20.6.2",
"@types/shelljs": "^0.8.12",
"@types/tar": "^6.1.5",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/eslint-plugin-tslint": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"@types/tar": "^6.1.6",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/eslint-plugin-tslint": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.49.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jest": "^29.6.4",
"jest": "^29.7.0",
"shelljs": "^0.8.5",
"ts-jest": "^29.1.1",
"tslib": "^2.6.2",
Expand Down

0 comments on commit d52896d

Please sign in to comment.