Skip to content

Commit afe7d7a

Browse files
g-ginzunzaGustavo Inzunza
and
Gustavo Inzunza
authored
upgrading ansi regex (#152)
Co-authored-by: Gustavo Inzunza <[email protected]>
1 parent 726d5e9 commit afe7d7a

File tree

2 files changed

+8
-20
lines changed

2 files changed

+8
-20
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"type": "git",
88
"url": "https://github.com/intercom/contentful-typescript-codegen"
99
},
10-
"version": "0.0.0-development",
10+
"resolutions": {
11+
"ansi-regex": "3.0.1"
12+
},
13+
"version": "0.0.1-development",
1114
"main": "dist/contentful-typescript-codegen.js",
1215
"bin": "./dist/contentful-typescript-codegen.js",
1316
"files": [

yarn.lock

+4-19
Original file line numberDiff line numberDiff line change
@@ -1201,25 +1201,10 @@ ansi-escapes@^4.3.1:
12011201
dependencies:
12021202
type-fest "^0.11.0"
12031203

1204-
ansi-regex@^2.0.0:
1205-
version "2.1.1"
1206-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
1207-
integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8=
1208-
1209-
ansi-regex@^3.0.0:
1210-
version "3.0.0"
1211-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
1212-
integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=
1213-
1214-
ansi-regex@^4.1.0:
1215-
version "4.1.0"
1216-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
1217-
integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==
1218-
1219-
ansi-regex@^5.0.0:
1220-
version "5.0.0"
1221-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
1222-
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
1204+
[email protected], ansi-regex@^2.0.0, ansi-regex@^3.0.0, ansi-regex@^4.1.0, ansi-regex@^5.0.0:
1205+
version "3.0.1"
1206+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.1.tgz#123d6479e92ad45ad897d4054e3c7ca7db4944e1"
1207+
integrity sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==
12231208

12241209
ansi-styles@^2.2.1:
12251210
version "2.2.1"

0 commit comments

Comments
 (0)