mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-04 12:10:14 -08:00
chore(deps): bump downshift from 9.0.6 to 9.0.8 in /web/ui/react-app (#15627)
Bumps [downshift](https://github.com/downshift-js/downshift) from 9.0.6 to 9.0.8. - [Release notes](https://github.com/downshift-js/downshift/releases) - [Changelog](https://github.com/downshift-js/downshift/blob/master/CHANGELOG.md) - [Commits](https://github.com/downshift-js/downshift/compare/v9.0.6...v9.0.8) --- updated-dependencies: - dependency-name: downshift 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:
parent
d33019eef4
commit
f4512469c0
8
web/ui/react-app/package-lock.json
generated
8
web/ui/react-app/package-lock.json
generated
|
@ -27,7 +27,7 @@
|
|||
"@prometheus-io/codemirror-promql": "0.55.0",
|
||||
"bootstrap": "^4.6.2",
|
||||
"css.escape": "^1.5.1",
|
||||
"downshift": "^9.0.6",
|
||||
"downshift": "^9.0.8",
|
||||
"http-proxy-middleware": "^3.0.0",
|
||||
"jquery": "^3.7.1",
|
||||
"jquery.flot.tooltip": "^0.9.0",
|
||||
|
@ -8542,9 +8542,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/downshift": {
|
||||
"version": "9.0.6",
|
||||
"resolved": "https://registry.npmjs.org/downshift/-/downshift-9.0.6.tgz",
|
||||
"integrity": "sha512-lkqWh0eb34XuH+3z3/BH/LGVRV7ur0rielSlxtlQKsjAFF/wc/c0wsM9phUGXyzK2g1QWHoNHQyc+vVAheI17Q==",
|
||||
"version": "9.0.8",
|
||||
"resolved": "https://registry.npmjs.org/downshift/-/downshift-9.0.8.tgz",
|
||||
"integrity": "sha512-59BWD7+hSUQIM1DeNPLirNNnZIO9qMdIK5GQ/Uo8q34gT4B78RBlb9dhzgnh0HfQTJj4T/JKYD8KoLAlMWnTsA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.24.5",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"@prometheus-io/codemirror-promql": "0.55.0",
|
||||
"bootstrap": "^4.6.2",
|
||||
"css.escape": "^1.5.1",
|
||||
"downshift": "^9.0.6",
|
||||
"downshift": "^9.0.8",
|
||||
"http-proxy-middleware": "^3.0.0",
|
||||
"jquery": "^3.7.1",
|
||||
"jquery.flot.tooltip": "^0.9.0",
|
||||
|
|
Loading…
Reference in a new issue