diff --git a/.pnp.js b/.pnp.js index 5fba557b..9fe910a0 100755 --- a/.pnp.js +++ b/.pnp.js @@ -37,7 +37,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { [null, { "packageLocation": "./", "packageDependencies": [ - ["@actions/core", "npm:1.2.7"], + ["@actions/core", "npm:1.9.0"], ["@actions/github", "npm:4.0.0"], ["@octokit/core", "npm:3.4.0"], ["@octokit/plugin-paginate-rest", "virtual:80bcb91a087ff4b248b3dad7606f95dff0dd8bfc050a19114604b6a694f57946c7c879aa3e66f037488a622f3abe53c788b66131c9ff0838a1318d83f1d9ce8e#npm:2.13.3"], @@ -77,10 +77,11 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }] ]], ["@actions/core", [ - ["npm:1.2.7", { - "packageLocation": "./.yarn/cache/@actions-core-npm-1.2.7-73b9b70d91-ea8aa7e545.zip/node_modules/@actions/core/", + ["npm:1.9.0", { + "packageLocation": "./.yarn/cache/@actions-core-npm-1.9.0-39abc3e88d-5769808392.zip/node_modules/@actions/core/", "packageDependencies": [ - ["@actions/core", "npm:1.2.7"] + ["@actions/core", "npm:1.9.0"], + ["@actions/http-client", "npm:2.0.1"] ], "linkType": "HARD", }] @@ -106,6 +107,14 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["tunnel", "npm:0.0.6"] ], "linkType": "HARD", + }], + ["npm:2.0.1", { + "packageLocation": "./.yarn/cache/@actions-http-client-npm-2.0.1-8d69921341-5dd4b34b25.zip/node_modules/@actions/http-client/", + "packageDependencies": [ + ["@actions/http-client", "npm:2.0.1"], + ["tunnel", "npm:0.0.6"] + ], + "linkType": "HARD", }] ]], ["@arcanis/slice-ansi", [ @@ -7533,7 +7542,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "packageLocation": "./", "packageDependencies": [ ["mou-release-action", "workspace:."], - ["@actions/core", "npm:1.2.7"], + ["@actions/core", "npm:1.9.0"], ["@actions/github", "npm:4.0.0"], ["@octokit/core", "npm:3.4.0"], ["@octokit/plugin-paginate-rest", "virtual:80bcb91a087ff4b248b3dad7606f95dff0dd8bfc050a19114604b6a694f57946c7c879aa3e66f037488a622f3abe53c788b66131c9ff0838a1318d83f1d9ce8e#npm:2.13.3"], diff --git a/.yarn/cache/@actions-core-npm-1.2.7-73b9b70d91-ea8aa7e545.zip b/.yarn/cache/@actions-core-npm-1.2.7-73b9b70d91-ea8aa7e545.zip deleted file mode 100644 index 609dedf3..00000000 Binary files a/.yarn/cache/@actions-core-npm-1.2.7-73b9b70d91-ea8aa7e545.zip and /dev/null differ diff --git a/.yarn/cache/@actions-core-npm-1.9.0-39abc3e88d-5769808392.zip b/.yarn/cache/@actions-core-npm-1.9.0-39abc3e88d-5769808392.zip new file mode 100644 index 00000000..3f496bf8 Binary files /dev/null and b/.yarn/cache/@actions-core-npm-1.9.0-39abc3e88d-5769808392.zip differ diff --git a/.yarn/cache/@actions-http-client-npm-2.0.1-8d69921341-5dd4b34b25.zip b/.yarn/cache/@actions-http-client-npm-2.0.1-8d69921341-5dd4b34b25.zip new file mode 100644 index 00000000..0549f57d Binary files /dev/null and b/.yarn/cache/@actions-http-client-npm-2.0.1-8d69921341-5dd4b34b25.zip differ diff --git a/package.json b/package.json index c2e09c87..50733411 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "author": "MindDoc Health GmbH", "license": "MIT", "dependencies": { - "@actions/core": "^1.2.7", + "@actions/core": "^1.9.0", "@actions/github": "^4.0.0", "@octokit/core": "^3.4.0", "@octokit/plugin-paginate-rest": "^2.13.3", diff --git a/yarn.lock b/yarn.lock index a957a0a6..d8dc6385 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5,10 +5,12 @@ __metadata: version: 4 cacheKey: 7 -"@actions/core@npm:^1.2.7": - version: 1.2.7 - resolution: "@actions/core@npm:1.2.7" - checksum: ea8aa7e54523f26e51b056e2b5b830d24a26a972e5aa80cf4c9ea2ad8785e4f67cf316a0514cec0a71bd6d1267c415b85143774a13690988532071b395bcb4a3 +"@actions/core@npm:^1.9.0": + version: 1.9.0 + resolution: "@actions/core@npm:1.9.0" + dependencies: + "@actions/http-client": ^2.0.1 + checksum: 5769808392d92de5551de87b41b3ecb00d40099f0ed02f7d6a41b176b2fb17aafe7ea2e5e69eb74fef6baf91eb25542a261fa797383fc07b0b730284432e8aa8 languageName: node linkType: hard @@ -33,6 +35,15 @@ __metadata: languageName: node linkType: hard +"@actions/http-client@npm:^2.0.1": + version: 2.0.1 + resolution: "@actions/http-client@npm:2.0.1" + dependencies: + tunnel: ^0.0.6 + checksum: 5dd4b34b256047f96fde34e6a8d73666ae18c5fd8d87a59173ba373698cc9a151f0e35f03fa1dfb5dd7d50b410a0d22cfe0239278b6ae347edd6e5fa8109d931 + languageName: node + linkType: hard + "@arcanis/slice-ansi@npm:^1.0.2": version: 1.0.2 resolution: "@arcanis/slice-ansi@npm:1.0.2" @@ -6109,7 +6120,7 @@ fsevents@^2.3.2: version: 0.0.0-use.local resolution: "mou-release-action@workspace:." dependencies: - "@actions/core": ^1.2.7 + "@actions/core": ^1.9.0 "@actions/github": ^4.0.0 "@octokit/core": ^3.4.0 "@octokit/plugin-paginate-rest": ^2.13.3