1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +02:00

Merge pull request #8886 from WWBN/dependabot/npm_and_yarn/dexie-3.2.6

build(deps): bump dexie from 3.2.5 to 3.2.6
This commit is contained in:
Daniel Neto 2024-03-11 06:13:10 -03:00 committed by GitHub
commit 131fa0925b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -12,7 +12,7 @@
"chart.js": "^4.4.2", "chart.js": "^4.4.2",
"codemirror": "^6.0.1", "codemirror": "^6.0.1",
"croppie": "^2.6.5", "croppie": "^2.6.5",
"dexie": "^3.2.5", "dexie": "^3.2.6",
"dom-walk": "^0.1.2", "dom-walk": "^0.1.2",
"flickity": "^3.0.0", "flickity": "^3.0.0",
"flickity-bg-lazyload": "^2.0.0", "flickity-bg-lazyload": "^2.0.0",
@ -1039,9 +1039,9 @@
} }
}, },
"node_modules/dexie": { "node_modules/dexie": {
"version": "3.2.5", "version": "3.2.6",
"resolved": "https://registry.npmjs.org/dexie/-/dexie-3.2.5.tgz", "resolved": "https://registry.npmjs.org/dexie/-/dexie-3.2.6.tgz",
"integrity": "sha512-MA7vYQvXxWN2+G50D0GLS4FqdYUyRYQsN0FikZIVebOmRoNCSCL9+eUbIF80dqrfns3kmY+83+hE2GN9CnAGyA==", "integrity": "sha512-R9VzQ27/cncQymoAeD1kfu66NUrdxcnMNXVfEoFLnQ+apVVbS4++veUcSGxft9V++zaeiLkMAREOMf8EwgR/Vw==",
"dependencies": { "dependencies": {
"karma-safari-launcher": "^1.0.0" "karma-safari-launcher": "^1.0.0"
}, },
@ -4671,9 +4671,9 @@
"peer": true "peer": true
}, },
"dexie": { "dexie": {
"version": "3.2.5", "version": "3.2.6",
"resolved": "https://registry.npmjs.org/dexie/-/dexie-3.2.5.tgz", "resolved": "https://registry.npmjs.org/dexie/-/dexie-3.2.6.tgz",
"integrity": "sha512-MA7vYQvXxWN2+G50D0GLS4FqdYUyRYQsN0FikZIVebOmRoNCSCL9+eUbIF80dqrfns3kmY+83+hE2GN9CnAGyA==", "integrity": "sha512-R9VzQ27/cncQymoAeD1kfu66NUrdxcnMNXVfEoFLnQ+apVVbS4++veUcSGxft9V++zaeiLkMAREOMf8EwgR/Vw==",
"requires": { "requires": {
"karma-safari-launcher": "^1.0.0" "karma-safari-launcher": "^1.0.0"
} }

View file

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