web: bump style-mod from 4.1.1 to 4.1.2 in /web (#8763)

Bumps [style-mod](https://github.com/marijnh/style-mod) from 4.1.1 to 4.1.2.
- [Commits](https://github.com/marijnh/style-mod/compare/4.1.1...4.1.2)

---
updated-dependencies:
- dependency-name: style-mod
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-03-01 17:16:43 +01:00
committed by GitHub
parent 0d0d33f104
commit 604242a76c
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -38,7 +38,7 @@
"lit": "^2.8.0", "lit": "^2.8.0",
"mermaid": "^10.8.0", "mermaid": "^10.8.0",
"rapidoc": "^9.3.4", "rapidoc": "^9.3.4",
"style-mod": "^4.1.1", "style-mod": "^4.1.2",
"webcomponent-qr-code": "^1.2.0", "webcomponent-qr-code": "^1.2.0",
"yaml": "^2.4.0" "yaml": "^2.4.0"
}, },
@ -17287,9 +17287,9 @@
} }
}, },
"node_modules/style-mod": { "node_modules/style-mod": {
"version": "4.1.1", "version": "4.1.2",
"resolved": "https://registry.npmjs.org/style-mod/-/style-mod-4.1.1.tgz", "resolved": "https://registry.npmjs.org/style-mod/-/style-mod-4.1.2.tgz",
"integrity": "sha512-nFSNaYG2I8jgB3GZ67q7WjnHlZBzyX5OKgx89k6JkPlaNoyMlRstdBvWgo95qRgUa6tUuvpt4zZM6KWCj+oU6Q==" "integrity": "sha512-wnD1HyVqpJUI2+eKZ+eo1UwghftP6yuFheBqqe+bWCotBjC2K1YnteJILRMs3SM4V/0dLEW1SC27MWP5y+mwmw=="
}, },
"node_modules/stylis": { "node_modules/stylis": {
"version": "4.3.0", "version": "4.3.0",

View File

@ -63,7 +63,7 @@
"lit": "^2.8.0", "lit": "^2.8.0",
"mermaid": "^10.8.0", "mermaid": "^10.8.0",
"rapidoc": "^9.3.4", "rapidoc": "^9.3.4",
"style-mod": "^4.1.1", "style-mod": "^4.1.2",
"webcomponent-qr-code": "^1.2.0", "webcomponent-qr-code": "^1.2.0",
"yaml": "^2.4.0" "yaml": "^2.4.0"
}, },