Files
Fork-Sync-With-Upstream-action/package.json
dependabot[bot] f781fc3740 Bump uuid and @actions/core
Removes [uuid](https://github.com/uuidjs/uuid). It's no longer used after updating ancestor dependency [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core). These dependencies need to be updated together.


Removes `uuid`

Updates `@actions/core` from 1.9.1 to 1.11.1
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 
  dependency-type: indirect
- dependency-name: "@actions/core"
  dependency-version: 1.11.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
2026-04-23 02:35:42 +00:00

25 lines
712 B
JSON

{
"name": "fork-sync-with-upstream-action",
"version": "1.0.0",
"description": "An action to automatically update your fork with new commits from the upstream repo",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aormsby/fork-sync-with-upstream-action.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aormsby/fork-sync-with-upstream-action/issues"
},
"homepage": "https://github.com/aormsby/fork-sync-with-upstream-action#readme",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/exec": "^1.0.4"
}
}