Bump dexie from 3.2.1 to 3.2.2 in /webclient (#4629)

Bumps [dexie](https://github.com/dfahlander/Dexie.js) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/dfahlander/Dexie.js/releases)
- [Commits](https://github.com/dfahlander/Dexie.js/compare/v3.2.1...v3.2.2)

---
updated-dependencies:
- dependency-name: dexie
  dependency-type: direct:production
...

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:
dependabot[bot] 2022-05-23 17:32:23 -04:00 committed by GitHub
parent 273ebb22e4
commit d79971edbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -4530,9 +4530,9 @@
} }
}, },
"dexie": { "dexie": {
"version": "3.2.1", "version": "3.2.2",
"resolved": "https://registry.npmjs.org/dexie/-/dexie-3.2.1.tgz", "resolved": "https://registry.npmjs.org/dexie/-/dexie-3.2.2.tgz",
"integrity": "sha512-Y8oz3t2XC9hvjkP35B5I8rUkKKwM36GGRjWQCMjzIYScg7W+GHKDXobSYswkisW7CxL1/tKQtggMDsiWqDUc1g==" "integrity": "sha512-q5dC3HPmir2DERlX+toCBbHQXW5MsyrFqPFcovkH9N2S/UW/H3H5AWAB6iEOExeraAu+j+zRDG+zg/D7YhH0qg=="
}, },
"didyoumean": { "didyoumean": {
"version": "1.2.2", "version": "1.2.2",

View file

@ -10,7 +10,7 @@
"@testing-library/jest-dom": "^5.16.2", "@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3", "@testing-library/react": "^12.1.3",
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",
"dexie": "^3.2.1", "dexie": "^3.2.2",
"final-form": "^4.20.6", "final-form": "^4.20.6",
"final-form-set-field-touched": "^1.0.1", "final-form-set-field-touched": "^1.0.1",
"i18next": "^21.6.13", "i18next": "^21.6.13",