From 1929e176bbec9fd5ef755cb104cfa023a46fc05b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:49:09 +0000 Subject: [PATCH] chore(deps): bump @actions/core from 1.11.0 to 1.11.1 (#5064) * chore(deps): bump @actions/core from 1.11.0 to 1.11.1 Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.11.0 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: "@actions/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * compile --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marika Marszalkowski --- .github/actions/changesets-fixed-version-bump/index.js | 1 + .github/actions/check-pr/index.js | 1 + .github/actions/get-changelog/index.js | 1 + .github/actions/merge-changelogs/index.js | 1 + build-packages/changesets-fixed-version-bump/package.json | 2 +- build-packages/check-pr/package.json | 2 +- build-packages/get-changelog/package.json | 2 +- build-packages/merge-changelogs/package.json | 2 +- yarn.lock | 8 ++++---- 9 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.github/actions/changesets-fixed-version-bump/index.js b/.github/actions/changesets-fixed-version-bump/index.js index 087e472b72..52e046f764 100644 --- a/.github/actions/changesets-fixed-version-bump/index.js +++ b/.github/actions/changesets-fixed-version-bump/index.js @@ -567,6 +567,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.prepareKeyValueMessage = exports.issueFileCommand = void 0; // We use any as a valid input type /* eslint-disable @typescript-eslint/no-explicit-any */ +const crypto = __importStar(__nccwpck_require__(76982)); const fs = __importStar(__nccwpck_require__(79896)); const os = __importStar(__nccwpck_require__(70857)); const utils_1 = __nccwpck_require__(10274); diff --git a/.github/actions/check-pr/index.js b/.github/actions/check-pr/index.js index ded4ff0929..47aa668764 100644 --- a/.github/actions/check-pr/index.js +++ b/.github/actions/check-pr/index.js @@ -604,6 +604,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.prepareKeyValueMessage = exports.issueFileCommand = void 0; // We use any as a valid input type /* eslint-disable @typescript-eslint/no-explicit-any */ +const crypto = __importStar(__nccwpck_require__(6982)); const fs = __importStar(__nccwpck_require__(9896)); const os = __importStar(__nccwpck_require__(857)); const utils_1 = __nccwpck_require__(274); diff --git a/.github/actions/get-changelog/index.js b/.github/actions/get-changelog/index.js index 9fd89ed09f..e1033e5907 100644 --- a/.github/actions/get-changelog/index.js +++ b/.github/actions/get-changelog/index.js @@ -692,6 +692,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.prepareKeyValueMessage = exports.issueFileCommand = void 0; // We use any as a valid input type /* eslint-disable @typescript-eslint/no-explicit-any */ +const crypto = __importStar(__nccwpck_require__(6982)); const fs = __importStar(__nccwpck_require__(9896)); const os = __importStar(__nccwpck_require__(857)); const utils_1 = __nccwpck_require__(274); diff --git a/.github/actions/merge-changelogs/index.js b/.github/actions/merge-changelogs/index.js index a04231039e..a3f70ab87b 100644 --- a/.github/actions/merge-changelogs/index.js +++ b/.github/actions/merge-changelogs/index.js @@ -1133,6 +1133,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.prepareKeyValueMessage = exports.issueFileCommand = void 0; // We use any as a valid input type /* eslint-disable @typescript-eslint/no-explicit-any */ +const crypto = __importStar(__nccwpck_require__(6982)); const fs = __importStar(__nccwpck_require__(9896)); const os = __importStar(__nccwpck_require__(857)); const utils_1 = __nccwpck_require__(274); diff --git a/build-packages/changesets-fixed-version-bump/package.json b/build-packages/changesets-fixed-version-bump/package.json index 5449ce02b2..123ed5de03 100644 --- a/build-packages/changesets-fixed-version-bump/package.json +++ b/build-packages/changesets-fixed-version-bump/package.json @@ -13,7 +13,7 @@ "all": "yarn && yarn run lint && yarn run compile" }, "dependencies": { - "@actions/core": "^1.11.0", + "@actions/core": "^1.11.1", "@changesets/get-release-plan": "^4.0.4", "@sap-cloud-sdk/util": "^3.20.0", "execa": "^5.0.0", diff --git a/build-packages/check-pr/package.json b/build-packages/check-pr/package.json index ecebbcf2b9..99f959b40b 100644 --- a/build-packages/check-pr/package.json +++ b/build-packages/check-pr/package.json @@ -15,7 +15,7 @@ "all": "yarn && yarn run lint && yarn run compile" }, "dependencies": { - "@actions/core": "^1.11.0", + "@actions/core": "^1.11.1", "@actions/github": "^6.0.0" }, "devDependencies": { diff --git a/build-packages/get-changelog/package.json b/build-packages/get-changelog/package.json index 760bae4c76..e1b6906a08 100644 --- a/build-packages/get-changelog/package.json +++ b/build-packages/get-changelog/package.json @@ -14,7 +14,7 @@ "all": "yarn && yarn run lint && yarn run compile" }, "dependencies": { - "@actions/core": "^1.11.0" + "@actions/core": "^1.11.1" }, "devDependencies": { "@vercel/ncc": "^0.38.2", diff --git a/build-packages/merge-changelogs/package.json b/build-packages/merge-changelogs/package.json index 4d77920f23..5e992f6977 100644 --- a/build-packages/merge-changelogs/package.json +++ b/build-packages/merge-changelogs/package.json @@ -13,7 +13,7 @@ "all": "yarn && yarn run lint && yarn run compile" }, "dependencies": { - "@actions/core": "^1.11.0", + "@actions/core": "^1.11.1", "@manypkg/get-packages": "^2.2.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 56d971bb8d..91ea6b828e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7,10 +7,10 @@ resolved "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf" integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA== -"@actions/core@^1.11.0": - version "1.11.0" - resolved "https://registry.npmjs.org/@actions/core/-/core-1.11.0.tgz#fdbe19cfa12c6024ab75990b11c1192628864201" - integrity sha512-I21jQUzEjbZolw3jFZ/0iHGCb+rePCww9MaA0SbVFae4FpBTQWP1GIvr/m5Y6GVaxrDz7p3RhBtpBzwkA3rPSA== +"@actions/core@^1.11.1": + version "1.11.1" + resolved "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz#ae683aac5112438021588030efb53b1adb86f172" + integrity sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A== dependencies: "@actions/exec" "^1.1.1" "@actions/http-client" "^2.0.1"