diff --git a/package-lock.json b/package-lock.json index fc77112ad49..a0a7921c6aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "debounce": "^1.2.1", "escape-html": "^1.0.3", "highlight.js": "^11.9.0", - "lib0": "^0.2.90", + "lib0": "^0.2.92", "lowlight": "^2.9.0", "markdown-it": "^13.0.2", "markdown-it-container": "^3.0.0", @@ -17077,13 +17077,14 @@ } }, "node_modules/lib0": { - "version": "0.2.90", - "resolved": "https://registry.npmjs.org/lib0/-/lib0-0.2.90.tgz", - "integrity": "sha512-iQmk+fThPq1ZTD2cFUu8xN6JLp9gFWnjs8auR6hmI6QQXoy6sSEh85uKcdkqpuEnkhhwQm4GSlKHOYfSCVp0Mw==", + "version": "0.2.92", + "resolved": "https://registry.npmjs.org/lib0/-/lib0-0.2.92.tgz", + "integrity": "sha512-cLaqTQmHqOY7hte7FazjG6h8KKR7S36I9FoEnK/RWtCmmwoZ4e8wDnMB1tkU0a54yf2l+SUNyR/jfKuBsXxVNw==", "dependencies": { "isomorphic.js": "^0.2.4" }, "bin": { + "0ecdsa-generate-keypair": "bin/0ecdsa-generate-keypair.js", "0gentesthtml": "bin/gentesthtml.js", "0serve": "bin/0serve.js" }, @@ -42715,9 +42716,9 @@ } }, "lib0": { - "version": "0.2.90", - "resolved": "https://registry.npmjs.org/lib0/-/lib0-0.2.90.tgz", - "integrity": "sha512-iQmk+fThPq1ZTD2cFUu8xN6JLp9gFWnjs8auR6hmI6QQXoy6sSEh85uKcdkqpuEnkhhwQm4GSlKHOYfSCVp0Mw==", + "version": "0.2.92", + "resolved": "https://registry.npmjs.org/lib0/-/lib0-0.2.92.tgz", + "integrity": "sha512-cLaqTQmHqOY7hte7FazjG6h8KKR7S36I9FoEnK/RWtCmmwoZ4e8wDnMB1tkU0a54yf2l+SUNyR/jfKuBsXxVNw==", "requires": { "isomorphic.js": "^0.2.4" } diff --git a/package.json b/package.json index ae01025d2f0..da540e203e9 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "debounce": "^1.2.1", "escape-html": "^1.0.3", "highlight.js": "^11.9.0", - "lib0": "^0.2.90", + "lib0": "^0.2.92", "lowlight": "^2.9.0", "markdown-it": "^13.0.2", "markdown-it-container": "^3.0.0",