mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-01 01:59:56 +00:00
Update dependency terser to v5.36.0
This commit is contained in:
parent
68e88ba9ec
commit
863b3e2546
1 changed files with 18 additions and 11 deletions
|
@ -308,7 +308,7 @@ importers:
|
|||
version: 4.0.0(webpack@5.95.0)
|
||||
terser:
|
||||
specifier: ^5.31.6
|
||||
version: 5.34.1
|
||||
version: 5.36.0
|
||||
typescript:
|
||||
specifier: ^5.5.4
|
||||
version: 5.6.3
|
||||
|
@ -1505,6 +1505,11 @@ packages:
|
|||
engines: {node: '>=0.4.0'}
|
||||
hasBin: true
|
||||
|
||||
acorn@8.13.0:
|
||||
resolution: {integrity: sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==}
|
||||
engines: {node: '>=0.4.0'}
|
||||
hasBin: true
|
||||
|
||||
ajv-formats@2.1.1:
|
||||
resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==}
|
||||
peerDependencies:
|
||||
|
@ -4217,8 +4222,8 @@ packages:
|
|||
uglify-js:
|
||||
optional: true
|
||||
|
||||
terser@5.34.1:
|
||||
resolution: {integrity: sha512-FsJZ7iZLd/BXkz+4xrRTGJ26o/6VTjQytUk8b8OxkwcD2I+79VPJlz7qss1+zE7h8GNIScFqXcDyJ/KqBYZFVA==}
|
||||
terser@5.36.0:
|
||||
resolution: {integrity: sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==}
|
||||
engines: {node: '>=10'}
|
||||
hasBin: true
|
||||
|
||||
|
@ -6029,9 +6034,9 @@ snapshots:
|
|||
dependencies:
|
||||
acorn: 8.12.1
|
||||
|
||||
acorn-jsx@5.3.2(acorn@8.12.1):
|
||||
acorn-jsx@5.3.2(acorn@8.13.0):
|
||||
dependencies:
|
||||
acorn: 8.12.1
|
||||
acorn: 8.13.0
|
||||
|
||||
acorn-walk@8.3.4:
|
||||
dependencies:
|
||||
|
@ -6039,6 +6044,8 @@ snapshots:
|
|||
|
||||
acorn@8.12.1: {}
|
||||
|
||||
acorn@8.13.0: {}
|
||||
|
||||
ajv-formats@2.1.1(ajv@8.17.1):
|
||||
optionalDependencies:
|
||||
ajv: 8.17.1
|
||||
|
@ -6880,8 +6887,8 @@ snapshots:
|
|||
|
||||
espree@10.2.0:
|
||||
dependencies:
|
||||
acorn: 8.12.1
|
||||
acorn-jsx: 5.3.2(acorn@8.12.1)
|
||||
acorn: 8.13.0
|
||||
acorn-jsx: 5.3.2(acorn@8.13.0)
|
||||
eslint-visitor-keys: 4.1.0
|
||||
|
||||
esprima@4.0.1: {}
|
||||
|
@ -8357,7 +8364,7 @@ snapshots:
|
|||
jest-worker: 26.6.2
|
||||
rollup: 2.79.2
|
||||
serialize-javascript: 4.0.0
|
||||
terser: 5.34.1
|
||||
terser: 5.36.0
|
||||
|
||||
rollup@2.79.2:
|
||||
optionalDependencies:
|
||||
|
@ -8796,13 +8803,13 @@ snapshots:
|
|||
jest-worker: 27.5.1
|
||||
schema-utils: 3.3.0
|
||||
serialize-javascript: 6.0.2
|
||||
terser: 5.34.1
|
||||
terser: 5.36.0
|
||||
webpack: 5.95.0(webpack-cli@5.1.4)
|
||||
|
||||
terser@5.34.1:
|
||||
terser@5.36.0:
|
||||
dependencies:
|
||||
'@jridgewell/source-map': 0.3.6
|
||||
acorn: 8.12.1
|
||||
acorn: 8.13.0
|
||||
commander: 2.20.3
|
||||
source-map-support: 0.5.21
|
||||
|
||||
|
|
Loading…
Reference in a new issue