Skip to content

Commit edf100b

Browse files
authored
Merge pull request #51 from emyann/snyk-upgrade-a8a8426c575adacbdabb0d46e8482e8f
[Snyk] Upgrade chalk from 4.1.1 to 4.1.2
2 parents c601f43 + dad4bc2 commit edf100b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@prisma/sdk": "^3.1.1",
4747
"axios": "^0.21.1",
48-
"chalk": "^4.1.0",
48+
"chalk": "^4.1.2",
4949
"snyk": "^1.667.0",
5050
"typescript-generic-datastructures": "^1.3.0",
5151
"uuid": "^8.3.2",

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3448,6 +3448,14 @@ chalk@^3.0.0:
34483448
ansi-styles "^4.1.0"
34493449
supports-color "^7.1.0"
34503450

3451+
chalk@^4.1.2:
3452+
version "4.1.2"
3453+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
3454+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
3455+
dependencies:
3456+
ansi-styles "^4.1.0"
3457+
supports-color "^7.1.0"
3458+
34513459
chardet@^0.7.0:
34523460
version "0.7.0"
34533461
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"

0 commit comments

Comments
 (0)