diff --git a/.pnp.js b/.pnp.js index 5fba557b..6211de30 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.10.1"], ["@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,12 @@ 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.10.1", { + "packageLocation": "./.yarn/cache/@actions-core-npm-1.10.1-3cb1000b4d-4714ad6c10.zip/node_modules/@actions/core/", "packageDependencies": [ - ["@actions/core", "npm:1.2.7"] + ["@actions/core", "npm:1.10.1"], + ["@actions/http-client", "npm:2.1.1"], + ["uuid", "npm:8.3.2"] ], "linkType": "HARD", }] @@ -106,6 +108,14 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["tunnel", "npm:0.0.6"] ], "linkType": "HARD", + }], + ["npm:2.1.1", { + "packageLocation": "./.yarn/cache/@actions-http-client-npm-2.1.1-0483f7844f-c94850e90d.zip/node_modules/@actions/http-client/", + "packageDependencies": [ + ["@actions/http-client", "npm:2.1.1"], + ["tunnel", "npm:0.0.6"] + ], + "linkType": "HARD", }] ]], ["@arcanis/slice-ansi", [ @@ -7533,7 +7543,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "packageLocation": "./", "packageDependencies": [ ["mou-release-action", "workspace:."], - ["@actions/core", "npm:1.2.7"], + ["@actions/core", "npm:1.10.1"], ["@actions/github", "npm:4.0.0"], ["@octokit/core", "npm:3.4.0"], ["@octokit/plugin-paginate-rest", "virtual:80bcb91a087ff4b248b3dad7606f95dff0dd8bfc050a19114604b6a694f57946c7c879aa3e66f037488a622f3abe53c788b66131c9ff0838a1318d83f1d9ce8e#npm:2.13.3"], @@ -9876,6 +9886,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["uuid", "npm:3.4.0"] ], "linkType": "HARD", + }], + ["npm:8.3.2", { + "packageLocation": "./.yarn/cache/uuid-npm-8.3.2-eca0baba53-aed2bcef34.zip/node_modules/uuid/", + "packageDependencies": [ + ["uuid", "npm:8.3.2"] + ], + "linkType": "HARD", }] ]], ["v8-compile-cache", [ diff --git a/.yarn/cache/@actions-core-npm-1.10.1-3cb1000b4d-4714ad6c10.zip b/.yarn/cache/@actions-core-npm-1.10.1-3cb1000b4d-4714ad6c10.zip new file mode 100644 index 00000000..f8ec8026 Binary files /dev/null and b/.yarn/cache/@actions-core-npm-1.10.1-3cb1000b4d-4714ad6c10.zip differ 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-http-client-npm-2.1.1-0483f7844f-c94850e90d.zip b/.yarn/cache/@actions-http-client-npm-2.1.1-0483f7844f-c94850e90d.zip new file mode 100644 index 00000000..7437e77c Binary files /dev/null and b/.yarn/cache/@actions-http-client-npm-2.1.1-0483f7844f-c94850e90d.zip differ diff --git a/.yarn/cache/uuid-npm-8.3.2-eca0baba53-aed2bcef34.zip b/.yarn/cache/uuid-npm-8.3.2-eca0baba53-aed2bcef34.zip new file mode 100644 index 00000000..50968e57 Binary files /dev/null and b/.yarn/cache/uuid-npm-8.3.2-eca0baba53-aed2bcef34.zip differ diff --git a/package.json b/package.json index c2e09c87..914f5dc1 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.10.1", "@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..6f032554 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5,10 +5,13 @@ __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.10.1": + version: 1.10.1 + resolution: "@actions/core@npm:1.10.1" + dependencies: + "@actions/http-client": ^2.0.1 + uuid: ^8.3.2 + checksum: 4714ad6c105dd11b64759b07d17db5ccdace728258e817821857584a164e9885d53d12cf0acfd94d2bf49d11e4fe63e82dad68fda506e1231754cd6ca5cd7e26 languageName: node linkType: hard @@ -33,6 +36,15 @@ __metadata: languageName: node linkType: hard +"@actions/http-client@npm:^2.0.1": + version: 2.1.1 + resolution: "@actions/http-client@npm:2.1.1" + dependencies: + tunnel: ^0.0.6 + checksum: c94850e90dfdbdcdf0f4cdabce7f4962a39d54bd021804608144d9c04a7aa6b62b7dbf7739ea6e267bfcdd3fb138df237b470c9ed71f70d3d71e5f9fc1cb9a90 + 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 +6121,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.10.1 "@actions/github": ^4.0.0 "@octokit/core": ^3.4.0 "@octokit/plugin-paginate-rest": ^2.13.3 @@ -8198,6 +8210,15 @@ typescript@^4.2.4: languageName: node linkType: hard +"uuid@npm:^8.3.2": + version: 8.3.2 + resolution: "uuid@npm:8.3.2" + bin: + uuid: dist/bin/uuid + checksum: aed2bcef341f95635f308fea8831fb9038b18c485fe7e71feb89d2e05602dfecad0cb6f2246fae096d4da425cca6e8a71056f28abd97ad98cf770a2018853248 + languageName: node + linkType: hard + "v8-compile-cache@npm:^2.0.3": version: 2.1.0 resolution: "v8-compile-cache@npm:2.1.0"