diff --git a/package-lock.json b/package-lock.json index 4787c1e..4323f3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "seamless-auth-api", - "version": "0.13.2", + "version": "0.14.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "seamless-auth-api", - "version": "0.13.2", + "version": "0.14.0", "license": "AGPL-3.0-only", "dependencies": { "@asteasolutions/zod-to-openapi": "^9.1.0", @@ -24,7 +24,7 @@ "helmet": "^8.3.0", "jose": "^6.2.11", "jsonwebtoken": "^9.0.2", - "libphonenumber-js": "^1.13.12", + "libphonenumber-js": "^1.13.13", "pg": "^8.23.0", "pg-hstore": "^2.3.4", "sequelize": "^6.37.3", @@ -32,7 +32,7 @@ "swagger-ui-express": "^5.0.1", "validator": "^13.15.35", "winston": "^3.14.2", - "zod": "^4.5.4" + "zod": "^4.6.2" }, "devDependencies": { "@changesets/cli": "^3.0.2", @@ -7133,9 +7133,9 @@ } }, "node_modules/libphonenumber-js": { - "version": "1.13.12", - "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.13.12.tgz", - "integrity": "sha512-uLVeV1c9OTk6qkdqnj+mpMD+ZdnZ0szVyWu58HwMmpwkHA1gCEkyjd3veZQXDnuw9KEwSRjcc9B1pS9XKIN1fA==", + "version": "1.13.13", + "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.13.13.tgz", + "integrity": "sha512-hV6SmWnyQ8U1QXhhqbqYBHIStNnscG7A5XbGodgdHhf/8N5PwhYpJA5U/yHDjYwPYTd8uNGXqq416XctuvK2PA==", "license": "MIT" }, "node_modules/lightningcss": { @@ -10936,9 +10936,9 @@ } }, "node_modules/zod": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/zod/-/zod-4.5.4.tgz", - "integrity": "sha512-sC95tT5iHHH9gtpj6A81kh+NEaRAUFN+qlUPDUbRfOMvNf5QCBqsb3WgvnpVtK5Y+4UfA6KqufotuTvMGiTlsA==", + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.6.2.tgz", + "integrity": "sha512-lh5RCAGFa1Cm2hjtNwLQhSs/AsqdWnTQaBER9fEwN/88pSh7KOtJavtBx/0VlkN/uFd61SwYmljLMDAsHlvzBQ==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" diff --git a/package.json b/package.json index 85a58d1..f61e462 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "helmet": "^8.3.0", "jose": "^6.2.11", "jsonwebtoken": "^9.0.2", - "libphonenumber-js": "^1.13.12", + "libphonenumber-js": "^1.13.13", "pg": "^8.23.0", "pg-hstore": "^2.3.4", "sequelize": "^6.37.3", @@ -71,7 +71,7 @@ "swagger-ui-express": "^5.0.1", "validator": "^13.15.35", "winston": "^3.14.2", - "zod": "^4.5.4" + "zod": "^4.6.2" }, "devDependencies": { "@changesets/cli": "^3.0.2",