Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency terser to v5.24.0 #2237

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/crafty-preset-terser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": "node ../../utils/build.mjs"
},
"devDependencies": {
"terser": "5.23.0"
"terser": "5.24.0"
},
"engines": {
"node": ">=18"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2726,7 +2726,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@swissquote/crafty-preset-terser@workspace:packages/crafty-preset-terser"
dependencies:
terser: "npm:5.23.0"
terser: "npm:5.24.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -13074,17 +13074,17 @@ __metadata:
languageName: node
linkType: hard

"terser@npm:5.23.0, terser@npm:^5.16.8, terser@npm:^5.9.0":
version: 5.23.0
resolution: "terser@npm:5.23.0"
"terser@npm:5.24.0, terser@npm:^5.16.8, terser@npm:^5.9.0":
version: 5.24.0
resolution: "terser@npm:5.24.0"
dependencies:
"@jridgewell/source-map": "npm:^0.3.3"
acorn: "npm:^8.8.2"
commander: "npm:^2.20.0"
source-map-support: "npm:~0.5.20"
bin:
terser: bin/terser
checksum: b7d2f5e475cb73ba164defca07dd8c363d50df3fd4a41139c9bce738481636aecf75cb7659c6649ad45dba6361d4a9531e5888d2e3db589ead1be8485bc44548
checksum: 9a73ae528210242593d8bbc46af8a235fb0a7607707910a7c5cb85a7d2692d0780019dcbf34734b3cb2591111cc41628f1dce1608dccd3201b6843458ebe9e00
languageName: node
linkType: hard

Expand Down