Skip to content

Commit

Permalink
fix: ts/kpt-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-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Dec 5, 2023
1 parent 3255acc commit 58092b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts/kpt-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"@types/lodash": "^4.14.180",
"@types/node": "^12.20.43",
"@types/rw": "file:@types/rw",
"jasmine": "^3.9.0",
"jasmine": "^5.0.0",
"license-checker": "^25.0.1",
"lodash": "^4.17.20",
"path-parse": "^1.0.7",
"prettier": "2.6.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "1.18.0",
"tslint-consistent-codestyle": "^1.16.0",
"typedoc": "^0.22.17",
"typedoc": "^0.23.0",
"typescript": "^4.4.4"
}
}

0 comments on commit 58092b9

Please sign in to comment.