Skip to content

Commit 9194384

Browse files
committed
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
1 parent b498f6f commit 9194384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/plugin-assets/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@oclif/plugin-help": "^5.1.12",
2020
"@oclif/test": "^1.2.5",
2121
"@twilio/cli-test": "^2.1.1",
22-
"oclif": "^3",
23-
"rimraf": "^3.0.2"
22+
"oclif": "^4.0.0",
23+
"rimraf": "^4.0.0"
2424
},
2525
"engines": {
2626
"node": ">=14"

0 commit comments

Comments
 (0)