diff --git a/package-lock.json b/package-lock.json index a9663f0..292299b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,8 +25,8 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-icons": "5.3.0", - "supertokens-auth-react": "0.46.0", - "supertokens-node": "20.0.5", + "supertokens-auth-react": "0.47.0", + "supertokens-node": "20.1.2", "supertokens-web-js": "0.13.0", "swagger-ui-react": "5.17.14", "tailwind-merge": "2.5.2", @@ -15527,14 +15527,6 @@ "node": ">=8" } }, - "node_modules/inflation": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/inflation/-/inflation-2.1.0.tgz", - "integrity": "sha512-t54PPJHG1Pp7VQvxyVCJ9mBbjG3Hqryges9bXoOO6GExCPa+//i/d5GSuFtpx3ALLd7lgIAur6zrIlBQyJuMlQ==", - "engines": { - "node": ">= 0.8.0" - } - }, "node_modules/inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", @@ -24124,9 +24116,9 @@ } }, "node_modules/supertokens-auth-react": { - "version": "0.46.0", - "resolved": "https://registry.npmjs.org/supertokens-auth-react/-/supertokens-auth-react-0.46.0.tgz", - "integrity": "sha512-2dF8DqAtqRlQMFJlOp9KI8qqUCg98PJxA3P4Sh2CIAt50bx/+UpcfMj3Wd3SLcbEfj5CUYk58IVC+3sWOKA+eg==", + "version": "0.47.0", + "resolved": "https://registry.npmjs.org/supertokens-auth-react/-/supertokens-auth-react-0.47.0.tgz", + "integrity": "sha512-m8+yyQAdQ9x6VkejMCY3+MwgQrV8beSPDw+nK2Wo2CmGOkFwGqkDADTrB+174YD0rD+NBL0HPkr1JwaSnZ/SHQ==", "license": "Apache-2.0", "dependencies": { "intl-tel-input": "^17.0.19", @@ -24150,25 +24142,51 @@ "integrity": "sha512-r0JFBjkMIdep3Lbk3JA+MpnpuOtw4RSyrlRAbrzMcxwiYco3GFWl/daimQZ5b1forOiUODpOlXbSOljP/oyurg==" }, "node_modules/supertokens-node": { - "version": "20.0.5", - "resolved": "https://registry.npmjs.org/supertokens-node/-/supertokens-node-20.0.5.tgz", - "integrity": "sha512-IllfjJeRel2HOwVqgicgNhObZy1WbbL00qPHRw7Y1KFGJ7XSA08Ge3R7qXAxT/DTn4TQ8xWnYEUi+uGnDwB++g==", + "version": "20.1.2", + "resolved": "https://registry.npmjs.org/supertokens-node/-/supertokens-node-20.1.2.tgz", + "integrity": "sha512-Ypbm5h537VykYFGbVBtnDr0cea0VWhFszrN05tMZKKvc7h40lVV+uwF+1wh03RWuAFsIdb81DcoFV1cwgmz4sg==", "license": "Apache-2.0", "dependencies": { + "buffer": "^6.0.3", "content-type": "^1.0.5", "cookie": "0.4.0", "cross-fetch": "^3.1.6", "debug": "^4.3.3", - "inflation": "^2.0.0", "jose": "^4.13.1", "libphonenumber-js": "^1.9.44", "nodemailer": "^6.7.2", + "pako": "^2.1.0", "pkce-challenge": "^3.0.0", + "process": "^0.11.10", "psl": "1.8.0", "supertokens-js-override": "^0.0.4", "twilio": "^4.19.3" } }, + "node_modules/supertokens-node/node_modules/buffer": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", + "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.2.1" + } + }, "node_modules/supertokens-node/node_modules/cookie": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", @@ -24178,6 +24196,12 @@ "node": ">= 0.6" } }, + "node_modules/supertokens-node/node_modules/pako": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz", + "integrity": "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==", + "license": "(MIT AND Zlib)" + }, "node_modules/supertokens-node/node_modules/psl": { "version": "1.8.0", "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", diff --git a/package.json b/package.json index 2902b51..f624103 100644 --- a/package.json +++ b/package.json @@ -50,8 +50,8 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-icons": "5.3.0", - "supertokens-auth-react": "0.46.0", - "supertokens-node": "20.0.5", + "supertokens-auth-react": "0.47.0", + "supertokens-node": "20.1.2", "supertokens-web-js": "0.13.0", "swagger-ui-react": "5.17.14", "tailwind-merge": "2.5.2",