Bump preact from 10.18.1 to 10.18.2 in /web

Bumps [preact](https://github.com/preactjs/preact) from 10.18.1 to 10.18.2.
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](https://github.com/preactjs/preact/compare/10.18.1...10.18.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-03 11:48:45 +00:00 committed by GitHub
parent b54aaad382
commit 2a318f0527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -15,7 +15,7 @@
"idb-keyval": "^6.2.0", "idb-keyval": "^6.2.0",
"immer": "^10.0.1", "immer": "^10.0.1",
"monaco-yaml": "^4.0.4", "monaco-yaml": "^4.0.4",
"preact": "^10.17.1", "preact": "^10.18.2",
"preact-async-route": "^2.2.1", "preact-async-route": "^2.2.1",
"preact-router": "^4.1.0", "preact-router": "^4.1.0",
"react": "npm:@preact/compat@^17.1.2", "react": "npm:@preact/compat@^17.1.2",
@ -7666,9 +7666,9 @@
"dev": true "dev": true
}, },
"node_modules/preact": { "node_modules/preact": {
"version": "10.18.1", "version": "10.18.2",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.18.1.tgz", "resolved": "https://registry.npmjs.org/preact/-/preact-10.18.2.tgz",
"integrity": "sha512-mKUD7RRkQQM6s7Rkmi7IFkoEHjuFqRQUaXamO61E6Nn7vqF/bo7EZCmSyrUnp2UWHw0O7XjZ2eeXis+m7tf4lg==", "integrity": "sha512-X/K43vocUHDg0XhWVmTTMbec4LT/iBMh+csCEqJk+pJqegaXsvjdqN80ZZ3L+93azWCnWCZ+WGwYb8SplxeNjA==",
"funding": { "funding": {
"type": "opencollective", "type": "opencollective",
"url": "https://opencollective.com/preact" "url": "https://opencollective.com/preact"
@ -15049,9 +15049,9 @@
"dev": true "dev": true
}, },
"preact": { "preact": {
"version": "10.18.1", "version": "10.18.2",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.18.1.tgz", "resolved": "https://registry.npmjs.org/preact/-/preact-10.18.2.tgz",
"integrity": "sha512-mKUD7RRkQQM6s7Rkmi7IFkoEHjuFqRQUaXamO61E6Nn7vqF/bo7EZCmSyrUnp2UWHw0O7XjZ2eeXis+m7tf4lg==" "integrity": "sha512-X/K43vocUHDg0XhWVmTTMbec4LT/iBMh+csCEqJk+pJqegaXsvjdqN80ZZ3L+93azWCnWCZ+WGwYb8SplxeNjA=="
}, },
"preact-async-route": { "preact-async-route": {
"version": "2.2.1", "version": "2.2.1",

View File

@ -19,7 +19,7 @@
"idb-keyval": "^6.2.0", "idb-keyval": "^6.2.0",
"immer": "^10.0.1", "immer": "^10.0.1",
"monaco-yaml": "^4.0.4", "monaco-yaml": "^4.0.4",
"preact": "^10.17.1", "preact": "^10.18.2",
"preact-async-route": "^2.2.1", "preact-async-route": "^2.2.1",
"preact-router": "^4.1.0", "preact-router": "^4.1.0",
"react": "npm:@preact/compat@^17.1.2", "react": "npm:@preact/compat@^17.1.2",