chore(deps): bump @actions/core from 1.7.0 to 1.8.0 (#1040) [skip ci]

This commit is contained in:
dependabot[bot]
2022-05-09 18:50:18 -04:00
committed by GitHub
parent 5b1d3615df
commit 880f08fd93
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.7.0", "@actions/core": "^1.8.0",
"@actions/github": "^5.0.1", "@actions/github": "^5.0.1",
"@faker-js/faker": "^6.0.0-alpha.3", "@faker-js/faker": "^6.0.0-alpha.3",
"@octokit/graphql": "^4.8.0", "@octokit/graphql": "^4.8.0",
@@ -58,9 +58,9 @@
} }
}, },
"node_modules/@actions/core": { "node_modules/@actions/core": {
"version": "1.7.0", "version": "1.8.0",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.7.0.tgz", "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.8.0.tgz",
"integrity": "sha512-7fPSS7yKOhTpgLMbw7lBLc1QJWvJBBAgyTX2PEhagWcKK8t0H8AKCoPMfnrHqIm5cRYH4QFPqD1/ruhuUE7YcQ==", "integrity": "sha512-XirM+Zo/PFlA+1h+i4bkfvagujta+LIM2AOSzPbt8JqXbbuxb1HTB+FqIyaKmue9yiCx/JIJY6pXsOl3+T8JGw==",
"dependencies": { "dependencies": {
"@actions/http-client": "^1.0.11" "@actions/http-client": "^1.0.11"
} }
@@ -9496,9 +9496,9 @@
}, },
"dependencies": { "dependencies": {
"@actions/core": { "@actions/core": {
"version": "1.7.0", "version": "1.8.0",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.7.0.tgz", "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.8.0.tgz",
"integrity": "sha512-7fPSS7yKOhTpgLMbw7lBLc1QJWvJBBAgyTX2PEhagWcKK8t0H8AKCoPMfnrHqIm5cRYH4QFPqD1/ruhuUE7YcQ==", "integrity": "sha512-XirM+Zo/PFlA+1h+i4bkfvagujta+LIM2AOSzPbt8JqXbbuxb1HTB+FqIyaKmue9yiCx/JIJY6pXsOl3+T8JGw==",
"requires": { "requires": {
"@actions/http-client": "^1.0.11" "@actions/http-client": "^1.0.11"
} }

View File

@@ -29,7 +29,7 @@
}, },
"homepage": "https://github.com/lowlighter/metrics#readme", "homepage": "https://github.com/lowlighter/metrics#readme",
"dependencies": { "dependencies": {
"@actions/core": "^1.7.0", "@actions/core": "^1.8.0",
"@actions/github": "^5.0.1", "@actions/github": "^5.0.1",
"@faker-js/faker": "^6.0.0-alpha.3", "@faker-js/faker": "^6.0.0-alpha.3",
"@octokit/graphql": "^4.8.0", "@octokit/graphql": "^4.8.0",