Skip to content

Commit 1143a5b

Browse files
authored
chore(): bumped packages for security vulnerabilities (#5980)
* chore(): bumped packages for security vulnerabilities * chore(): Added combined licenses to allow list
1 parent 6e95886 commit 1143a5b

File tree

7 files changed

+967
-499
lines changed

7 files changed

+967
-499
lines changed

.github/dependency-review-config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ allow_licenses:
1212
- "curl"
1313
- "ISC"
1414
- "MIT"
15+
- "Apache-2.0 AND ISC AND MIT"
16+
- "Apache-2.0 AND BSD-3-Clause AND CC0-1.0 AND ISC AND MIT"

actions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"dependencies": {
1313
"@actions/core": "^1.10.0",
1414
"@actions/exec": "^1.1.1",
15-
"@actions/github": "^5.1.1",
15+
"@actions/github": "^6.0.0",
1616
"@actions/http-client": "^2.1.1",
1717
"@actions/tool-cache": "^2.0.1"
1818
},
1919
"devDependencies": {
2020
"@vercel/ncc": "^0.36.1"
2121
}
22-
}
22+
}

0 commit comments

Comments
 (0)