diff --git a/package-lock.json b/package-lock.json index 0640496d..74e6f169 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "@ory/kratos-selfservice-ui-node", - "version": "0.13.0-1", + "version": "0.13.0-6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ory/kratos-selfservice-ui-node", - "version": "0.13.0-1", + "version": "0.13.0-6", "license": "Apache-2.0", "dependencies": { "@ory/client": "1.1.41", "@ory/elements-markup": "0.0.1-beta.7", - "@ory/integrations": "1.1.3", + "@ory/integrations": "1.1.4", "axios": "1.2.6", "body-parser": "1.20.1", "cookie-parser": "1.4.6", @@ -864,9 +864,9 @@ } }, "node_modules/@ory/integrations": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@ory/integrations/-/integrations-1.1.3.tgz", - "integrity": "sha512-yqLs1zgYWh4Ck2f3efXzJyP+F9PoOXStUS/n9fXr9KqYmtRCVPkxfONwc2+5sZsi2swKIzni6KQdqFtotVMXTA==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/@ory/integrations/-/integrations-1.1.4.tgz", + "integrity": "sha512-1oNoonkXteZTiTzTovA+cvi442xKPqd37zYHohIO9Ak0V42YQlWG6wTKv42KQi8k+75EI+1D8S2fkyaW/SHSEA==", "dependencies": { "@types/tldjs": "^2.3.1", "cookie": "^0.4.1", @@ -879,7 +879,7 @@ "tldjs": "^2.3.1" }, "peerDependencies": { - "@ory/client": ">=1.1.39", + "@ory/client": ">1.1.38", "next": ">=12.0.10" } }, diff --git a/package.json b/package.json index 7634ee80..280887f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ory/kratos-selfservice-ui-node", - "version": "0.13.0-1", + "version": "0.13.0-6", "description": "A reference implementation of a selfservice UI for ORY Kratos in node.js", "homepage": "https://github.com/ory/kratos-selfservice-ui-node#readme", "bugs": { @@ -28,7 +28,7 @@ "dependencies": { "@ory/client": "1.1.41", "@ory/elements-markup": "0.0.1-beta.7", - "@ory/integrations": "1.1.3", + "@ory/integrations": "1.1.4", "axios": "1.2.6", "body-parser": "1.20.1", "cookie-parser": "1.4.6",