Skip to content

Commit 667cced

Browse files
Merge pull request #57 from codefresh-io/CR-16631
CR-16631-security vuln
2 parents 07c786a + ad741f1 commit 667cced

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefresh-io/cf-openapi",
3-
"version": "0.7.15",
3+
"version": "0.7.16",
44
"scripts": {
55
"test": "jest --runInBand",
66
"eslint": "eslint lib/**"
@@ -15,7 +15,7 @@
1515
"body-parser": "^1.19.2",
1616
"cf-errors": "^0.1.16",
1717
"cf-logs": "^1.1.25",
18-
"columnify": "^1.5.4",
18+
"columnify": "1.6.0",
1919
"flat": "^4.1.1",
2020
"json-schema-deref-sync": "~0.14.0",
2121
"klaw-sync": "^6.0.0",
@@ -49,4 +49,3 @@
4949
]
5050
}
5151
}
52-

yarn.lock

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,11 @@ ansi-regex@^4.0.0, ansi-regex@^4.1.0:
579579
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
580580
integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==
581581

582+
ansi-regex@^5.0.1:
583+
version "5.0.1"
584+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
585+
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
586+
582587
ansi-styles@^2.2.1:
583588
version "2.2.1"
584589
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
@@ -1215,12 +1220,12 @@ [email protected]:
12151220
color "3.0.x"
12161221
text-hex "1.0.x"
12171222

1218-
columnify@^1.5.4:
1219-
version "1.5.4"
1220-
resolved "https://registry.yarnpkg.com/columnify/-/columnify-1.5.4.tgz#4737ddf1c7b69a8a7c340570782e947eec8e78bb"
1221-
integrity sha1-Rzfd8ce2mop8NAVweC6UfuyOeLs=
1223+
columnify@1.6.0:
1224+
version "1.6.0"
1225+
resolved "https://registry.yarnpkg.com/columnify/-/columnify-1.6.0.tgz#6989531713c9008bb29735e61e37acf5bd553cf3"
1226+
integrity sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==
12221227
dependencies:
1223-
strip-ansi "^3.0.0"
1228+
strip-ansi "^6.0.1"
12241229
wcwidth "^1.0.0"
12251230

12261231
combined-stream@^1.0.6, combined-stream@~1.0.6:
@@ -4872,6 +4877,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
48724877
dependencies:
48734878
ansi-regex "^4.1.0"
48744879

4880+
strip-ansi@^6.0.1:
4881+
version "6.0.1"
4882+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
4883+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
4884+
dependencies:
4885+
ansi-regex "^5.0.1"
4886+
48754887
strip-bom@^3.0.0:
48764888
version "3.0.0"
48774889
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"

0 commit comments

Comments
 (0)