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

This commit is contained in:
dependabot[bot]
2022-04-25 17:46:25 -04:00
committed by GitHub
parent de3875652f
commit f46b806864
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.6.0", "@actions/core": "^1.7.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.6.0", "version": "1.7.0",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.6.0.tgz", "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.7.0.tgz",
"integrity": "sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51OKYlCYYcaw==", "integrity": "sha512-7fPSS7yKOhTpgLMbw7lBLc1QJWvJBBAgyTX2PEhagWcKK8t0H8AKCoPMfnrHqIm5cRYH4QFPqD1/ruhuUE7YcQ==",
"dependencies": { "dependencies": {
"@actions/http-client": "^1.0.11" "@actions/http-client": "^1.0.11"
} }
@@ -10085,9 +10085,9 @@
}, },
"dependencies": { "dependencies": {
"@actions/core": { "@actions/core": {
"version": "1.6.0", "version": "1.7.0",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.6.0.tgz", "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.7.0.tgz",
"integrity": "sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51OKYlCYYcaw==", "integrity": "sha512-7fPSS7yKOhTpgLMbw7lBLc1QJWvJBBAgyTX2PEhagWcKK8t0H8AKCoPMfnrHqIm5cRYH4QFPqD1/ruhuUE7YcQ==",
"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.6.0", "@actions/core": "^1.7.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",