From 0971d46642be306780b7c1a968b5f969cf7f661c Mon Sep 17 00:00:00 2001 From: Rolands Date: Wed, 21 Jun 2023 19:25:29 +0300 Subject: [PATCH] upd to v0.9.8 --- demos/full-stack_framework/package-lock.json | 14 +++++++------- demos/full-stack_framework/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/demos/full-stack_framework/package-lock.json b/demos/full-stack_framework/package-lock.json index 1c86d4d..032863f 100644 --- a/demos/full-stack_framework/package-lock.json +++ b/demos/full-stack_framework/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "sequelize": "^6.28.0", - "socio": "^0.9.7", + "socio": "^0.9.8", "sqlite3": "^5.1.4", "svelte-french-toast": "^1.0.3", "ws": "^8.11.0" @@ -2349,9 +2349,9 @@ } }, "node_modules/socio": { - "version": "0.9.7", - "resolved": "https://registry.npmjs.org/socio/-/socio-0.9.7.tgz", - "integrity": "sha512-qBPuvh/wbBc+bGZ2mH5EkBDXcW+Ger1iUy/RUiFv7V+Dni0WK7hE75emiIju3jOtS42BVVlEZijvRLKxV9FSvA==", + "version": "0.9.8", + "resolved": "https://registry.npmjs.org/socio/-/socio-0.9.8.tgz", + "integrity": "sha512-ZWDXLVCnuAIXiuKj35TO6nH9nqUYXM+iu5zAGyx3axyF9FiLlk32tHYBVVUQqFxpwCjRhhihwFZYtTsBXFBP/w==", "dependencies": { "base64-js": "^1.5.1", "recursive-diff": "^1.0.9", @@ -4494,9 +4494,9 @@ "optional": true }, "socio": { - "version": "0.9.7", - "resolved": "https://registry.npmjs.org/socio/-/socio-0.9.7.tgz", - "integrity": "sha512-qBPuvh/wbBc+bGZ2mH5EkBDXcW+Ger1iUy/RUiFv7V+Dni0WK7hE75emiIju3jOtS42BVVlEZijvRLKxV9FSvA==", + "version": "0.9.8", + "resolved": "https://registry.npmjs.org/socio/-/socio-0.9.8.tgz", + "integrity": "sha512-ZWDXLVCnuAIXiuKj35TO6nH9nqUYXM+iu5zAGyx3axyF9FiLlk32tHYBVVUQqFxpwCjRhhihwFZYtTsBXFBP/w==", "requires": { "base64-js": "^1.5.1", "recursive-diff": "^1.0.9", diff --git a/demos/full-stack_framework/package.json b/demos/full-stack_framework/package.json index 96caa32..6698627 100644 --- a/demos/full-stack_framework/package.json +++ b/demos/full-stack_framework/package.json @@ -23,7 +23,7 @@ "type": "module", "dependencies": { "sequelize": "^6.28.0", - "socio": "^0.9.7", + "socio": "^0.9.8", "sqlite3": "^5.1.4", "svelte-french-toast": "^1.0.3", "ws": "^8.11.0"