This commit is contained in:
David Kale
2020-09-08 13:25:36 -04:00
parent e4246d2b5b
commit 91fcbb0108
4227 changed files with 416837 additions and 457884 deletions

View File

@@ -1,8 +1,8 @@
{
"_from": "@octokit/graphql@^4.3.1",
"_id": "@octokit/graphql@4.4.0",
"_id": "@octokit/graphql@4.5.4",
"_inBundle": false,
"_integrity": "sha512-Du3hAaSROQ8EatmYoSAJjzAz3t79t9Opj/WY1zUgxVUGfIKn0AEjg+hlOLscF6fv6i/4y/CeUvsWgIfwMkTccw==",
"_integrity": "sha512-ITpZ+dQc0cXAW1FmDkHJJM+8Lb6anUnin0VB5hLBilnYVdLC0ICFU/KIvT7OXfW9S81DE3U4Vx2EypDG1OYaPA==",
"_location": "/@octokit/graphql",
"_phantomChildren": {},
"_requested": {
@@ -19,18 +19,18 @@
"_requiredBy": [
"/@actions/github"
],
"_resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.4.0.tgz",
"_shasum": "4540b48bbf796b837b311ba6ea5104760db530ca",
"_resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.5.4.tgz",
"_shasum": "c9ef75b0406ebf195bf5f4ed2304a77ed7df27c7",
"_spec": "@octokit/graphql@^4.3.1",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler/node_modules/@actions/github",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/@actions/github",
"bugs": {
"url": "https://github.com/octokit/graphql.js/issues"
},
"bundleDependencies": false,
"dependencies": {
"@octokit/request": "^5.3.0",
"@octokit/types": "^2.0.0",
"universal-user-agent": "^5.0.0"
"@octokit/types": "^5.0.0",
"universal-user-agent": "^6.0.0"
},
"deprecated": false,
"description": "GitHub GraphQL API client for browsers and Node",
@@ -40,8 +40,8 @@
"@pika/plugin-build-web": "^0.9.0",
"@pika/plugin-ts-standard-pkg": "^0.9.0",
"@types/fetch-mock": "^7.2.5",
"@types/jest": "^25.1.0",
"@types/node": "^13.1.0",
"@types/jest": "^26.0.0",
"@types/node": "^14.0.4",
"fetch-mock": "^9.0.0",
"jest": "^25.1.0",
"prettier": "^2.0.0",
@@ -76,5 +76,5 @@
"sideEffects": false,
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"version": "4.4.0"
"version": "4.5.4"
}