deps: bump @actions/core from 1.4.0 to 1.5.0 (#495) [skip ci]

This commit is contained in:
dependabot[bot]
2021-08-23 19:36:56 +02:00
committed by GitHub
parent 19405ee4dc
commit 450ac1613d
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.4.0", "@actions/core": "^1.5.0",
"@actions/github": "^4.0.0", "@actions/github": "^4.0.0",
"@octokit/graphql": "^4.6.4", "@octokit/graphql": "^4.6.4",
"@octokit/rest": "^18.9.0", "@octokit/rest": "^18.9.0",
@@ -56,9 +56,9 @@
} }
}, },
"node_modules/@actions/core": { "node_modules/@actions/core": {
"version": "1.4.0", "version": "1.5.0",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.4.0.tgz", "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.5.0.tgz",
"integrity": "sha512-CGx2ilGq5i7zSLgiiGUtBCxhRRxibJYU6Fim0Q1Wg2aQL2LTnF27zbqZOrxfvFQ55eSBW0L8uVStgtKMpa0Qlg==" "integrity": "sha512-eDOLH1Nq9zh+PJlYLqEMkS/jLQxhksPNmUGNBHfa4G+tQmnIhzpctxmchETtVGyBOvXgOVVpYuE40+eS4cUnwQ=="
}, },
"node_modules/@actions/github": { "node_modules/@actions/github": {
"version": "4.0.0", "version": "4.0.0",
@@ -10043,9 +10043,9 @@
}, },
"dependencies": { "dependencies": {
"@actions/core": { "@actions/core": {
"version": "1.4.0", "version": "1.5.0",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.4.0.tgz", "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.5.0.tgz",
"integrity": "sha512-CGx2ilGq5i7zSLgiiGUtBCxhRRxibJYU6Fim0Q1Wg2aQL2LTnF27zbqZOrxfvFQ55eSBW0L8uVStgtKMpa0Qlg==" "integrity": "sha512-eDOLH1Nq9zh+PJlYLqEMkS/jLQxhksPNmUGNBHfa4G+tQmnIhzpctxmchETtVGyBOvXgOVVpYuE40+eS4cUnwQ=="
}, },
"@actions/github": { "@actions/github": {
"version": "4.0.0", "version": "4.0.0",

View File

@@ -26,7 +26,7 @@
}, },
"homepage": "https://github.com/lowlighter/metrics#readme", "homepage": "https://github.com/lowlighter/metrics#readme",
"dependencies": { "dependencies": {
"@actions/core": "^1.4.0", "@actions/core": "^1.5.0",
"@actions/github": "^4.0.0", "@actions/github": "^4.0.0",
"@octokit/graphql": "^4.6.4", "@octokit/graphql": "^4.6.4",
"@octokit/rest": "^18.9.0", "@octokit/rest": "^18.9.0",