Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency terser to v5.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 14, 2023
1 parent d0ac3b3 commit f115163
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 7 deletions.
15 changes: 13 additions & 2 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion internal/rollup-plugin-filesize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"colorette": "2.0.20",
"filesize": "10.0.7",
"pacote": "15.1.3",
"terser": "5.17.2"
"terser": "5.18.0"
},
"devDependencies": {
"@rollup/plugin-eslint": "9.0.3",
Expand Down
22 changes: 18 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ __metadata:
languageName: node
linkType: hard

"@jridgewell/source-map@npm:^0.3.2":
"@jridgewell/source-map@npm:^0.3.2, @jridgewell/source-map@npm:^0.3.3":
version: 0.3.3
resolution: "@jridgewell/source-map@npm:0.3.3"
dependencies:
Expand Down Expand Up @@ -2813,7 +2813,7 @@ __metadata:
rollup: 2.79.1
rollup-plugin-peer-deps-external: 2.2.4
rollup-plugin-ts: 3.0.2
terser: 5.17.2
terser: 5.18.0
tslib: 2.5.0
typescript: 4.6.4
peerDependencies:
Expand Down Expand Up @@ -3941,7 +3941,7 @@ __metadata:
languageName: node
linkType: hard

"acorn@npm:^8.0.4, acorn@npm:^8.1.0, acorn@npm:^8.4.1, acorn@npm:^8.5.0, acorn@npm:^8.8.0, acorn@npm:^8.8.1":
"acorn@npm:^8.0.4, acorn@npm:^8.1.0, acorn@npm:^8.4.1, acorn@npm:^8.5.0, acorn@npm:^8.8.0, acorn@npm:^8.8.1, acorn@npm:^8.8.2":
version: 8.8.2
resolution: "acorn@npm:8.8.2"
bin:
Expand Down Expand Up @@ -12428,7 +12428,21 @@ __metadata:
languageName: node
linkType: hard

"terser@npm:5.17.2, terser@npm:^5.0.0":
"terser@npm:5.18.0":
version: 5.18.0
resolution: "terser@npm:5.18.0"
dependencies:
"@jridgewell/source-map": ^0.3.3
acorn: ^8.8.2
commander: ^2.20.0
source-map-support: ~0.5.20
bin:
terser: bin/terser
checksum: d01eb9805a978b3338b68fd2d9e35c1cd4cad78ea093dc92c7b3c38965232f0af0f95e0c6d90920ecf600a74135c608aebae26302c036c01393a590e1918bb90
languageName: node
linkType: hard

"terser@npm:^5.0.0":
version: 5.17.2
resolution: "terser@npm:5.17.2"
dependencies:
Expand Down

0 comments on commit f115163

Please sign in to comment.