Skip to content

Commit a4b79dc

Browse files
chore(deps): update dependency terser to v5.44.1
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | npm | terser | 5.39.0 | 5.44.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 7ace7c9 commit a4b79dc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"sass-embedded": "1.85.1",
9494
"stylelint": "16.15.0",
9595
"stylelint-config-standard": "37.0.0",
96-
"terser": "5.39.0",
96+
"terser": "5.44.1",
9797
"typescript": "5.7.3",
9898
"typescript-eslint": "8.25.0",
9999
"vite": "7.1.11",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ acorn-jsx@^5.0.0, acorn-jsx@^5.3.2:
14141414
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
14151415
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
14161416

1417-
acorn@^8.0.0, acorn@^8.15.0, acorn@^8.4.0, acorn@^8.8.2:
1417+
acorn@^8.0.0, acorn@^8.15.0, acorn@^8.4.0:
14181418
version "8.15.0"
14191419
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
14201420
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
@@ -4536,13 +4536,13 @@ table@^6.9.0:
45364536
string-width "^4.2.3"
45374537
strip-ansi "^6.0.1"
45384538

4539-
terser@5.39.0:
4540-
version "5.39.0"
4541-
resolved "https://registry.yarnpkg.com/terser/-/terser-5.39.0.tgz#0e82033ed57b3ddf1f96708d123cca717d86ca3a"
4542-
integrity sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==
4539+
terser@5.44.1:
4540+
version "5.44.1"
4541+
resolved "https://registry.yarnpkg.com/terser/-/terser-5.44.1.tgz#e391e92175c299b8c284ad6ded609e37303b0a9c"
4542+
integrity sha512-t/R3R/n0MSwnnazuPpPNVO60LX0SKL45pyl9YlvxIdkH0Of7D5qM2EVe+yASRIlY5pZ73nclYJfNANGWPwFDZw==
45434543
dependencies:
45444544
"@jridgewell/source-map" "^0.3.3"
4545-
acorn "^8.8.2"
4545+
acorn "^8.15.0"
45464546
commander "^2.20.0"
45474547
source-map-support "~0.5.20"
45484548

0 commit comments

Comments
 (0)