diff --git a/docs/package-lock.json b/docs/package-lock.json index 42d1d3632..8ba81f43d 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -5845,9 +5845,9 @@ "integrity": "sha512-/V1MnLL/rgJ3jkMWo84UR+K+jF1cxNG1a+KwqeXqTIJ+jtA8aWSHuigx8lTzauiIjBDbwF3NcWQMotd0Dm39jA==" }, "markdown-it-attrs": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/markdown-it-attrs/-/markdown-it-attrs-3.0.2.tgz", - "integrity": "sha512-q45vdXU9TSWaHgFkWEFM97YHEoCmOyG9csLLdv3oVC6ARjT77u4wfng9rRtSOMb5UpxzT7zTX5GBbwm15H40dw==" + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/markdown-it-attrs/-/markdown-it-attrs-3.0.3.tgz", + "integrity": "sha512-cLnICU2t61skNCr4Wih/sdza+UbQcqJGZwvqAypnbWA284nzDm+Gpc90iaRk/JjsIy4emag5v3s0rXFhFBWhCA==" }, "markdown-it-chain": { "version": "1.3.0", @@ -6504,9 +6504,9 @@ } }, "opencollective-postinstall": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz", - "integrity": "sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw==" + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz", + "integrity": "sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q==" }, "opn": { "version": "5.5.0", @@ -9879,9 +9879,9 @@ } }, "vuepress-theme-cosmos": { - "version": "1.0.165", - "resolved": "https://registry.npmjs.org/vuepress-theme-cosmos/-/vuepress-theme-cosmos-1.0.165.tgz", - "integrity": "sha512-xDlME5i9foxYEr/Ftc45848QhGU58LXZ+PRIGch71aaQ6aaMSUxqeRNhtaGwYS/RghahPJMrsIFOU/8Gh87ZoA==", + "version": "1.0.166", + "resolved": "https://registry.npmjs.org/vuepress-theme-cosmos/-/vuepress-theme-cosmos-1.0.166.tgz", + "integrity": "sha512-ZW/zFKOPZVRgMnYYop76U92uf8Jt8AFMjBtI6hJS4h2OiqhpzMYm89PaR/q3P5xqxIcjU7C4fxq7vijlKPSUXQ==", "requires": { "@cosmos-ui/vue": "0.30.0", "@vuepress/plugin-google-analytics": "1.5.0", diff --git a/docs/package.json b/docs/package.json index 88b574e89..b45ed3bb7 100644 --- a/docs/package.json +++ b/docs/package.json @@ -4,7 +4,7 @@ "description": "Tendermint Core Documentation", "main": "index.js", "dependencies": { - "vuepress-theme-cosmos": "^1.0.165" + "vuepress-theme-cosmos": "^1.0.166" }, "scripts": { "preserve": "./pre.sh",