mirror of
https://github.com/rumblefrog/setup-sp.git
synced 2026-06-07 17:18:48 +02:00
Removes [uuid](https://github.com/uuidjs/uuid). It's no longer used after updating ancestor dependencies [uuid](https://github.com/uuidjs/uuid), [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) and [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache). These dependencies need to be updated together. Removes `uuid` Updates `@actions/core` from 1.10.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) Updates `@actions/tool-cache` from 2.0.1 to 2.0.2 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/tool-cache) --- updated-dependencies: - dependency-name: uuid dependency-version: dependency-type: indirect - dependency-name: "@actions/core" dependency-version: 1.11.1 dependency-type: direct:production - dependency-name: "@actions/tool-cache" dependency-version: 2.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 lines
475 B
JSON
20 lines
475 B
JSON
{
|
|
"dependencies": {
|
|
"@actions/core": "^1.11.1",
|
|
"@actions/tool-cache": "^2.0.2",
|
|
"@types/node": "^22.5.1",
|
|
"@types/semver": "^7.5.8",
|
|
"await-to-js": "^3.0.0",
|
|
"semver": "^7.6.3",
|
|
"typed-rest-client": "^2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"ts-loader": "^9.5.1",
|
|
"typescript": "^5.5.4",
|
|
"webpack": "^5.105.0",
|
|
"webpack-cli": "^5.1.4"
|
|
},
|
|
"scripts": {
|
|
"build": "./node_modules/.bin/webpack --config ./webpack.config.js"
|
|
}
|
|
}
|