From e7683e841d6994e91bcae18c57c753c09e52b476 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 12:01:38 +0000 Subject: [PATCH] Bump @actions/core from 1.8.0 to 1.9.1 Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.8.0 to 1.9.1. - [Release notes](https://github.com/actions/toolkit/releases) - [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 ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 +++++++++++++++---- package.json | 2 +- .../package.json | 2 +- 3 files changed, 24 insertions(+), 8 deletions(-) mode change 100755 => 100644 package.json diff --git a/package-lock.json b/package-lock.json index 7f05ddd7e29a41..f2da1dfe40343a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,12 +5,30 @@ "requires": true, "dependencies": { "@actions/core": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.8.0.tgz", - "integrity": "sha512-XirM+Zo/PFlA+1h+i4bkfvagujta+LIM2AOSzPbt8JqXbbuxb1HTB+FqIyaKmue9yiCx/JIJY6pXsOl3+T8JGw==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.9.1.tgz", + "integrity": "sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA==", "dev": true, "requires": { - "@actions/http-client": "^1.0.11" + "@actions/http-client": "^2.0.1", + "uuid": "^8.3.2" + }, + "dependencies": { + "@actions/http-client": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.0.1.tgz", + "integrity": "sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==", + "dev": true, + "requires": { + "tunnel": "^0.0.6" + } + }, + "uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "dev": true + } } }, "@actions/github": { @@ -17664,7 +17682,6 @@ "version": "file:packages/project-management-automation", "dev": true, "requires": { - "@actions/core": "1.8.0", "@actions/github": "^5.0.0", "@babel/runtime": "^7.16.0", "@octokit/request-error": "^2.1.0", @@ -18151,7 +18168,6 @@ "npm-packlist": "^3.0.0", "postcss": "^8.4.5", "postcss-loader": "^6.2.1", - "prettier": "npm:wp-prettier@2.6.2", "puppeteer-core": "^13.2.0", "react-refresh": "^0.10.0", "read-pkg-up": "^7.0.1", diff --git a/package.json b/package.json old mode 100755 new mode 100644 index dcb6a28f362184..a84154bf19a8c4 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@wordpress/wordcount": "file:packages/wordcount" }, "devDependencies": { - "@actions/core": "1.8.0", + "@actions/core": "1.9.1", "@actions/github": "5.0.0", "@babel/core": "7.16.0", "@babel/plugin-syntax-jsx": "7.16.0", diff --git a/packages/project-management-automation/package.json b/packages/project-management-automation/package.json index 407767689555cb..68112d41aa52b9 100644 --- a/packages/project-management-automation/package.json +++ b/packages/project-management-automation/package.json @@ -22,7 +22,7 @@ "main": "lib/index.js", "types": "build-types", "dependencies": { - "@actions/core": "1.8.0", + "@actions/core": "1.9.1", "@actions/github": "^5.0.0", "@babel/runtime": "^7.16.0", "@octokit/request-error": "^2.1.0",