mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 18:20:24 -05:00
[AI] Fix adm-zip dependency resolution in loot-core (#7219)
This commit is contained in:
committed by
GitHub
parent
a4eb17eff2
commit
f73c5e9210
@@ -88,6 +88,7 @@
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"resolutions": {
|
||||
"adm-zip": "patch:adm-zip@npm%3A0.5.16#~/.yarn/patches/adm-zip-npm-0.5.16-4556fea098.patch",
|
||||
"rollup": "4.40.1",
|
||||
"socks": ">=2.8.3"
|
||||
},
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
"@rschedule/json-tools": "^1.5.0",
|
||||
"@rschedule/standard-date-adapter": "^1.5.0",
|
||||
"absurd-sql": "0.0.54",
|
||||
"adm-zip": "patch:adm-zip@npm%3A0.5.16#~/.yarn/patches/adm-zip-npm-0.5.16-4556fea098.patch",
|
||||
"adm-zip": "^0.5.16",
|
||||
"better-sqlite3": "^12.6.2",
|
||||
"csv-parse": "^6.1.0",
|
||||
"csv-stringify": "^6.6.0",
|
||||
|
||||
6
upcoming-release-notes/7219.md
Normal file
6
upcoming-release-notes/7219.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfixes
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
Fix adm-zip dependency resolution in `@actual-app/core`
|
||||
@@ -95,7 +95,7 @@ __metadata:
|
||||
"@types/pegjs": "npm:^0.10.6"
|
||||
"@typescript/native-preview": "npm:^7.0.0-dev.20260309.1"
|
||||
absurd-sql: "npm:0.0.54"
|
||||
adm-zip: "patch:adm-zip@npm%3A0.5.16#~/.yarn/patches/adm-zip-npm-0.5.16-4556fea098.patch"
|
||||
adm-zip: "npm:^0.5.16"
|
||||
assert: "npm:^2.1.0"
|
||||
better-sqlite3: "npm:^12.6.2"
|
||||
browserify-zlib: "npm:^0.2.0"
|
||||
@@ -11343,13 +11343,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"adm-zip@npm:0.5.10":
|
||||
version: 0.5.10
|
||||
resolution: "adm-zip@npm:0.5.10"
|
||||
checksum: 10/c5ab79b77114d8277f0cbfd6cca830198d6c7ee4971f6960f48e08cd2375953b11dc71729b7f396abd51d2d6cce8c862fad185ea90cb2c84ab5161c37ed1b099
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"adm-zip@npm:0.5.16":
|
||||
version: 0.5.16
|
||||
resolution: "adm-zip@npm:0.5.16"
|
||||
|
||||
Reference in New Issue
Block a user