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
2 changed files with 26 additions and 19 deletions

View File

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

View File

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