web: bump style-mod from 4.1.0 to 4.1.1 in /web (#8718)

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

---
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-02-28 14:17:52 +01:00
committed by GitHub
parent 0ca96adaaf
commit a74ab9d2c1
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",
"mermaid": "^10.8.0",
"rapidoc": "^9.3.4",
"style-mod": "^4.1.0",
"style-mod": "^4.1.1",
"webcomponent-qr-code": "^1.2.0",
"yaml": "^2.4.0"
},
@ -17287,9 +17287,9 @@
}
},
"node_modules/style-mod": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/style-mod/-/style-mod-4.1.0.tgz",
"integrity": "sha512-Ca5ib8HrFn+f+0n4N4ScTIA9iTOQ7MaGS1ylHcoVqW9J7w2w8PzN6g9gKmTYgGEBH8e120+RCmhpje6jC5uGWA=="
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/style-mod/-/style-mod-4.1.1.tgz",
"integrity": "sha512-nFSNaYG2I8jgB3GZ67q7WjnHlZBzyX5OKgx89k6JkPlaNoyMlRstdBvWgo95qRgUa6tUuvpt4zZM6KWCj+oU6Q=="
},
"node_modules/stylis": {
"version": "4.3.0",

View File

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