From 754ea0f702137b00330faa88b9febcac157076fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 14:25:19 +0200 Subject: [PATCH] web: bump style-mod from 4.0.3 to 4.1.0 in /web (#6594) * web: bump style-mod from 4.0.3 to 4.1.0 in /web Bumps [style-mod](https://github.com/marijnh/style-mod) from 4.0.3 to 4.1.0. - [Commits](https://github.com/marijnh/style-mod/compare/4.0.3...4.1.0) --- updated-dependencies: - dependency-name: style-mod dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * run migrate Signed-off-by: Jens Langhammer --------- Signed-off-by: dependabot[bot] Signed-off-by: Jens Langhammer Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer --- .github/workflows/publish-source-docs.yml | 1 + web/package-lock.json | 8 ++++---- web/package.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish-source-docs.yml b/.github/workflows/publish-source-docs.yml index 0b6228859..d6615a03f 100644 --- a/.github/workflows/publish-source-docs.yml +++ b/.github/workflows/publish-source-docs.yml @@ -20,6 +20,7 @@ jobs: uses: ./.github/actions/setup - name: generate docs run: | + poetry run make migrate poetry run ak build_source_docs - name: Publish uses: netlify/actions/cli@master diff --git a/web/package-lock.json b/web/package-lock.json index 371e13618..9b53e5b96 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -37,7 +37,7 @@ "lit": "^2.8.0", "mermaid": "^10.3.1", "rapidoc": "^9.3.4", - "style-mod": "^4.0.3", + "style-mod": "^4.1.0", "webcomponent-qr-code": "^1.2.0", "yaml": "^2.3.1" }, @@ -21160,9 +21160,9 @@ } }, "node_modules/style-mod": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/style-mod/-/style-mod-4.0.3.tgz", - "integrity": "sha512-78Jv8kYJdjbvRwwijtCevYADfsI0lGzYJe4mMFdceO8l75DFFDoqBhR1jVDicDRRaX4//g1u9wKeo+ztc2h1Rw==" + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/style-mod/-/style-mod-4.1.0.tgz", + "integrity": "sha512-Ca5ib8HrFn+f+0n4N4ScTIA9iTOQ7MaGS1ylHcoVqW9J7w2w8PzN6g9gKmTYgGEBH8e120+RCmhpje6jC5uGWA==" }, "node_modules/stylis": { "version": "4.3.0", diff --git a/web/package.json b/web/package.json index 8b33ded43..42831de26 100644 --- a/web/package.json +++ b/web/package.json @@ -54,7 +54,7 @@ "lit": "^2.8.0", "mermaid": "^10.3.1", "rapidoc": "^9.3.4", - "style-mod": "^4.0.3", + "style-mod": "^4.1.0", "webcomponent-qr-code": "^1.2.0", "yaml": "^2.3.1" },