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.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 21, 2023
1 parent d0ac3b3 commit 1d1abbc
Show file tree
Hide file tree
Showing 9 changed files with 65 additions and 5 deletions.
31 changes: 29 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.
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.19.2"
},
"devDependencies": {
"@rollup/plugin-eslint": "9.0.3",
Expand Down
37 changes: 35 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1202,6 +1202,16 @@ __metadata:
languageName: node
linkType: hard

"@jridgewell/source-map@npm:^0.3.3":
version: 0.3.5
resolution: "@jridgewell/source-map@npm:0.3.5"
dependencies:
"@jridgewell/gen-mapping": ^0.3.0
"@jridgewell/trace-mapping": ^0.3.9
checksum: 1ad4dec0bdafbade57920a50acec6634f88a0eb735851e0dda906fa9894e7f0549c492678aad1a10f8e144bfe87f238307bf2a914a1bc85b7781d345417e9f6f
languageName: node
linkType: hard

"@jridgewell/sourcemap-codec@npm:1.4.14":
version: 1.4.14
resolution: "@jridgewell/sourcemap-codec@npm:1.4.14"
Expand Down Expand Up @@ -2813,7 +2823,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.19.2
tslib: 2.5.0
typescript: 4.6.4
peerDependencies:
Expand Down Expand Up @@ -3950,6 +3960,15 @@ __metadata:
languageName: node
linkType: hard

"acorn@npm:^8.8.2":
version: 8.10.0
resolution: "acorn@npm:8.10.0"
bin:
acorn: bin/acorn
checksum: 538ba38af0cc9e5ef983aee196c4b8b4d87c0c94532334fa7e065b2c8a1f85863467bb774231aae91613fcda5e68740c15d97b1967ae3394d20faddddd8af61d
languageName: node
linkType: hard

"add-stream@npm:^1.0.0":
version: 1.0.0
resolution: "add-stream@npm:1.0.0"
Expand Down Expand Up @@ -12428,7 +12447,21 @@ __metadata:
languageName: node
linkType: hard

"terser@npm:5.17.2, terser@npm:^5.0.0":
"terser@npm:5.19.2":
version: 5.19.2
resolution: "terser@npm:5.19.2"
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: e059177775b4d4f4cff219ad89293175aefbd1b081252270444dc83e42a2c5f07824eb2a85eae6e22ef6eb7ef04b21af36dd7d1dd7cfb93912310e57d416a205
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 1d1abbc

Please sign in to comment.