Skip to content

Commit

Permalink
[Snyk] Fix for 1 vulnerabilities (#490)
Browse files Browse the repository at this point in the history
* fix: packages/plugin-assets/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116

* chore: upgrade rimraf

* fix: import sync

* Revert "fix: import sync"

This reverts commit 9a8d787.

---------

Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: Victor Ayogu <[email protected]>
  • Loading branch information
3 people authored Mar 20, 2024
1 parent 7d55d7e commit 7d71f8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plugin-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@oclif/plugin-help": "^5.1.12",
"@oclif/test": "^1.2.5",
"@twilio/cli-test": "^2.1.1",
"oclif": "^3",
"rimraf": "^3.0.2"
"oclif": "^4.5.4",
"rimraf": "^5.0.5"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 7d71f8e

Please sign in to comment.