diff --git a/package-lock.json b/package-lock.json index 7df20fe..26b21e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,9 +9,9 @@ "version": "0.10.0", "license": "Apache-2.0", "dependencies": { - "graphql": "16.5.0", - "graphql-request": "4.2.0", - "luxon": "2.4.0", + "graphql": "^16.6.0", + "graphql-request": "^5.0.0", + "luxon": "3.0.4", "object-hash": "3.0.0" }, "devDependencies": { @@ -1993,6 +1993,14 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/@graphql-typed-document-node/core": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.1.1.tgz", + "integrity": "sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==", + "peerDependencies": { + "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + } + }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.6", "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.6.tgz", @@ -7505,16 +7513,19 @@ "dev": true }, "node_modules/graphql": { - "version": "16.5.0", - "license": "MIT", + "version": "16.6.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", + "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } }, "node_modules/graphql-request": { - "version": "4.2.0", - "license": "MIT", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-5.0.0.tgz", + "integrity": "sha512-SpVEnIo2J5k2+Zf76cUkdvIRaq5FMZvGQYnA4lUWYbc99m+fHh4CZYRRO/Ff4tCLQ613fzCm3SiDT64ubW5Gyw==", "dependencies": { + "@graphql-typed-document-node/core": "^3.1.1", "cross-fetch": "^3.1.5", "extract-files": "^9.0.0", "form-data": "^3.0.0" @@ -9235,8 +9246,9 @@ } }, "node_modules/luxon": { - "version": "2.4.0", - "license": "MIT", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.0.4.tgz", + "integrity": "sha512-aV48rGUwP/Vydn8HT+5cdr26YYQiUZ42NM6ToMoaGKwYfWbfLeRkEu1wXWMHBZT6+KyLfcbbtVcoQFCbbPjKlw==", "engines": { "node": ">=12" } @@ -14864,6 +14876,12 @@ "strip-json-comments": "^3.1.1" } }, + "@graphql-typed-document-node/core": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.1.1.tgz", + "integrity": "sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==", + "requires": {} + }, "@humanwhocodes/config-array": { "version": "0.11.6", "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.6.tgz", @@ -18723,11 +18741,16 @@ "dev": true }, "graphql": { - "version": "16.5.0" + "version": "16.6.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", + "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==" }, "graphql-request": { - "version": "4.2.0", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-5.0.0.tgz", + "integrity": "sha512-SpVEnIo2J5k2+Zf76cUkdvIRaq5FMZvGQYnA4lUWYbc99m+fHh4CZYRRO/Ff4tCLQ613fzCm3SiDT64ubW5Gyw==", "requires": { + "@graphql-typed-document-node/core": "^3.1.1", "cross-fetch": "^3.1.5", "extract-files": "^9.0.0", "form-data": "^3.0.0" @@ -19879,7 +19902,9 @@ } }, "luxon": { - "version": "2.4.0" + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.0.4.tgz", + "integrity": "sha512-aV48rGUwP/Vydn8HT+5cdr26YYQiUZ42NM6ToMoaGKwYfWbfLeRkEu1wXWMHBZT6+KyLfcbbtVcoQFCbbPjKlw==" }, "make-dir": { "version": "3.1.0", diff --git a/package.json b/package.json index c3ce064..e0253e1 100644 --- a/package.json +++ b/package.json @@ -24,9 +24,9 @@ }, "license": "Apache-2.0", "dependencies": { - "graphql": "16.5.0", - "graphql-request": "4.2.0", - "luxon": "2.4.0", + "graphql": "^16.6.0", + "graphql-request": "^5.0.0", + "luxon": "3.0.4", "object-hash": "3.0.0" }, "devDependencies": { diff --git a/source/changelog.txt b/source/changelog.txt index 9d90f43..ab10358 100644 --- a/source/changelog.txt +++ b/source/changelog.txt @@ -2,6 +2,7 @@ #### Added #### Changed - Confirm compatibility with WordPress 6.1 +- Update dependencies #### Deprecated #### Removed #### Fixed