fix: regenerate lockfile for missing strip-ansi@7 resolution (#1780)

Commit c04708a7 added strip-ansi@^7.1.0 to coding-agent/package.json
but did not update the lockfile. npm ci fails in CI because
strip-ansi@7.2.0 and ansi-regex@6.2.2 are missing from the lock.
This commit is contained in:
Daniel Nouri 2026-03-03 17:44:48 +01:00 committed by GitHub
parent 6b4b920425
commit bc4e4691d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

36
package-lock.json generated
View file

@ -18,8 +18,7 @@
"dependencies": { "dependencies": {
"@mariozechner/jiti": "^2.6.5", "@mariozechner/jiti": "^2.6.5",
"@mariozechner/pi-coding-agent": "^0.30.2", "@mariozechner/pi-coding-agent": "^0.30.2",
"get-east-asian-width": "^1.4.0", "get-east-asian-width": "^1.4.0"
"koffi": "^2.15.1"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "2.3.5", "@biomejs/biome": "2.3.5",
@ -6093,6 +6092,7 @@
"integrity": "sha512-mnc0C0crx/xMSljb5s9QbnLrlFHprioFO1hkXyuSuO/QtbpLDa0l/uM21944UfQunMKmp3/r789DTDxVyyH6aA==", "integrity": "sha512-mnc0C0crx/xMSljb5s9QbnLrlFHprioFO1hkXyuSuO/QtbpLDa0l/uM21944UfQunMKmp3/r789DTDxVyyH6aA==",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"optional": true,
"funding": { "funding": {
"url": "https://liberapay.com/Koromix" "url": "https://liberapay.com/Koromix"
} }
@ -8553,6 +8553,7 @@
"marked": "^15.0.12", "marked": "^15.0.12",
"minimatch": "^10.2.3", "minimatch": "^10.2.3",
"proper-lockfile": "^4.1.2", "proper-lockfile": "^4.1.2",
"strip-ansi": "^7.1.0",
"yaml": "^2.8.2" "yaml": "^2.8.2"
}, },
"bin": { "bin": {
@ -8619,6 +8620,33 @@
"undici-types": "~7.16.0" "undici-types": "~7.16.0"
} }
}, },
"packages/coding-agent/node_modules/ansi-regex": {
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
"license": "MIT",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
}
},
"packages/coding-agent/node_modules/strip-ansi": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
"license": "MIT",
"dependencies": {
"ansi-regex": "^6.2.2"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
}
},
"packages/coding-agent/node_modules/undici-types": { "packages/coding-agent/node_modules/undici-types": {
"version": "7.16.0", "version": "7.16.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
@ -8695,7 +8723,6 @@
"@types/mime-types": "^2.1.4", "@types/mime-types": "^2.1.4",
"chalk": "^5.5.0", "chalk": "^5.5.0",
"get-east-asian-width": "^1.3.0", "get-east-asian-width": "^1.3.0",
"koffi": "^2.9.0",
"marked": "^15.0.12", "marked": "^15.0.12",
"mime-types": "^3.0.1" "mime-types": "^3.0.1"
}, },
@ -8705,6 +8732,9 @@
}, },
"engines": { "engines": {
"node": ">=20.0.0" "node": ">=20.0.0"
},
"optionalDependencies": {
"koffi": "^2.9.0"
} }
}, },
"packages/tui/node_modules/mime-db": { "packages/tui/node_modules/mime-db": {