bump local action package

This commit is contained in:
Sean Goedecke
2025-04-10 21:26:29 +00:00
parent 3f8bae9a6e
commit 5598d9bc77
+24 -8
View File
@@ -9,13 +9,12 @@
"version": "0.0.0", "version": "0.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.11.1", "@actions/core": "^1.11.1"
"@rollup/rollup-linux-x64-gnu": "*"
}, },
"devDependencies": { "devDependencies": {
"@azure-rest/ai-inference": "*", "@azure-rest/ai-inference": "latest",
"@azure/core-auth": "*", "@azure/core-auth": "latest",
"@azure/core-sse": "*", "@azure/core-sse": "latest",
"@eslint/compat": "^1.2.7", "@eslint/compat": "^1.2.7",
"@github/local-action": "^3.1.3", "@github/local-action": "^3.1.3",
"@jest/globals": "^29.7.0", "@jest/globals": "^29.7.0",
@@ -1735,9 +1734,9 @@
} }
}, },
"node_modules/@github/local-action": { "node_modules/@github/local-action": {
"version": "3.1.3", "version": "3.1.4",
"resolved": "https://registry.npmjs.org/@github/local-action/-/local-action-3.1.3.tgz", "resolved": "https://registry.npmjs.org/@github/local-action/-/local-action-3.1.4.tgz",
"integrity": "sha512-Pi2Mf7bIiFN30xgDtaQf0Yvm2fZ1QnMGZmNHAKimW/ntCLFVJQsWXmNo3GqzsENbyXcsb2ziZ6DJI5b9TmWYig==", "integrity": "sha512-PwA4w5jsjbyK+DNFNnFc4htu0iBOngi8g+O7NV8eGo9wm5YpIxf9kKgLJgVDIZlT32rfOVre5XZzGdPLTfggHQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@@ -1751,6 +1750,7 @@
"@octokit/plugin-request-log": "^5.3.1", "@octokit/plugin-request-log": "^5.3.1",
"@octokit/plugin-rest-endpoint-methods": "^13.3.1", "@octokit/plugin-rest-endpoint-methods": "^13.3.1",
"@octokit/plugin-retry": "^7.1.2", "@octokit/plugin-retry": "^7.1.2",
"@octokit/rest": "^21.1.1",
"archiver": "^7.0.1", "archiver": "^7.0.1",
"chalk": "^5.3.0", "chalk": "^5.3.0",
"commander": "^13.0.0", "commander": "^13.0.0",
@@ -2662,6 +2662,22 @@
"node": ">= 18" "node": ">= 18"
} }
}, },
"node_modules/@octokit/rest": {
"version": "21.1.1",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-21.1.1.tgz",
"integrity": "sha512-sTQV7va0IUVZcntzy1q3QqPm/r8rWtDCqpRAmb8eXXnKkjoQEtFe3Nt5GTVsHft+R6jJoHeSiVLcgcvhtue/rg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@octokit/core": "^6.1.4",
"@octokit/plugin-paginate-rest": "^11.4.2",
"@octokit/plugin-request-log": "^5.3.1",
"@octokit/plugin-rest-endpoint-methods": "^13.3.0"
},
"engines": {
"node": ">= 18"
}
},
"node_modules/@octokit/types": { "node_modules/@octokit/types": {
"version": "13.8.0", "version": "13.8.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.8.0.tgz", "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.8.0.tgz",