From 9a6fba207e3a3a636c4f159a9b7f6f3d29266a65 Mon Sep 17 00:00:00 2001 From: Clement Delafargue Date: Wed, 31 Jul 2024 15:32:59 +0200 Subject: [PATCH] bump web-components --- wc/package-lock.json | 32 +++++++++++++++++--------------- wc/package.json | 2 +- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/wc/package-lock.json b/wc/package-lock.json index 92b10ea..1cc0eb2 100644 --- a/wc/package-lock.json +++ b/wc/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@biscuit-auth/web-components": "0.5.1" + "@biscuit-auth/web-components": "0.6.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^21.0.1", @@ -31,16 +31,18 @@ } }, "node_modules/@biscuit-auth/biscuit-wasm-support": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@biscuit-auth/biscuit-wasm-support/-/biscuit-wasm-support-0.4.1.tgz", - "integrity": "sha512-Y2EI1A+i54qHYsJFN8vBbYVjJ+vDl6i20uArqqSvgK0riF/ME3k1oC+55QAw0YFzQeBPYwGCFHtheEHyReZBdw==" + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/@biscuit-auth/biscuit-wasm-support/-/biscuit-wasm-support-0.5.1.tgz", + "integrity": "sha512-wjGcgsU57nZ/jOJsKLf373YFUNqES2cCmnlhU86F7E4UDsrWsJPo0YMlAOyFHoIKrlYfGjNFHb0yLl4os1n9dA==", + "license": "Apache-2.0" }, "node_modules/@biscuit-auth/web-components": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@biscuit-auth/web-components/-/web-components-0.5.1.tgz", - "integrity": "sha512-+eO590BKI/9JHkYk1vMliEZZe1mkvqD9kN+OeaYWy8q+VoAVqwle2zwqGI8ds7ABP+1RcDlYjvgF3Imzj9lyAg==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/@biscuit-auth/web-components/-/web-components-0.6.1.tgz", + "integrity": "sha512-V9WYMJmzou8x9vcndUPWnmPB47IaLJf7KZyDckpMPQz2+MlpLf0U0JiKnRaZrKXGvZa0GZco7ugbhO90NPu7GQ==", + "license": "Apache-2.0", "dependencies": { - "@biscuit-auth/biscuit-wasm-support": "^0.4.1", + "@biscuit-auth/biscuit-wasm-support": "0.5.1", "@codemirror/basic-setup": "^0.19.0", "@codemirror/gutter": "^0.19.5", "@codemirror/highlight": "^0.19.6", @@ -4018,16 +4020,16 @@ } }, "@biscuit-auth/biscuit-wasm-support": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@biscuit-auth/biscuit-wasm-support/-/biscuit-wasm-support-0.4.1.tgz", - "integrity": "sha512-Y2EI1A+i54qHYsJFN8vBbYVjJ+vDl6i20uArqqSvgK0riF/ME3k1oC+55QAw0YFzQeBPYwGCFHtheEHyReZBdw==" + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/@biscuit-auth/biscuit-wasm-support/-/biscuit-wasm-support-0.5.1.tgz", + "integrity": "sha512-wjGcgsU57nZ/jOJsKLf373YFUNqES2cCmnlhU86F7E4UDsrWsJPo0YMlAOyFHoIKrlYfGjNFHb0yLl4os1n9dA==" }, "@biscuit-auth/web-components": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@biscuit-auth/web-components/-/web-components-0.5.1.tgz", - "integrity": "sha512-+eO590BKI/9JHkYk1vMliEZZe1mkvqD9kN+OeaYWy8q+VoAVqwle2zwqGI8ds7ABP+1RcDlYjvgF3Imzj9lyAg==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/@biscuit-auth/web-components/-/web-components-0.6.1.tgz", + "integrity": "sha512-V9WYMJmzou8x9vcndUPWnmPB47IaLJf7KZyDckpMPQz2+MlpLf0U0JiKnRaZrKXGvZa0GZco7ugbhO90NPu7GQ==", "requires": { - "@biscuit-auth/biscuit-wasm-support": "^0.4.1", + "@biscuit-auth/biscuit-wasm-support": "0.5.1", "@codemirror/basic-setup": "^0.19.0", "@codemirror/gutter": "^0.19.5", "@codemirror/highlight": "^0.19.6", diff --git a/wc/package.json b/wc/package.json index 65fd458..ef5de6a 100644 --- a/wc/package.json +++ b/wc/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "@biscuit-auth/web-components": "0.5.1" + "@biscuit-auth/web-components": "0.6.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^21.0.1",