mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
fix: upgrade preact from 10.24.2 to 10.24.3
Snyk has created this PR to upgrade preact from 10.24.2 to 10.24.3. See this package in npm: preact See this project in Snyk: https://app.snyk.io/org/victoriametrics/project/69d9ccbb-b5b1-492f-9f8c-9032dcaf021e?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
parent
d1af84a49d
commit
a69ab632d8
2 changed files with 6 additions and 5 deletions
9
app/vmui/packages/vmui/package-lock.json
generated
9
app/vmui/packages/vmui/package-lock.json
generated
|
@ -23,7 +23,7 @@
|
|||
"lodash.throttle": "^4.1.1",
|
||||
"marked": "^14.1.2",
|
||||
"marked-emoji": "^1.4.2",
|
||||
"preact": "^10.23.2",
|
||||
"preact": "^10.24.3",
|
||||
"qs": "^6.13.0",
|
||||
"react-input-mask": "^2.0.4",
|
||||
"react-router-dom": "^6.26.2",
|
||||
|
@ -15933,9 +15933,10 @@
|
|||
"peer": true
|
||||
},
|
||||
"node_modules/preact": {
|
||||
"version": "10.24.2",
|
||||
"resolved": "https://registry.npmjs.org/preact/-/preact-10.24.2.tgz",
|
||||
"integrity": "sha512-1cSoF0aCC8uaARATfrlz4VCBqE8LwZwRfLgkxJOQwAlQt6ayTmi0D9OF7nXid1POI5SZidFuG9CnlXbDfLqY/Q==",
|
||||
"version": "10.24.3",
|
||||
"resolved": "https://registry.npmjs.org/preact/-/preact-10.24.3.tgz",
|
||||
"integrity": "sha512-Z2dPnBnMUfyQfSQ+GBdsGa16hz35YmLmtTLhM169uW944hYL6xzTYkJjC07j+Wosz733pMWx0fgON3JNw1jJQA==",
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/preact"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"lodash.throttle": "^4.1.1",
|
||||
"marked": "^14.1.2",
|
||||
"marked-emoji": "^1.4.2",
|
||||
"preact": "^10.23.2",
|
||||
"preact": "^10.24.3",
|
||||
"qs": "^6.13.0",
|
||||
"react-input-mask": "^2.0.4",
|
||||
"react-router-dom": "^6.26.2",
|
||||
|
|
Loading…
Reference in a new issue