mirror of
https://github.com/System-End/moodtracker-elite.git
synced 2026-04-19 23:32:51 +00:00
Merge pull request #1 from System-End/dependabot/npm_and_yarn/npm_and_yarn-c42f59e621
Bump electron from 28.3.3 to 35.7.5 in the npm_and_yarn group across 1 directory
This commit is contained in:
commit
fbae95a338
2 changed files with 13 additions and 13 deletions
24
package-lock.json
generated
24
package-lock.json
generated
|
|
@ -8,7 +8,7 @@
|
|||
"name": "mood-tracker",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"electron": "^28.0.0",
|
||||
"electron": "^35.7.5",
|
||||
"sqlite3": "^5.1.6"
|
||||
}
|
||||
},
|
||||
|
|
@ -141,12 +141,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "18.19.130",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.130.tgz",
|
||||
"integrity": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==",
|
||||
"version": "22.18.10",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.10.tgz",
|
||||
"integrity": "sha512-anNG/V/Efn/YZY4pRzbACnKxNKoBng2VTFydVu8RRs5hQjikP8CQfaeAV59VFSCzKNp90mXiVXW2QzV56rwMrg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"undici-types": "~5.26.4"
|
||||
"undici-types": "~6.21.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/responselike": {
|
||||
|
|
@ -580,14 +580,14 @@
|
|||
"optional": true
|
||||
},
|
||||
"node_modules/electron": {
|
||||
"version": "28.3.3",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-28.3.3.tgz",
|
||||
"integrity": "sha512-ObKMLSPNhomtCOBAxFS8P2DW/4umkh72ouZUlUKzXGtYuPzgr1SYhskhFWgzAsPtUzhL2CzyV2sfbHcEW4CXqw==",
|
||||
"version": "35.7.5",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-35.7.5.tgz",
|
||||
"integrity": "sha512-dnL+JvLraKZl7iusXTVTGYs10TKfzUi30uEDTqsmTm0guN9V2tbOjTzyIZbh9n3ygUjgEYyo+igAwMRXIi3IPw==",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@electron/get": "^2.0.0",
|
||||
"@types/node": "^18.11.18",
|
||||
"@types/node": "^22.7.7",
|
||||
"extract-zip": "^2.0.1"
|
||||
},
|
||||
"bin": {
|
||||
|
|
@ -2064,9 +2064,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/undici-types": {
|
||||
"version": "5.26.5",
|
||||
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
||||
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
||||
"version": "6.21.0",
|
||||
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
||||
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/unique-filename": {
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"start": "electron ."
|
||||
},
|
||||
"dependencies": {
|
||||
"electron": "^28.0.0",
|
||||
"electron": "^35.7.5",
|
||||
"sqlite3": "^5.1.6"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue