refactor: Bump @graphql-tools/utils from 10.5.6 to 10.6.1 (#9461)

This commit is contained in:
dependabot[bot]
2024-11-30 17:56:44 +01:00
committed by GitHub
parent 7242a4f6a3
commit f75bec9e75
2 changed files with 10 additions and 70 deletions

78
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"@babel/eslint-parser": "7.25.9", "@babel/eslint-parser": "7.25.9",
"@graphql-tools/merge": "9.0.11", "@graphql-tools/merge": "9.0.11",
"@graphql-tools/schema": "10.0.9", "@graphql-tools/schema": "10.0.9",
"@graphql-tools/utils": "10.5.6", "@graphql-tools/utils": "10.6.1",
"@parse/fs-files-adapter": "3.0.0", "@parse/fs-files-adapter": "3.0.0",
"@parse/push-adapter": "6.7.1", "@parse/push-adapter": "6.7.1",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
@@ -2535,24 +2535,7 @@
"resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-9.0.11.tgz", "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-9.0.11.tgz",
"integrity": "sha512-AJL0XTozn31HoZN8tULzEkbDXyETA5vAFu4Q65kxJDu027p+auaNFYj/y51HP4BhMR4wykoteWyO7/VxKfdpiw==", "integrity": "sha512-AJL0XTozn31HoZN8tULzEkbDXyETA5vAFu4Q65kxJDu027p+auaNFYj/y51HP4BhMR4wykoteWyO7/VxKfdpiw==",
"dependencies": { "dependencies": {
"@graphql-tools/utils": "^10.6.1", "@graphql-tools/utils": "10.6.1",
"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/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" "tslib": "^2.4.0"
}, },
"engines": { "engines": {
@@ -2579,27 +2562,10 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
} }
}, },
"node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils": {
"version": "10.6.0",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.6.0.tgz",
"integrity": "sha512-bqSn2ekSNwFVZprY6YsrHkqPA7cPLNKxiPlEzS1djhfvx4q9tx7Uwc5dnLp3SSnKinJ8dJk9FA5sxNcKjCM44w==",
"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/utils": { "node_modules/@graphql-tools/utils": {
"version": "10.5.6", "version": "10.6.1",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.5.6.tgz", "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.6.1.tgz",
"integrity": "sha512-JAC44rhbLzXUHiltceyEpWkxmX4e45Dfg19wRFoA9EbDxQVbOzVNF76eEECdg0J1owFsJwfLqCwz7/6xzrovOw==", "integrity": "sha512-XHl0/DWkMf/8Dmw1F3RRoMPt6ZwU4J707YWcbPjS+49WZNoTVz6f+prQ4GuwZT8RqTPtrRawnGU93AV73ZLTfQ==",
"dependencies": { "dependencies": {
"@graphql-typed-document-node/core": "^3.1.1", "@graphql-typed-document-node/core": "^3.1.1",
"cross-inspect": "1.0.1", "cross-inspect": "1.0.1",
@@ -22920,21 +22886,8 @@
"resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-9.0.11.tgz", "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-9.0.11.tgz",
"integrity": "sha512-AJL0XTozn31HoZN8tULzEkbDXyETA5vAFu4Q65kxJDu027p+auaNFYj/y51HP4BhMR4wykoteWyO7/VxKfdpiw==", "integrity": "sha512-AJL0XTozn31HoZN8tULzEkbDXyETA5vAFu4Q65kxJDu027p+auaNFYj/y51HP4BhMR4wykoteWyO7/VxKfdpiw==",
"requires": { "requires": {
"@graphql-tools/utils": "^10.6.1", "@graphql-tools/utils": "10.6.1",
"tslib": "^2.4.0" "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": { "@graphql-tools/schema": {
@@ -22946,25 +22899,12 @@
"@graphql-tools/utils": "^10.6.0", "@graphql-tools/utils": "^10.6.0",
"tslib": "^2.4.0", "tslib": "^2.4.0",
"value-or-promise": "^1.0.12" "value-or-promise": "^1.0.12"
},
"dependencies": {
"@graphql-tools/utils": {
"version": "10.6.0",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.6.0.tgz",
"integrity": "sha512-bqSn2ekSNwFVZprY6YsrHkqPA7cPLNKxiPlEzS1djhfvx4q9tx7Uwc5dnLp3SSnKinJ8dJk9FA5sxNcKjCM44w==",
"requires": {
"@graphql-typed-document-node/core": "^3.1.1",
"cross-inspect": "1.0.1",
"dset": "^3.1.2",
"tslib": "^2.4.0"
}
}
} }
}, },
"@graphql-tools/utils": { "@graphql-tools/utils": {
"version": "10.5.6", "version": "10.6.1",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.5.6.tgz", "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.6.1.tgz",
"integrity": "sha512-JAC44rhbLzXUHiltceyEpWkxmX4e45Dfg19wRFoA9EbDxQVbOzVNF76eEECdg0J1owFsJwfLqCwz7/6xzrovOw==", "integrity": "sha512-XHl0/DWkMf/8Dmw1F3RRoMPt6ZwU4J707YWcbPjS+49WZNoTVz6f+prQ4GuwZT8RqTPtrRawnGU93AV73ZLTfQ==",
"requires": { "requires": {
"@graphql-typed-document-node/core": "^3.1.1", "@graphql-typed-document-node/core": "^3.1.1",
"cross-inspect": "1.0.1", "cross-inspect": "1.0.1",

View File

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