chore: upgrade dexie from 4.0.8 to 4.0.9 (#2515)
Some checks are pending
Build & Test / lint (lts/*) (push) Waiting to run
Build & Test / test-jest (lts/*, macos-latest) (push) Waiting to run
Build & Test / test-jest (lts/*, ubuntu-latest) (push) Waiting to run
Build & Test / test-jest (lts/*, windows-latest) (push) Waiting to run
Build & Test / test-playwright (lts/*) (push) Waiting to run

Snyk has created this PR to upgrade dexie from 4.0.8 to 4.0.9.

See this package in npm:
dexie

See this project in Snyk:
https://app.snyk.io/org/anikethsaha/project/836f877b-b98e-47ed-89fc-554e9b2e146d?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Anix 2024-11-19 14:34:56 +05:30 committed by GitHub
parent ceb466ca9c
commit ae64b257a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -10,7 +10,7 @@
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"dexie": "^4.0.8",
"dexie": "^4.0.9",
"medium-zoom": "^1.1.0",
"opencollective-postinstall": "^2.0.2",
"prismjs": "^1.29.0",
@ -5935,9 +5935,10 @@
}
},
"node_modules/dexie": {
"version": "4.0.8",
"resolved": "https://registry.npmjs.org/dexie/-/dexie-4.0.8.tgz",
"integrity": "sha512-1G6cJevS17KMDK847V3OHvK2zei899GwpDiqfEXHP1ASvme6eWJmAp9AU4s1son2TeGkWmC0g3y8ezOBPnalgQ=="
"version": "4.0.9",
"resolved": "https://registry.npmjs.org/dexie/-/dexie-4.0.9.tgz",
"integrity": "sha512-VQG1huEVSAdDZssb9Bb9mFy+d3jAE0PT4d1nIRYlT46ip1fzbs1tXi0SlUayRDgV3tTbJG8ZRqAo2um49gtynA==",
"license": "Apache-2.0"
},
"node_modules/diff-sequences": {
"version": "29.6.3",

View File

@ -36,7 +36,7 @@
"*.js": "eslint --fix"
},
"dependencies": {
"dexie": "^4.0.8",
"dexie": "^4.0.9",
"medium-zoom": "^1.1.0",
"opencollective-postinstall": "^2.0.2",
"prismjs": "^1.29.0",