1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00

Merge pull request #8943 from WWBN/dependabot/npm_and_yarn/dexie-4.0.1

Bump dexie from 3.2.7 to 4.0.1
This commit is contained in:
Daniel Neto 2024-04-01 06:36:29 -03:00 committed by GitHub
commit 17880c0e29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 11 deletions

17
package-lock.json generated
View file

@ -12,7 +12,7 @@
"chart.js": "^4.4.2",
"codemirror": "^6.0.1",
"croppie": "^2.6.5",
"dexie": "^3.2.7",
"dexie": "^4.0.1",
"dom-walk": "^0.1.2",
"flickity": "^3.0.0",
"flickity-bg-lazyload": "^2.0.0",
@ -669,12 +669,9 @@
}
},
"node_modules/dexie": {
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/dexie/-/dexie-3.2.7.tgz",
"integrity": "sha512-2a+BXvVhY5op+smDRLxeBAivE7YcYaneXJ1la3HOkUfX9zKkE/AJ8CNgjiXbtXepFyFmJNGSbmjOwqbT749r/w==",
"engines": {
"node": ">=6.0"
}
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/dexie/-/dexie-4.0.1.tgz",
"integrity": "sha512-wSNn+TcCh+DuE2pdg058K3MhxA4g+IiZlW7yGz4cMd/t3z2rJXZcV3HDxZljbrICU2Iq0qY4UHnbolTMK/+bcA=="
},
"node_modules/dom-walk": {
"version": "0.1.2",
@ -2848,9 +2845,9 @@
}
},
"dexie": {
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/dexie/-/dexie-3.2.7.tgz",
"integrity": "sha512-2a+BXvVhY5op+smDRLxeBAivE7YcYaneXJ1la3HOkUfX9zKkE/AJ8CNgjiXbtXepFyFmJNGSbmjOwqbT749r/w=="
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/dexie/-/dexie-4.0.1.tgz",
"integrity": "sha512-wSNn+TcCh+DuE2pdg058K3MhxA4g+IiZlW7yGz4cMd/t3z2rJXZcV3HDxZljbrICU2Iq0qY4UHnbolTMK/+bcA=="
},
"dom-walk": {
"version": "0.1.2",

View file

@ -7,7 +7,7 @@
"chart.js": "^4.4.2",
"codemirror": "^6.0.1",
"croppie": "^2.6.5",
"dexie": "^3.2.7",
"dexie": "^4.0.1",
"dom-walk": "^0.1.2",
"flickity": "^3.0.0",
"flickity-bg-lazyload": "^2.0.0",