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

Bump @graphql-inspector/core from 5.0.0 to 6.0.1 (#50836)

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-05-28 11:17:40 -04:00
committed by GitHub
parent fc7d3b9ed6
commit 25e8d2df70
2 changed files with 14 additions and 28 deletions

40
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": "^5.0.0",
"@graphql-inspector/core": "^6.0.1",
"@graphql-tools/load": "^8.0.0",
"@octokit/rest": "^20.1.0",
"@playwright/test": "1.44.1",
@@ -1369,17 +1369,17 @@
"integrity": "sha512-Yx70pO8A0p7Stnm9knKkUNX8i4bjuwDYZarRkM8JH0Z+ffhpe++oNAPbzGI9GEcGugRHvKuSC6p4YOdoHtTniQ=="
},
"node_modules/@graphql-inspector/core": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@graphql-inspector/core/-/core-5.0.0.tgz",
"integrity": "sha512-Pj5F03EdU8K3yfd5uo0BoxG1HSiZhqG5MvAdFDiA60vHfkD/t0UOXveR6vQnbThNrSzJY8vSt0NTwlSURw0kZQ==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@graphql-inspector/core/-/core-6.0.1.tgz",
"integrity": "sha512-0fdMumNZFFhfSlAPSSi3XWdyctMUm2IMjODL8DoYFofTl45iq40YBrCX02h2DSf48ZhkiI/VdHr2+08gqW6JMQ==",
"dev": true,
"dependencies": {
"dependency-graph": "0.11.0",
"object-inspect": "1.12.3",
"tslib": "2.5.3"
"object-inspect": "1.13.1",
"tslib": "2.6.2"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
@@ -5593,15 +5593,6 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/es-abstract/node_modules/object-inspect": {
"version": "1.13.1",
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz",
"integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==",
"dev": true,
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/es-iterator-helpers": {
"version": "1.0.15",
"resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.15.tgz",
@@ -11014,8 +11005,9 @@
}
},
"node_modules/object-inspect": {
"version": "1.12.3",
"license": "MIT",
"version": "1.13.1",
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz",
"integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==",
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
@@ -13876,12 +13868,6 @@
"url": "https://opencollective.com/unts"
}
},
"node_modules/synckit/node_modules/tslib": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
"dev": true
},
"node_modules/tapable": {
"version": "2.2.1",
"dev": true,
@@ -14084,9 +14070,9 @@
}
},
"node_modules/tslib": {
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
},
"node_modules/tsx": {
"version": "4.10.3",

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": "^5.0.0",
"@graphql-inspector/core": "^6.0.1",
"@graphql-tools/load": "^8.0.0",
"@octokit/rest": "^20.1.0",
"@playwright/test": "1.44.1",