chore(deps): bump downshift from 7.0.1 to 7.0.4 in /ui

Bumps [downshift](https://github.com/downshift-js/downshift) from 7.0.1 to 7.0.4.
- [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/v7.0.1...v7.0.4)

---
updated-dependencies:
- dependency-name: downshift
  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]
2022-11-24 20:11:09 +00:00
committed by Łukasz Mierzwa
parent fdb9e19d1a
commit 7c162b450e
2 changed files with 8 additions and 8 deletions

14
ui/package-lock.json generated
View File

@@ -22,7 +22,7 @@
"copy-to-clipboard": "3.3.3",
"csshake": "1.7.0",
"date-fns": "2.29.3",
"downshift": "7.0.1",
"downshift": "7.0.4",
"favico.js": "0.3.10",
"fontfaceobserver": "2.3.0",
"intersection-observer": "0.12.2",
@@ -17032,9 +17032,9 @@
"dev": true
},
"node_modules/downshift": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/downshift/-/downshift-7.0.1.tgz",
"integrity": "sha512-AdFU8qJjUg9WZaLKzh7xAPfEwAB0dSqDGb7/Gnx/teldUXcNlaZrxhymOWedzDV+62xphMVustttAngmG33pXw==",
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/downshift/-/downshift-7.0.4.tgz",
"integrity": "sha512-RUDh8vhgFQRfcjL0ovcN95sw+X6njzaNXi2LxIbvVfvxkxju8wwTl021DVeqZOUkf5sZuXg4m4n3Eaf3DoA88g==",
"dependencies": {
"@babel/runtime": "^7.14.8",
"compute-scroll-into-view": "^1.0.17",
@@ -48829,9 +48829,9 @@
"dev": true
},
"downshift": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/downshift/-/downshift-7.0.1.tgz",
"integrity": "sha512-AdFU8qJjUg9WZaLKzh7xAPfEwAB0dSqDGb7/Gnx/teldUXcNlaZrxhymOWedzDV+62xphMVustttAngmG33pXw==",
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/downshift/-/downshift-7.0.4.tgz",
"integrity": "sha512-RUDh8vhgFQRfcjL0ovcN95sw+X6njzaNXi2LxIbvVfvxkxju8wwTl021DVeqZOUkf5sZuXg4m4n3Eaf3DoA88g==",
"requires": {
"@babel/runtime": "^7.14.8",
"compute-scroll-into-view": "^1.0.17",

View File

@@ -21,7 +21,7 @@
"copy-to-clipboard": "3.3.3",
"csshake": "1.7.0",
"date-fns": "2.29.3",
"downshift": "7.0.1",
"downshift": "7.0.4",
"favico.js": "0.3.10",
"fontfaceobserver": "2.3.0",
"intersection-observer": "0.12.2",