chore(deps): bump downshift from 8.0.0 to 8.1.0 in /ui

Bumps [downshift](https://github.com/downshift-js/downshift) from 8.0.0 to 8.1.0.
- [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/v8.0.0...v8.1.0)

---
updated-dependencies:
- dependency-name: downshift
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-08-04 16:31:11 +00:00
committed by Łukasz Mierzwa
parent 6d6d79e870
commit 83f96d01b2
2 changed files with 5 additions and 5 deletions

8
ui/package-lock.json generated
View File

@@ -22,7 +22,7 @@
"copy-to-clipboard": "3.3.3",
"csshake": "1.7.0",
"date-fns": "2.30.0",
"downshift": "8.0.0",
"downshift": "8.1.0",
"favico.js": "0.3.10",
"fontfaceobserver": "2.3.0",
"intersection-observer": "0.12.2",
@@ -9020,9 +9020,9 @@
"dev": true
},
"node_modules/downshift": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/downshift/-/downshift-8.0.0.tgz",
"integrity": "sha512-VKO6qjV9OfhhTb0HPLgXANKnRrpLYgmJSwKu0JhlQF/SYl9q/1cYbrBdGGC5BsdRSr95o90m+oa2Ya8w13njvg==",
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/downshift/-/downshift-8.1.0.tgz",
"integrity": "sha512-e9EBBLZvB2G73qT272x3hExttGCH1q1usbjirm+1aMcFXuzSWhgBdbnAHPlFI2rEq61cU/kDrEIMrY+ozMhvmg==",
"dependencies": {
"@babel/runtime": "^7.14.8",
"compute-scroll-into-view": "^2.0.4",

View File

@@ -17,7 +17,7 @@
"copy-to-clipboard": "3.3.3",
"csshake": "1.7.0",
"date-fns": "2.30.0",
"downshift": "8.0.0",
"downshift": "8.1.0",
"favico.js": "0.3.10",
"fontfaceobserver": "2.3.0",
"intersection-observer": "0.12.2",