Skip to content

Commit 08015c0

Browse files
authored
update dependencies (#184)
1 parent d709619 commit 08015c0

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

lib/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/** Version of SVGO. */
2-
export const VERSION = '6.3.0';
2+
export const VERSION = '6.4.0-alpha.1';

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "svgo-ll",
33
"packageManager": "npm@11.7.0",
4-
"version": "6.3.0",
4+
"version": "6.4.0-alpha.1",
55
"description": "svgo-ll is a Node.js library and command-line application for optimizing SVG images.",
66
"license": "MIT",
77
"type": "module",
@@ -81,20 +81,20 @@
8181
"@types/csso": "^5.0.4",
8282
"@types/image-size": "^0.7.0",
8383
"@types/jest": "^30.0.0",
84-
"@types/node": "^25.0.3",
84+
"@types/node": "^25.0.9",
8585
"@types/pixelmatch": "^5.2.6",
8686
"@types/pngjs": "^6.0.5",
8787
"@types/sax": "^1.2.7",
8888
"@types/tar-stream": "^3.1.4",
8989
"buffer": "^6.0.3",
9090
"cross-env": "^10.1.0",
9191
"eslint": "^9.39.2",
92-
"globals": "^16.5.0",
92+
"globals": "^17.0.0",
9393
"jest": "^30.2.0",
9494
"pixelmatch": "^7.1.0",
9595
"playwright": "^1.57.0",
9696
"pngjs": "^7.0.0",
97-
"prettier": "^3.7.4",
97+
"prettier": "^3.8.0",
9898
"rollup": "^4.53.5",
9999
"string_decoder": "^1.3.0",
100100
"tar-stream": "^3.1.7",

0 commit comments

Comments
 (0)