1
0
mirror of synced 2026-01-09 15:02:41 -05:00

Merge pull request #26348 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2023-06-29 10:33:04 -07:00
committed by GitHub
2 changed files with 12 additions and 7 deletions

17
package-lock.json generated
View File

@@ -99,7 +99,7 @@
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@graphql-inspector/core": "^4.0.3",
"@graphql-inspector/core": "^5.0.0",
"@graphql-tools/load": "^8.0.0",
"@jest/globals": "29.5.0",
"@octokit/graphql": "5.0.4",
@@ -2130,13 +2130,17 @@
"license": "MIT"
},
"node_modules/@graphql-inspector/core": {
"version": "4.0.3",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@graphql-inspector/core/-/core-5.0.0.tgz",
"integrity": "sha512-Pj5F03EdU8K3yfd5uo0BoxG1HSiZhqG5MvAdFDiA60vHfkD/t0UOXveR6vQnbThNrSzJY8vSt0NTwlSURw0kZQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"dependency-graph": "0.11.0",
"object-inspect": "1.12.3",
"tslib": "^2.0.0"
"tslib": "2.5.3"
},
"engines": {
"node": ">=16.0.0"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
@@ -17843,8 +17847,9 @@
}
},
"node_modules/tslib": {
"version": "2.5.2",
"license": "0BSD"
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
},
"node_modules/tsutils": {
"version": "3.21.0",

View File

@@ -146,7 +146,7 @@
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@graphql-inspector/core": "^4.0.3",
"@graphql-inspector/core": "^5.0.0",
"@graphql-tools/load": "^8.0.0",
"@jest/globals": "29.5.0",
"@octokit/graphql": "5.0.4",