mirror of
https://github.com/discourse/discourse.git
synced 2024-12-19 10:03:51 +08:00
Build(deps): Bump terser from 5.36.0 to 5.37.0 (#30139)
Bumps [terser](https://github.com/terser/terser) from 5.36.0 to 5.37.0. - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.36.0...v5.37.0) --- updated-dependencies: - dependency-name: terser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
5b06965047
commit
2ae69a7cfd
|
@ -118,7 +118,7 @@
|
||||||
"select-kit": "workspace:1.0.0",
|
"select-kit": "workspace:1.0.0",
|
||||||
"sinon": "^19.0.2",
|
"sinon": "^19.0.2",
|
||||||
"source-map": "^0.7.4",
|
"source-map": "^0.7.4",
|
||||||
"terser": "^5.36.0",
|
"terser": "^5.37.0",
|
||||||
"testem": "^3.15.2",
|
"testem": "^3.15.2",
|
||||||
"truth-helpers": "workspace:1.0.0",
|
"truth-helpers": "workspace:1.0.0",
|
||||||
"util": "^0.12.5",
|
"util": "^0.12.5",
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
"handlebars": "^4.7.8",
|
"handlebars": "^4.7.8",
|
||||||
"path-browserify": "^1.0.1",
|
"path-browserify": "^1.0.1",
|
||||||
"polyfill-crypto.getrandomvalues": "^1.0.0",
|
"polyfill-crypto.getrandomvalues": "^1.0.0",
|
||||||
"terser": "^5.36.0"
|
"terser": "^5.37.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 18",
|
"node": ">= 18",
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
"prettier": "^2.8.8",
|
"prettier": "^2.8.8",
|
||||||
"puppeteer-core": "^23.10.1",
|
"puppeteer-core": "^23.10.1",
|
||||||
"squoosh": "https://codeload.github.com/discourse/squoosh/tar.gz/dc9649d",
|
"squoosh": "https://codeload.github.com/discourse/squoosh/tar.gz/dc9649d",
|
||||||
"terser": "^5.36.0",
|
"terser": "^5.37.0",
|
||||||
"typescript": "^5.7.2"
|
"typescript": "^5.7.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -122,8 +122,8 @@ importers:
|
||||||
specifier: https://codeload.github.com/discourse/squoosh/tar.gz/dc9649d
|
specifier: https://codeload.github.com/discourse/squoosh/tar.gz/dc9649d
|
||||||
version: https://codeload.github.com/discourse/squoosh/tar.gz/dc9649d
|
version: https://codeload.github.com/discourse/squoosh/tar.gz/dc9649d
|
||||||
terser:
|
terser:
|
||||||
specifier: ^5.36.0
|
specifier: ^5.37.0
|
||||||
version: 5.36.0
|
version: 5.37.0
|
||||||
typescript:
|
typescript:
|
||||||
specifier: ^5.7.2
|
specifier: ^5.7.2
|
||||||
version: 5.7.2
|
version: 5.7.2
|
||||||
|
@ -568,8 +568,8 @@ importers:
|
||||||
specifier: ^0.7.4
|
specifier: ^0.7.4
|
||||||
version: 0.7.4
|
version: 0.7.4
|
||||||
terser:
|
terser:
|
||||||
specifier: ^5.36.0
|
specifier: ^5.37.0
|
||||||
version: 5.36.0
|
version: 5.37.0
|
||||||
testem:
|
testem:
|
||||||
specifier: ^3.15.2
|
specifier: ^3.15.2
|
||||||
version: 3.15.2(handlebars@4.7.8)(underscore@1.13.6)
|
version: 3.15.2(handlebars@4.7.8)(underscore@1.13.6)
|
||||||
|
@ -1100,8 +1100,8 @@ importers:
|
||||||
specifier: ^1.0.0
|
specifier: ^1.0.0
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
terser:
|
terser:
|
||||||
specifier: ^5.36.0
|
specifier: ^5.37.0
|
||||||
version: 5.36.0
|
version: 5.37.0
|
||||||
|
|
||||||
app/assets/javascripts/truth-helpers:
|
app/assets/javascripts/truth-helpers:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -2880,11 +2880,6 @@ packages:
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
|
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||||
|
|
||||||
acorn@8.12.1:
|
|
||||||
resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==}
|
|
||||||
engines: {node: '>=0.4.0'}
|
|
||||||
hasBin: true
|
|
||||||
|
|
||||||
acorn@8.14.0:
|
acorn@8.14.0:
|
||||||
resolution: {integrity: sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==}
|
resolution: {integrity: sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==}
|
||||||
engines: {node: '>=0.4.0'}
|
engines: {node: '>=0.4.0'}
|
||||||
|
@ -7747,8 +7742,8 @@ packages:
|
||||||
uglify-js:
|
uglify-js:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
terser@5.36.0:
|
terser@5.37.0:
|
||||||
resolution: {integrity: sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==}
|
resolution: {integrity: sha512-B8wRRkmre4ERucLM/uXx4MOV5cbnOlVAqUst+1+iLKPI0dOgFO28f84ptoQt9HEI537PMzfYa/d+GEPKTRXmYA==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
|
@ -9604,7 +9599,7 @@ snapshots:
|
||||||
source-map-url: 0.4.1
|
source-map-url: 0.4.1
|
||||||
style-loader: 2.0.0(webpack@5.97.0(@swc/core@1.10.0)(esbuild@0.24.0))
|
style-loader: 2.0.0(webpack@5.97.0(@swc/core@1.10.0)(esbuild@0.24.0))
|
||||||
supports-color: 8.1.1
|
supports-color: 8.1.1
|
||||||
terser: 5.36.0
|
terser: 5.37.0
|
||||||
thread-loader: 3.0.4(webpack@5.97.0(@swc/core@1.10.0)(esbuild@0.24.0))
|
thread-loader: 3.0.4(webpack@5.97.0(@swc/core@1.10.0)(esbuild@0.24.0))
|
||||||
webpack: 5.97.0(@swc/core@1.10.0)(esbuild@0.24.0)
|
webpack: 5.97.0(@swc/core@1.10.0)(esbuild@0.24.0)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
@ -10663,8 +10658,6 @@ snapshots:
|
||||||
dependencies:
|
dependencies:
|
||||||
acorn: 8.14.0
|
acorn: 8.14.0
|
||||||
|
|
||||||
acorn@8.12.1: {}
|
|
||||||
|
|
||||||
acorn@8.14.0: {}
|
acorn@8.14.0: {}
|
||||||
|
|
||||||
agent-base@7.1.0(supports-color@8.1.1):
|
agent-base@7.1.0(supports-color@8.1.1):
|
||||||
|
@ -11493,7 +11486,7 @@ snapshots:
|
||||||
lodash.defaultsdeep: 4.6.1
|
lodash.defaultsdeep: 4.6.1
|
||||||
matcher-collection: 2.0.1
|
matcher-collection: 2.0.1
|
||||||
symlink-or-copy: 1.3.1
|
symlink-or-copy: 1.3.1
|
||||||
terser: 5.36.0
|
terser: 5.37.0
|
||||||
walk-sync: 2.2.0
|
walk-sync: 2.2.0
|
||||||
workerpool: 6.5.1
|
workerpool: 6.5.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
@ -16645,16 +16638,16 @@ snapshots:
|
||||||
jest-worker: 27.5.1
|
jest-worker: 27.5.1
|
||||||
schema-utils: 3.3.0
|
schema-utils: 3.3.0
|
||||||
serialize-javascript: 6.0.2
|
serialize-javascript: 6.0.2
|
||||||
terser: 5.36.0
|
terser: 5.37.0
|
||||||
webpack: 5.97.0(@swc/core@1.10.0)(esbuild@0.24.0)
|
webpack: 5.97.0(@swc/core@1.10.0)(esbuild@0.24.0)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@swc/core': 1.10.0
|
'@swc/core': 1.10.0
|
||||||
esbuild: 0.24.0
|
esbuild: 0.24.0
|
||||||
|
|
||||||
terser@5.36.0:
|
terser@5.37.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jridgewell/source-map': 0.3.3
|
'@jridgewell/source-map': 0.3.3
|
||||||
acorn: 8.12.1
|
acorn: 8.14.0
|
||||||
commander: 2.20.3
|
commander: 2.20.3
|
||||||
source-map-support: 0.5.21
|
source-map-support: 0.5.21
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user