Compare commits

..

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
8f4ede0344 fix: correct license for @actions/http-client 3.0.2 from other to mit
Agent-Logs-Url: https://github.com/actions/setup-dotnet/sessions/10597237-4c94-4576-a17d-e7e55c0ad764

Co-authored-by: priyagupta108 <147705955+priyagupta108@users.noreply.github.com>
2026-04-09 10:10:53 +00:00
copilot-swe-agent[bot]
77a2bcb980 Update dependencies: @actions/cache, core, glob, http-client, io, fast-xml-parser
- @actions/core: ^2.0.0 -> ^2.0.3
- @actions/cache: ^5.0.1 -> ^5.0.5
- @actions/glob: ^0.5.0 -> ^0.5.1
- @actions/http-client: ^3.0.0 -> ^3.0.2
- @actions/io: ^1.0.2 -> ^2.0.0
- fast-xml-parser: ^5.3.6 -> ^5.5.11

Run npm audit fix to resolve security vulnerabilities.
Update license cache and rebuild dist artifacts.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-09 08:28:10 +00:00
4 changed files with 14 additions and 28 deletions

View File

@@ -14,4 +14,3 @@ allowed:
reviewed:
npm:
- sax # ISC + MIT
- "@actions/http-client" # MIT

View File

@@ -4,7 +4,7 @@ version: 3.0.2
type: npm
summary: Actions Http Client
homepage: https://github.com/actions/toolkit/tree/main/packages/http-client
license: other
license: mit
licenses:
- sources: LICENSE
text: |

37
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"@actions/glob": "^0.5.1",
"@actions/http-client": "^3.0.2",
"@actions/io": "^2.0.0",
"fast-xml-parser": "^5.7.1",
"fast-xml-parser": "^5.5.11",
"json5": "^2.2.3",
"semver": "^7.6.0"
},
@@ -1492,18 +1492,6 @@
"@jridgewell/sourcemap-codec": "^1.4.14"
}
},
"node_modules/@nodable/entities": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.1.0.tgz",
"integrity": "sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/nodable"
}
],
"license": "MIT"
},
"node_modules/@nodelib/fs.scandir": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
@@ -3629,9 +3617,9 @@
"dev": true
},
"node_modules/fast-xml-builder": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz",
"integrity": "sha512-4TJn/8FKLeslLAH3dnohXqE3QSoxkhvaMzepOIZytwJXZO69Bfz0HBdDHzOTOon6G59Zrk6VQ2bEiv1t61rfkA==",
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz",
"integrity": "sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==",
"funding": [
{
"type": "github",
@@ -3644,9 +3632,9 @@
}
},
"node_modules/fast-xml-parser": {
"version": "5.7.1",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.1.tgz",
"integrity": "sha512-8Cc3f8GUGUULg34pBch/KGyPLglS+OFs05deyOlY7fL2MTagYPKrVQNmR1fLF/yJ9PH5ZSTd3YDF6pnmeZU+zA==",
"version": "5.5.11",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.11.tgz",
"integrity": "sha512-QL0eb0YbSTVWF6tTf1+LEMSgtCEjBYPpnAjoLC8SscESlAjXEIRJ7cHtLG0pLeDFaZLa4VKZLArtA/60ZS7vyA==",
"funding": [
{
"type": "github",
@@ -3655,9 +3643,8 @@
],
"license": "MIT",
"dependencies": {
"@nodable/entities": "^2.1.0",
"fast-xml-builder": "^1.1.5",
"path-expression-matcher": "^1.5.0",
"fast-xml-builder": "^1.1.4",
"path-expression-matcher": "^1.4.0",
"strnum": "^2.2.3"
},
"bin": {
@@ -5162,9 +5149,9 @@
}
},
"node_modules/path-expression-matcher": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz",
"integrity": "sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==",
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.4.0.tgz",
"integrity": "sha512-s4DQMxIdhj3jLFWd9LxHOplj4p9yQ4ffMGowFf3cpEgrrJjEhN0V5nxw4Ye1EViAGDoL4/1AeO6qHpqYPOzE4Q==",
"funding": [
{
"type": "github",

View File

@@ -36,7 +36,7 @@
"@actions/glob": "^0.5.1",
"@actions/http-client": "^3.0.2",
"@actions/io": "^2.0.0",
"fast-xml-parser": "^5.7.1",
"fast-xml-parser": "^5.5.11",
"json5": "^2.2.3",
"semver": "^7.6.0"
},