diff --git a/package-lock.json b/package-lock.json index 11f5ad20..71cc20d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@apollo/client": "3.11.8", - "@opencollective/taxes": "4.3.0", + "@opencollective/taxes": "4.4.0", "@styled-icons/feather": "10.47.0", "@styled-system/prop-types": "^5.1.5", "@styled-system/theme-get": "^5.1.2", @@ -2548,14 +2548,14 @@ } }, "node_modules/@opencollective/taxes": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@opencollective/taxes/-/taxes-4.3.0.tgz", - "integrity": "sha512-f0iN9Gf/ti5CUSMLnTYuUjWfm5twzfVjmvltNyjRE5cUV162hT3JdBxIIlSbyMRMEBynrgaN3zZvHxnuC7LUsg==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@opencollective/taxes/-/taxes-4.4.0.tgz", + "integrity": "sha512-DQbMf7hDnLMGV/f/gjKcOmIAiLaM12IKcNUL0tqU2DKWrWD3DD6cqXhl/ndSH1n2OBsXUgGY5KyG1G0cVEhdHg==", "license": "MIT", "dependencies": { - "jsvat": "2.5.3", + "jsvat-next": "3.0.4", "lodash": "^4.17.20", - "sales-tax": "2.14.0" + "sales-tax": "2.16.0" }, "engines": { "node": ">18.0.0", @@ -4885,6 +4885,15 @@ "dev": true, "optional": true }, + "node_modules/cross-fetch": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz", + "integrity": "sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==", + "license": "MIT", + "dependencies": { + "node-fetch": "^2.6.12" + } + }, "node_modules/cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", @@ -10092,6 +10101,12 @@ "integrity": "sha512-jra/1qujP+vrrCgLcGRRHwLrKj69cLvWUMeFwhwoD/AeHSZ9BY9Bf59GNOtDdDmGhchNwasrWjnKBTbL19FHsg==", "license": "MIT" }, + "node_modules/jsvat-next": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/jsvat-next/-/jsvat-next-3.0.4.tgz", + "integrity": "sha512-Q9wV2xfBG8yaD4WkskQMLKWXy9vbU5GUABp9tIPldjp7eyLCGK4BLyIYxUP+lXr1E6pIbI0HlSBocF5YSqZduw==", + "license": "MIT" + }, "node_modules/jsx-ast-utils": { "version": "3.3.5", "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", @@ -12101,40 +12116,20 @@ "devOptional": true }, "node_modules/sales-tax": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/sales-tax/-/sales-tax-2.14.0.tgz", - "integrity": "sha512-mz64zfCTLapVGMNX3lbGMlVIkFHTfugN3KV1pU2AaxCG/pw/m4wPvLFG6t9eebCbD3RgngnOjbJsui5DLR0W9Q==", + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/sales-tax/-/sales-tax-2.16.0.tgz", + "integrity": "sha512-33i3wHkf6xmYSLkQC9I5tJAwhii/TI8WmvlFz3WrbJW5eQ0PKGZsn+IFnvGgwwFMONT8QT3Uh0ZfzLbVdw/y4A==", "license": "MIT", "dependencies": { + "cross-fetch": "4.0.0", "ein-validator": "1.0.1", "jsvat": "2.5.3", - "node-fetch": "2.6.12", "validate-vat": "0.9.0" }, "engines": { "node": ">= 6.4.0" } }, - "node_modules/sales-tax/node_modules/node-fetch": { - "version": "2.6.12", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz", - "integrity": "sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==", - "license": "MIT", - "dependencies": { - "whatwg-url": "^5.0.0" - }, - "engines": { - "node": "4.x || >=6.0.0" - }, - "peerDependencies": { - "encoding": "^0.1.0" - }, - "peerDependenciesMeta": { - "encoding": { - "optional": true - } - } - }, "node_modules/sanitize-html": { "version": "2.13.0", "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.13.0.tgz", diff --git a/package.json b/package.json index 4a2e2107..5af3cb00 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@apollo/client": "3.11.8", - "@opencollective/taxes": "4.3.0", + "@opencollective/taxes": "4.4.0", "@styled-icons/feather": "10.47.0", "@styled-system/prop-types": "^5.1.5", "@styled-system/theme-get": "^5.1.2",