Skip to content

Commit

Permalink
fix: ts/demo-functions/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818
  • Loading branch information
snyk-bot committed May 29, 2024
1 parent 3255acc commit e3fdbf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts/demo-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"kpt:type-create": "kpt type-create"
},
"dependencies": {
"glob": "^7.2.0",
"glob": "^9.0.0",
"js-yaml": "^3.14.1",
"kpt-functions": "^0.16.1-rc.0"
},
Expand All @@ -35,7 +35,7 @@
"create-kpt-functions": "^0.19.0",
"dir-compare": "^2.4.0",
"fs-extra": "^9.0.1",
"jasmine": "^3.9.0",
"jasmine": "^5.0.0",
"license-checker": "^25.0.1",
"prettier": "2.4.1",
"tslint": "^6.1.3",
Expand Down

0 comments on commit e3fdbf6

Please sign in to comment.