update dependencies

This commit is contained in:
Daniel Waxweiler 2022-10-26 23:31:05 +02:00
parent 23390db0a9
commit 5a3550568c
3 changed files with 41 additions and 15 deletions

49
package-lock.json generated
View File

@ -9,9 +9,9 @@
"version": "0.10.0", "version": "0.10.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"graphql": "16.5.0", "graphql": "^16.6.0",
"graphql-request": "4.2.0", "graphql-request": "^5.0.0",
"luxon": "2.4.0", "luxon": "3.0.4",
"object-hash": "3.0.0" "object-hash": "3.0.0"
}, },
"devDependencies": { "devDependencies": {
@ -1993,6 +1993,14 @@
"url": "https://opencollective.com/eslint" "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": { "node_modules/@humanwhocodes/config-array": {
"version": "0.11.6", "version": "0.11.6",
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.6.tgz", "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.6.tgz",
@ -7505,16 +7513,19 @@
"dev": true "dev": true
}, },
"node_modules/graphql": { "node_modules/graphql": {
"version": "16.5.0", "version": "16.6.0",
"license": "MIT", "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz",
"integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==",
"engines": { "engines": {
"node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
} }
}, },
"node_modules/graphql-request": { "node_modules/graphql-request": {
"version": "4.2.0", "version": "5.0.0",
"license": "MIT", "resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-5.0.0.tgz",
"integrity": "sha512-SpVEnIo2J5k2+Zf76cUkdvIRaq5FMZvGQYnA4lUWYbc99m+fHh4CZYRRO/Ff4tCLQ613fzCm3SiDT64ubW5Gyw==",
"dependencies": { "dependencies": {
"@graphql-typed-document-node/core": "^3.1.1",
"cross-fetch": "^3.1.5", "cross-fetch": "^3.1.5",
"extract-files": "^9.0.0", "extract-files": "^9.0.0",
"form-data": "^3.0.0" "form-data": "^3.0.0"
@ -9235,8 +9246,9 @@
} }
}, },
"node_modules/luxon": { "node_modules/luxon": {
"version": "2.4.0", "version": "3.0.4",
"license": "MIT", "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.0.4.tgz",
"integrity": "sha512-aV48rGUwP/Vydn8HT+5cdr26YYQiUZ42NM6ToMoaGKwYfWbfLeRkEu1wXWMHBZT6+KyLfcbbtVcoQFCbbPjKlw==",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
} }
@ -14864,6 +14876,12 @@
"strip-json-comments": "^3.1.1" "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": { "@humanwhocodes/config-array": {
"version": "0.11.6", "version": "0.11.6",
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.6.tgz", "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.6.tgz",
@ -18723,11 +18741,16 @@
"dev": true "dev": true
}, },
"graphql": { "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": { "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": { "requires": {
"@graphql-typed-document-node/core": "^3.1.1",
"cross-fetch": "^3.1.5", "cross-fetch": "^3.1.5",
"extract-files": "^9.0.0", "extract-files": "^9.0.0",
"form-data": "^3.0.0" "form-data": "^3.0.0"
@ -19879,7 +19902,9 @@
} }
}, },
"luxon": { "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": { "make-dir": {
"version": "3.1.0", "version": "3.1.0",

View File

@ -24,9 +24,9 @@
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"graphql": "16.5.0", "graphql": "^16.6.0",
"graphql-request": "4.2.0", "graphql-request": "^5.0.0",
"luxon": "2.4.0", "luxon": "3.0.4",
"object-hash": "3.0.0" "object-hash": "3.0.0"
}, },
"devDependencies": { "devDependencies": {

View File

@ -2,6 +2,7 @@
#### Added #### Added
#### Changed #### Changed
- Confirm compatibility with WordPress 6.1 - Confirm compatibility with WordPress 6.1
- Update dependencies
#### Deprecated #### Deprecated
#### Removed #### Removed
#### Fixed #### Fixed