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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-10-29 11:56:15 +00:00
committed by Łukasz Mierzwa
parent 8fd16298c2
commit 40dab32a5a
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.2",
"csshake": "1.7.0",
"date-fns": "2.29.3",
"downshift": "6.1.12",
"downshift": "7.0.1",
"favico.js": "0.3.10",
"fontfaceobserver": "2.3.0",
"intersection-observer": "0.12.2",
@@ -17008,9 +17008,9 @@
"dev": true
},
"node_modules/downshift": {
"version": "6.1.12",
"resolved": "https://registry.npmjs.org/downshift/-/downshift-6.1.12.tgz",
"integrity": "sha512-7XB/iaSJVS4T8wGFT3WRXmSF1UlBHAA40DshZtkrIscIN+VC+Lh363skLxFTvJwtNgHxAMDGEHT4xsyQFWL+UA==",
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/downshift/-/downshift-7.0.1.tgz",
"integrity": "sha512-AdFU8qJjUg9WZaLKzh7xAPfEwAB0dSqDGb7/Gnx/teldUXcNlaZrxhymOWedzDV+62xphMVustttAngmG33pXw==",
"dependencies": {
"@babel/runtime": "^7.14.8",
"compute-scroll-into-view": "^1.0.17",
@@ -48780,9 +48780,9 @@
"dev": true
},
"downshift": {
"version": "6.1.12",
"resolved": "https://registry.npmjs.org/downshift/-/downshift-6.1.12.tgz",
"integrity": "sha512-7XB/iaSJVS4T8wGFT3WRXmSF1UlBHAA40DshZtkrIscIN+VC+Lh363skLxFTvJwtNgHxAMDGEHT4xsyQFWL+UA==",
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/downshift/-/downshift-7.0.1.tgz",
"integrity": "sha512-AdFU8qJjUg9WZaLKzh7xAPfEwAB0dSqDGb7/Gnx/teldUXcNlaZrxhymOWedzDV+62xphMVustttAngmG33pXw==",
"requires": {
"@babel/runtime": "^7.14.8",
"compute-scroll-into-view": "^1.0.17",

View File

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