1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Bump @graphql-inspector/core from 6.0.1 to 6.1.0 (#50959)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-06-03 17:01:16 +00:00
committed by GitHub
parent 5f503ea57f
commit eb79d551cd
2 changed files with 10 additions and 9 deletions

17
package-lock.json generated
View File

@@ -100,7 +100,7 @@
"@actions/github": "^6.0.0",
"@axe-core/playwright": "^4.9.1",
"@github/markdownlint-github": "^0.6.2",
"@graphql-inspector/core": "^6.0.1",
"@graphql-inspector/core": "^6.1.0",
"@graphql-tools/load": "^8.0.0",
"@octokit/rest": "^20.1.0",
"@playwright/test": "1.44.1",
@@ -1370,12 +1370,12 @@
"integrity": "sha512-Yx70pO8A0p7Stnm9knKkUNX8i4bjuwDYZarRkM8JH0Z+ffhpe++oNAPbzGI9GEcGugRHvKuSC6p4YOdoHtTniQ=="
},
"node_modules/@graphql-inspector/core": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@graphql-inspector/core/-/core-6.0.1.tgz",
"integrity": "sha512-0fdMumNZFFhfSlAPSSi3XWdyctMUm2IMjODL8DoYFofTl45iq40YBrCX02h2DSf48ZhkiI/VdHr2+08gqW6JMQ==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/@graphql-inspector/core/-/core-6.1.0.tgz",
"integrity": "sha512-5/kqD5330duUsfMBfhMc0iVld76JwSKTkKi7aOr1x9MvSnP8p1anQo7BCNZ5VY9+EvWn4njHbkNfdS/lrqsi+A==",
"dev": true,
"dependencies": {
"dependency-graph": "0.11.0",
"dependency-graph": "1.0.0",
"object-inspect": "1.13.1",
"tslib": "2.6.2"
},
@@ -5342,11 +5342,12 @@
}
},
"node_modules/dependency-graph": {
"version": "0.11.0",
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-1.0.0.tgz",
"integrity": "sha512-cW3gggJ28HZ/LExwxP2B++aiKxhJXMSIt9K48FOXQkm+vuG5gyatXnLsONRJdzO/7VfjDIiaOOa/bs4l464Lwg==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 0.6.0"
"node": ">=4"
}
},
"node_modules/deprecation": {

View File

@@ -287,7 +287,7 @@
"@actions/github": "^6.0.0",
"@axe-core/playwright": "^4.9.1",
"@github/markdownlint-github": "^0.6.2",
"@graphql-inspector/core": "^6.0.1",
"@graphql-inspector/core": "^6.1.0",
"@graphql-tools/load": "^8.0.0",
"@octokit/rest": "^20.1.0",
"@playwright/test": "1.44.1",