Skip to content

Commit

Permalink
fix: Update package dependencies, fix vulnerabilities, and remove pify (
Browse files Browse the repository at this point in the history
#12)

* Update package dependencies to latest version
* Remove pify dependency and fix build issues
* Downgrade globby to fix module import issue
* Update globby

---------

Co-authored-by: Will Allan <[email protected]>
  • Loading branch information
billyzkid and Will Allan authored May 4, 2023
1 parent 2d5e2d5 commit 7845d7d
Show file tree
Hide file tree
Showing 3 changed files with 511 additions and 472 deletions.
25 changes: 12 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,22 @@
"author": "Benedek Káldi",
"license": "ISC",
"dependencies": {
"chokidar": "^3.5.1",
"commander": "^8.1.0",
"cosmiconfig": "^7.0.0",
"fs-extra": "^10.0.0",
"globby": "^11.0.3",
"chokidar": "^3.5.3",
"commander": "^10.0.1",
"cosmiconfig": "^8.1.3",
"fs-extra": "^11.1.1",
"globby": "^11.1.0",
"lodash": "^4.17.21",
"pify": "^5.0.0",
"rimraf": "^3.0.2",
"tar": "^6.1.0"
"rimraf": "^5.0.0",
"tar": "^6.1.13"
},
"peerDependencies": {
"typescript": "^4.2.3"
"typescript": ">=4.2.3"
},
"devDependencies": {
"@types/node": "^16.7.1",
"@types/rimraf": "^3.0.0",
"standard-version": "^9.3.1",
"typescript": "^4.2.3"
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.16.0",
"standard-version": "^9.5.0",
"typescript": "^5.0.4"
}
}
Loading

0 comments on commit 7845d7d

Please sign in to comment.