Skip to content

Commit 0fea9bd

Browse files
fix(deps): update dependency chalk to v5
1 parent 2e3cfb7 commit 0fea9bd

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

packages/sqip/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"@behold/sharp-vibrant": "^0.2.1",
4444
"@svgdotjs/svg.js": "^3.2.0",
45-
"chalk": "^4.1.0",
45+
"chalk": "^5.0.0",
4646
"cli-table3": "^0.6.0",
4747
"command-line-args": "^5.2.0",
4848
"debug": "4.3.4",

yarn.lock

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1965,6 +1965,11 @@
19651965
dependencies:
19661966
undici-types "~5.26.4"
19671967

1968+
"@types/node@16.9.1":
1969+
version "16.9.1"
1970+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.9.1.tgz#0611b37db4246c937feef529ddcc018cf8e35708"
1971+
integrity sha512-QpLcX9ZSsq3YYUUnD3nFDY8H7wctAhQj/TFKL8Ya8v5fMm3CFXxo8zStsLAl780ltoYoo1WvKUVGBQK+1ifr7g==
1972+
19681973
"@types/node@^10.11.7":
19691974
version "10.17.0"
19701975
resolved "https://registry.npmjs.org/@types/node/-/node-10.17.0.tgz"
@@ -3118,6 +3123,11 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
31183123
ansi-styles "^4.1.0"
31193124
supports-color "^7.1.0"
31203125

3126+
chalk@^5.0.0:
3127+
version "5.6.2"
3128+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.2.tgz#b1238b6e23ea337af71c7f8a295db5af0c158aea"
3129+
integrity sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==
3130+
31213131
char-regex@^1.0.2:
31223132
version "1.0.2"
31233133
resolved "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz"
@@ -5362,6 +5372,14 @@ gh-pages@6.1.1:
53625372
fs-extra "^11.1.1"
53635373
globby "^6.1.0"
53645374

5375+
gifwrap@^0.10.1:
5376+
version "0.10.1"
5377+
resolved "https://registry.yarnpkg.com/gifwrap/-/gifwrap-0.10.1.tgz#9ed46a5d51913b482d4221ce9c727080260b681e"
5378+
integrity sha512-2760b1vpJHNmLzZ/ubTtNnEx5WApN/PYWJvXvgS+tL1egTTthayFYIQQNi136FLEDcN/IyEY2EcGpIITD6eYUw==
5379+
dependencies:
5380+
image-q "^4.0.0"
5381+
omggif "^1.0.10"
5382+
53655383
git-raw-commits@^2.0.8:
53665384
version "2.0.10"
53675385
resolved "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-2.0.10.tgz"
@@ -5864,6 +5882,13 @@ ignore@^5.2.0, ignore@^5.2.4:
58645882
resolved "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz"
58655883
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
58665884

5885+
image-q@^4.0.0:
5886+
version "4.0.0"
5887+
resolved "https://registry.yarnpkg.com/image-q/-/image-q-4.0.0.tgz#31e075be7bae3c1f42a85c469b4732c358981776"
5888+
integrity sha512-PfJGVgIfKQJuq3s0tTDOKtztksibuUEbJQIYT3by6wctQo+Rdlh7ef4evJ5NCdxY4CfMbvFkocEwbl4BF8RlJw==
5889+
dependencies:
5890+
"@types/node" "16.9.1"
5891+
58675892
image-size@^0.6.1:
58685893
version "0.6.3"
58695894
resolved "https://registry.npmjs.org/image-size/-/image-size-0.6.3.tgz"
@@ -8135,7 +8160,7 @@ object.values@^1.1.7:
81358160
define-properties "^1.2.0"
81368161
es-abstract "^1.22.1"
81378162

8138-
omggif@^1.0.9:
8163+
omggif@^1.0.10, omggif@^1.0.9:
81398164
version "1.0.10"
81408165
resolved "https://registry.yarnpkg.com/omggif/-/omggif-1.0.10.tgz#ddaaf90d4a42f532e9e7cb3a95ecdd47f17c7b19"
81418166
integrity sha512-LMJTtvgc/nugXj0Vcrrs68Mn2D1r0zf630VNtqtpI1FEO7e+O9FP4gqs9AcnBaSEeoHIPm28u6qgPR0oyEpGSw==

0 commit comments

Comments
 (0)