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:
parent
273ebb22e4
commit
d79971edbc
2 changed files with 4 additions and 4 deletions
6
webclient/package-lock.json
generated
6
webclient/package-lock.json
generated
|
@ -4530,9 +4530,9 @@
|
|||
}
|
||||
},
|
||||
"dexie": {
|
||||
"version": "3.2.1",
|
||||
"resolved": "https://registry.npmjs.org/dexie/-/dexie-3.2.1.tgz",
|
||||
"integrity": "sha512-Y8oz3t2XC9hvjkP35B5I8rUkKKwM36GGRjWQCMjzIYScg7W+GHKDXobSYswkisW7CxL1/tKQtggMDsiWqDUc1g=="
|
||||
"version": "3.2.2",
|
||||
"resolved": "https://registry.npmjs.org/dexie/-/dexie-3.2.2.tgz",
|
||||
"integrity": "sha512-q5dC3HPmir2DERlX+toCBbHQXW5MsyrFqPFcovkH9N2S/UW/H3H5AWAB6iEOExeraAu+j+zRDG+zg/D7YhH0qg=="
|
||||
},
|
||||
"didyoumean": {
|
||||
"version": "1.2.2",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"@testing-library/jest-dom": "^5.16.2",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"crypto-js": "^4.1.1",
|
||||
"dexie": "^3.2.1",
|
||||
"dexie": "^3.2.2",
|
||||
"final-form": "^4.20.6",
|
||||
"final-form-set-field-touched": "^1.0.1",
|
||||
"i18next": "^21.6.13",
|
||||
|
|
Loading…
Reference in a new issue