diff --git a/package-lock.json b/package-lock.json index 5e7db9edd6..fb23f11e58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6347,6 +6347,23 @@ "node": ">=8" } }, + "node_modules/cliui/node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, "node_modules/cockatiel": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/cockatiel/-/cockatiel-3.2.1.tgz", diff --git a/package.json b/package.json index 4f71b3ad46..8d2fa6167d 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,10 @@ "node-pty": "^1.0.0" }, "overrides": { - "wrap-ansi": "9.0.2" + "wrap-ansi": "9.0.2", + "cliui": { + "wrap-ansi": "7.0.0" + } }, "lint-staged": { "*.{js,jsx,ts,tsx}": [