Skip to content

Commit

Permalink
fix: add terser dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 19, 2022
1 parent 2eb1466 commit cb7ede4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -68,6 +68,7 @@
"scule": "^0.3.2",
"semver": "^7.3.7",
"std-env": "^3.2.1",
"terser": "^5.14.2",
"ufo": "^0.8.5",
"unctx": "^2.0.1",
"unimport": "^0.6.7",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -10532,7 +10532,7 @@ terser@^4.1.2, terser@^4.6.13, terser@^4.6.3:
source-map "~0.6.1"
source-map-support "~0.5.12"

terser@^5.0.0, terser@^5.3.4:
terser@^5.0.0, terser@^5.14.2, terser@^5.3.4:
version "5.14.2"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.14.2.tgz#9ac9f22b06994d736174f4091aa368db896f1c10"
integrity sha512-oL0rGeM/WFQCUd0y2QrWxYnq7tfSuKBiqTjRPWrRgB46WD/kiwHwF8T23z78H6Q6kGCuuHcPB+KULHRdxvVGQA==
Expand Down

0 comments on commit cb7ede4

Please sign in to comment.