Skip to content

Commit a9d89b4

Browse files
committed
fix(deps): update dependency cli-color to v2.0.3
1 parent cf1cbdc commit a9d89b4

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"class-transformer": "0.5.1",
7575
"class-validator": "0.13.2",
7676
"class-validator-mongo-object-id": "1.3.0",
77-
"cli-color": "2.0.2",
77+
"cli-color": "2.0.3",
7878
"date-fns": "2.23.0",
7979
"envsub": "4.0.7",
8080
"express": "4.18.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9115,13 +9115,13 @@ clean-stack@^2.0.0:
91159115
resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b"
91169116
integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==
91179117

9118-
9119-
version "2.0.2"
9120-
resolved "https://registry.yarnpkg.com/cli-color/-/cli-color-2.0.2.tgz#e295addbae470800def0254183c648531cdf4e3f"
9121-
integrity sha512-g4JYjrTW9MGtCziFNjkqp3IMpGhnJyeB0lOtRPjQkYhXzKYr6tYnXKyEVnMzITxhpbahsEW9KsxOYIDKwcsIBw==
9118+
9119+
version "2.0.3"
9120+
resolved "https://registry.yarnpkg.com/cli-color/-/cli-color-2.0.3.tgz#73769ba969080629670f3f2ef69a4bf4e7cc1879"
9121+
integrity sha512-OkoZnxyC4ERN3zLzZaY9Emb7f/MhBOIpePv0Ycok0fJYT+Ouo00UBEIwsVsr0yoow++n5YWlSUgST9GKhNHiRQ==
91229122
dependencies:
91239123
d "^1.0.1"
9124-
es5-ext "^0.10.59"
9124+
es5-ext "^0.10.61"
91259125
es6-iterator "^2.0.3"
91269126
memoizee "^0.4.15"
91279127
timers-ext "^0.1.7"
@@ -11152,10 +11152,10 @@ es5-ext@^0.10.35, es5-ext@^0.10.46, es5-ext@^0.10.50, es5-ext@^0.10.53, es5-ext@
1115211152
es6-symbol "~3.1.3"
1115311153
next-tick "~1.0.0"
1115411154

11155-
es5-ext@^0.10.59:
11156-
version "0.10.59"
11157-
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.59.tgz#71038939730eb6f4f165f1421308fb60be363bc6"
11158-
integrity sha512-cOgyhW0tIJyQY1Kfw6Kr0viu9ZlUctVchRMZ7R0HiH3dxTSp5zJDLecwxUqPUrGKMsgBI1wd1FL+d9Jxfi4cLw==
11155+
es5-ext@^0.10.61:
11156+
version "0.10.61"
11157+
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.61.tgz#311de37949ef86b6b0dcea894d1ffedb909d3269"
11158+
integrity sha512-yFhIqQAzu2Ca2I4SE2Au3rxVfmohU9Y7wqGR+s7+H7krk26NXhIRAZDgqd6xqjCEFUomDEA3/Bo/7fKmIkW1kA==
1115911159
dependencies:
1116011160
es6-iterator "^2.0.3"
1116111161
es6-symbol "^3.1.3"

0 commit comments

Comments
 (0)