refactor: Bump @graphql-tools/utils from 10.6.1 to 10.6.2 (#9471)

This commit is contained in:
dependabot[bot]
2024-12-08 11:04:32 +01:00
committed by GitHub
parent 0825f46650
commit 30d1e007b6
2 changed files with 38 additions and 8 deletions

44
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"@babel/eslint-parser": "7.25.9",
"@graphql-tools/merge": "9.0.11",
"@graphql-tools/schema": "10.0.10",
"@graphql-tools/utils": "10.6.1",
"@graphql-tools/utils": "10.6.2",
"@parse/fs-files-adapter": "3.0.0",
"@parse/push-adapter": "6.7.1",
"bcryptjs": "2.4.3",
@@ -2545,6 +2545,23 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
},
"node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils": {
"version": "10.6.1",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.6.1.tgz",
"integrity": "sha512-XHl0/DWkMf/8Dmw1F3RRoMPt6ZwU4J707YWcbPjS+49WZNoTVz6f+prQ4GuwZT8RqTPtrRawnGU93AV73ZLTfQ==",
"dependencies": {
"@graphql-typed-document-node/core": "^3.1.1",
"cross-inspect": "1.0.1",
"dset": "^3.1.2",
"tslib": "^2.4.0"
},
"engines": {
"node": ">=16.0.0"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
},
"node_modules/@graphql-tools/schema": {
"version": "10.0.10",
"resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-10.0.10.tgz",
@@ -2563,9 +2580,9 @@
}
},
"node_modules/@graphql-tools/utils": {
"version": "10.6.1",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.6.1.tgz",
"integrity": "sha512-XHl0/DWkMf/8Dmw1F3RRoMPt6ZwU4J707YWcbPjS+49WZNoTVz6f+prQ4GuwZT8RqTPtrRawnGU93AV73ZLTfQ==",
"version": "10.6.2",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.6.2.tgz",
"integrity": "sha512-ABZHTpwiVR8oE2//NI/nnU3nNhbBpqMlMYyCF5cnqjLfhlyOdFfoRuhYEATEsmMfDg0ijGreULywK/SmepVGfw==",
"dependencies": {
"@graphql-typed-document-node/core": "^3.1.1",
"cross-inspect": "1.0.1",
@@ -22888,6 +22905,19 @@
"requires": {
"@graphql-tools/utils": "10.6.1",
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-tools/utils": {
"version": "10.6.1",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.6.1.tgz",
"integrity": "sha512-XHl0/DWkMf/8Dmw1F3RRoMPt6ZwU4J707YWcbPjS+49WZNoTVz6f+prQ4GuwZT8RqTPtrRawnGU93AV73ZLTfQ==",
"requires": {
"@graphql-typed-document-node/core": "^3.1.1",
"cross-inspect": "1.0.1",
"dset": "^3.1.2",
"tslib": "^2.4.0"
}
}
}
},
"@graphql-tools/schema": {
@@ -22902,9 +22932,9 @@
}
},
"@graphql-tools/utils": {
"version": "10.6.1",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.6.1.tgz",
"integrity": "sha512-XHl0/DWkMf/8Dmw1F3RRoMPt6ZwU4J707YWcbPjS+49WZNoTVz6f+prQ4GuwZT8RqTPtrRawnGU93AV73ZLTfQ==",
"version": "10.6.2",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.6.2.tgz",
"integrity": "sha512-ABZHTpwiVR8oE2//NI/nnU3nNhbBpqMlMYyCF5cnqjLfhlyOdFfoRuhYEATEsmMfDg0ijGreULywK/SmepVGfw==",
"requires": {
"@graphql-typed-document-node/core": "^3.1.1",
"cross-inspect": "1.0.1",

View File

@@ -23,7 +23,7 @@
"@babel/eslint-parser": "7.25.9",
"@graphql-tools/merge": "9.0.11",
"@graphql-tools/schema": "10.0.10",
"@graphql-tools/utils": "10.6.1",
"@graphql-tools/utils": "10.6.2",
"@parse/fs-files-adapter": "3.0.0",
"@parse/push-adapter": "6.7.1",
"bcryptjs": "2.4.3",