Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: force patched version of ansi-regex #11889

Merged
merged 1 commit into from Sep 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"@types/which": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"ansi-regex": "^5.0.0",
"ansi-regex": "^5.0.1",
"ansi-styles": "^5.0.0",
"babel-plugin-replace-ts-export-assignment": "^0.0.2",
"camelcase": "^6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-snapshot/package.json
Expand Up @@ -46,7 +46,7 @@
"@types/graceful-fs": "^4.1.3",
"@types/natural-compare": "^1.4.0",
"@types/semver": "^7.1.0",
"ansi-regex": "^5.0.0",
"ansi-regex": "^5.0.1",
"ansi-styles": "^5.0.0",
"prettier": "^2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/pretty-format/package.json
Expand Up @@ -17,7 +17,7 @@
"author": "James Kyle <me@thejameskyle.com>",
"dependencies": {
"@jest/types": "^27.1.1",
"ansi-regex": "^5.0.0",
"ansi-regex": "^5.0.1",
"ansi-styles": "^5.0.0",
"react-is": "^17.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Expand Up @@ -14,7 +14,7 @@
"@types/jest": "*",
"@types/node": "*",
"@types/semver": "^7.1.0",
"ansi-regex": "^5.0.0",
"ansi-regex": "^5.0.1",
"ansi-styles": "^5.0.0",
"pretty-format": "^27.2.0",
"semver": "^7.3.2"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Expand Up @@ -2574,7 +2574,7 @@ __metadata:
"@types/which": ^2.0.0
"@typescript-eslint/eslint-plugin": ^4.1.0
"@typescript-eslint/parser": ^4.1.0
ansi-regex: ^5.0.0
ansi-regex: ^5.0.1
ansi-styles: ^5.0.0
babel-plugin-replace-ts-export-assignment: ^0.0.2
camelcase: ^6.2.0
Expand Down Expand Up @@ -2727,7 +2727,7 @@ __metadata:
"@types/jest": "*"
"@types/node": "*"
"@types/semver": ^7.1.0
ansi-regex: ^5.0.0
ansi-regex: ^5.0.1
ansi-styles: ^5.0.0
pretty-format: ^27.2.0
semver: ^7.3.2
Expand Down Expand Up @@ -5636,10 +5636,10 @@ __metadata:
languageName: node
linkType: hard

"ansi-regex@npm:^5.0.0":
version: 5.0.0
resolution: "ansi-regex@npm:5.0.0"
checksum: cbd9b5c9dbbb4a949c2a6e93f1c6cc19f0683d8a4724d08d2158627be6d373f0f3ba1f4ada01dce7ee141f2ba2628fbbd29932c7d49926e3b630c7f329f3178b
"ansi-regex@npm:^5.0.0, ansi-regex@npm:^5.0.1":
version: 5.0.1
resolution: "ansi-regex@npm:5.0.1"
checksum: c944e1229f022a2071f7477ea425964328c577d2c752083fe564ea0513b6d733c9ec65102f6d4d2b54cba0cb2dc969648b60d567abeff13dc95ecc0b9b97737d
languageName: node
linkType: hard

Expand Down Expand Up @@ -13176,7 +13176,7 @@ fsevents@^1.2.7:
"@types/natural-compare": ^1.4.0
"@types/prettier": ^2.1.5
"@types/semver": ^7.1.0
ansi-regex: ^5.0.0
ansi-regex: ^5.0.1
ansi-styles: ^5.0.0
babel-preset-current-node-syntax: ^1.0.0
chalk: ^4.0.0
Expand Down Expand Up @@ -17443,7 +17443,7 @@ fsevents@^1.2.7:
"@types/react": "*"
"@types/react-is": ^17.0.0
"@types/react-test-renderer": "*"
ansi-regex: ^5.0.0
ansi-regex: ^5.0.1
ansi-styles: ^5.0.0
immutable: 4.0.0-rc.9
jest-util: ^27.2.0
Expand Down