This commit is contained in:
lowlighter
2021-05-18 12:36:11 +02:00
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"dependencies": {
"@actions/core": "^1.2.7",
"@actions/github": "^4.0.0",
"@octokit/graphql": "^4.6.1",
"@octokit/graphql": "^4.6.2",
"@octokit/rest": "^18.5.3",
"@primer/css": "^17.0.1",
"axios": "^0.21.1",
@@ -1712,9 +1712,9 @@
}
},
"node_modules/@octokit/graphql": {
"version": "4.6.1",
"resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.6.1.tgz",
"integrity": "sha512-2lYlvf4YTDgZCTXTW4+OX+9WTLFtEUc6hGm4qM1nlZjzxj+arizM4aHWzBVBCxY9glh7GIs0WEuiSgbVzv8cmA==",
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.6.2.tgz",
"integrity": "sha512-WmsIR1OzOr/3IqfG9JIczI8gMJUMzzyx5j0XXQ4YihHtKlQc+u35VpVoOXhlKAlaBntvry1WpAzPl/a+s3n89Q==",
"dependencies": {
"@octokit/request": "^5.3.0",
"@octokit/types": "^6.0.3",
@@ -13857,9 +13857,9 @@
}
},
"@octokit/graphql": {
"version": "4.6.1",
"resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.6.1.tgz",
"integrity": "sha512-2lYlvf4YTDgZCTXTW4+OX+9WTLFtEUc6hGm4qM1nlZjzxj+arizM4aHWzBVBCxY9glh7GIs0WEuiSgbVzv8cmA==",
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.6.2.tgz",
"integrity": "sha512-WmsIR1OzOr/3IqfG9JIczI8gMJUMzzyx5j0XXQ4YihHtKlQc+u35VpVoOXhlKAlaBntvry1WpAzPl/a+s3n89Q==",
"requires": {
"@octokit/request": "^5.3.0",
"@octokit/types": "^6.0.3",

View File

@@ -27,7 +27,7 @@
"dependencies": {
"@actions/core": "^1.2.7",
"@actions/github": "^4.0.0",
"@octokit/graphql": "^4.6.1",
"@octokit/graphql": "^4.6.2",
"@octokit/rest": "^18.5.3",
"@primer/css": "^17.0.1",
"axios": "^0.21.1",