Upgrade has-ansi

This commit is contained in:
nixocio 2021-11-11 10:31:38 -05:00 committed by Shane McDonald
parent e789e16289
commit 83d81e3788
No known key found for this signature in database
GPG Key ID: 6F374AF6E9EB9374
2 changed files with 26 additions and 19 deletions

View File

@ -18,7 +18,7 @@
"d3": "7.1.1",
"dagre": "^0.8.4",
"formik": "2.2.9",
"has-ansi": "4.0.0",
"has-ansi": "5.0.1",
"html-entities": "2.3.2",
"js-yaml": "^3.13.1",
"luxon": "^2.0.1",
@ -3764,11 +3764,14 @@
}
},
"node_modules/ansi-regex": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
"integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
"engines": {
"node": ">=6"
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
}
},
"node_modules/ansi-styles": {
@ -10695,14 +10698,17 @@
}
},
"node_modules/has-ansi": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-4.0.0.tgz",
"integrity": "sha512-VvDupLMvFX9yyed3h1DajPUYQZv82EL2h9I9Jy0ays9gYRJ30hbmGapTiam5cISr42ZCuC3nRgyVBM/YZbpi9A==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-5.0.1.tgz",
"integrity": "sha512-Fp2IsZDnnyoJkKg22ZyQFvD7QRCcMTsLAtloKXyXWJ1joGLtItRU9Bv/k1o0tELL2NF3ZZBcycSKryZUM+Yl3g==",
"dependencies": {
"ansi-regex": "^4.1.0"
"ansi-regex": "^6.0.1"
},
"engines": {
"node": ">=8"
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/has-ansi?sponsor=1"
}
},
"node_modules/has-bigints": {
@ -29384,9 +29390,9 @@
"dev": true
},
"ansi-regex": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
"integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg=="
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA=="
},
"ansi-styles": {
"version": "3.2.1",
@ -35224,11 +35230,11 @@
}
},
"has-ansi": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-4.0.0.tgz",
"integrity": "sha512-VvDupLMvFX9yyed3h1DajPUYQZv82EL2h9I9Jy0ays9gYRJ30hbmGapTiam5cISr42ZCuC3nRgyVBM/YZbpi9A==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-5.0.1.tgz",
"integrity": "sha512-Fp2IsZDnnyoJkKg22ZyQFvD7QRCcMTsLAtloKXyXWJ1joGLtItRU9Bv/k1o0tELL2NF3ZZBcycSKryZUM+Yl3g==",
"requires": {
"ansi-regex": "^4.1.0"
"ansi-regex": "^6.0.1"
}
},
"has-bigints": {

View File

@ -18,7 +18,7 @@
"d3": "7.1.1",
"dagre": "^0.8.4",
"formik": "2.2.9",
"has-ansi": "4.0.0",
"has-ansi": "5.0.1",
"html-entities": "2.3.2",
"js-yaml": "^3.13.1",
"luxon": "^2.0.1",
@ -103,7 +103,8 @@
"index.js"
],
"transformIgnorePatterns": [
"<rootDir>/node_modules/(?!d3)/"
"<rootDir>/node_modules/(?!d3)/",
"<rootDir>/node_modules/(?!has-ansi)/"
]
}
}