Skip to content

Commit

Permalink
Update terser
Browse files Browse the repository at this point in the history
  • Loading branch information
dwyfrequency committed Oct 18, 2022
1 parent dde9d8f commit d25286a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"sinon": "9.2.4",
"sinon-chai": "3.7.0",
"source-map-loader": "1.1.3",
"terser": "5.14.2",
"terser": "5.15.1",
"ts-loader": "8.4.0",
"ts-node": "10.9.1",
"tslint": "6.1.3",
Expand Down
2 changes: 1 addition & 1 deletion repo-scripts/size-analysis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"memfs": "3.4.7",
"tmp": "0.2.1",
"typescript": "4.2.2",
"terser": "5.14.2",
"terser": "5.15.1",
"yargs": "17.6.0",
"@firebase/util": "1.7.2",
"gzip-size": "6.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16348,10 +16348,10 @@ terser-webpack-plugin@^5.1.3:
source-map "^0.6.1"
terser "^5.7.2"

terser@5.14.2:
version "5.14.2"
resolved "https://registry.npmjs.org/terser/-/terser-5.14.2.tgz#9ac9f22b06994d736174f4091aa368db896f1c10"
integrity sha512-oL0rGeM/WFQCUd0y2QrWxYnq7tfSuKBiqTjRPWrRgB46WD/kiwHwF8T23z78H6Q6kGCuuHcPB+KULHRdxvVGQA==
terser@5.15.1:
version "5.15.1"
resolved "https://registry.npmjs.org/terser/-/terser-5.15.1.tgz#8561af6e0fd6d839669c73b92bdd5777d870ed6c"
integrity sha512-K1faMUvpm/FBxjBXud0LWVAGxmvoPbZbfTCYbSgaaYQaIXI3/TdI7a7ZGA73Zrou6Q8Zmz3oeUTsp/dj+ag2Xw==
dependencies:
"@jridgewell/source-map" "^0.3.2"
acorn "^8.5.0"
Expand Down

0 comments on commit d25286a

Please sign in to comment.