mirror of
git://develop.git.wordpress.org/
synced 2025-04-22 13:12:11 +02:00
Build/Test Tools: Revert uglify-js
update.
This partially reverts [58563], which applied an update of the `uglify-js` `devDependency` from `3.17.4` to `3.18.0`. The `3.18.0` update is causing some JavaScript errors in the `media-views.min.js` file, so needs to be investigated further. Props david.binda, mukesh27, alshakero. Fies #61519. git-svn-id: https://develop.svn.wordpress.org/trunk@58585 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
dc788c6fbc
commit
d6bbd8ddf4
14
package-lock.json
generated
14
package-lock.json
generated
@ -149,7 +149,7 @@
|
||||
"sinon-test": "~3.1.6",
|
||||
"source-map-loader": "5.0.0",
|
||||
"terser-webpack-plugin": "5.3.10",
|
||||
"uglify-js": "^3.18.0",
|
||||
"uglify-js": "^3.17.4",
|
||||
"uuid": "9.0.1",
|
||||
"wait-on": "7.2.0",
|
||||
"webpack": "5.90.2",
|
||||
@ -32682,9 +32682,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/uglify-js": {
|
||||
"version": "3.18.0",
|
||||
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.18.0.tgz",
|
||||
"integrity": "sha512-SyVVbcNBCk0dzr9XL/R/ySrmYf0s372K6/hFklzgcp2lBFyXtw4I7BOdDjlLhE1aVqaI/SHWXWmYdlZxuyF38A==",
|
||||
"version": "3.17.4",
|
||||
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz",
|
||||
"integrity": "sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"uglifyjs": "bin/uglifyjs"
|
||||
@ -58654,9 +58654,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"uglify-js": {
|
||||
"version": "3.18.0",
|
||||
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.18.0.tgz",
|
||||
"integrity": "sha512-SyVVbcNBCk0dzr9XL/R/ySrmYf0s372K6/hFklzgcp2lBFyXtw4I7BOdDjlLhE1aVqaI/SHWXWmYdlZxuyF38A==",
|
||||
"version": "3.17.4",
|
||||
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz",
|
||||
"integrity": "sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==",
|
||||
"dev": true
|
||||
},
|
||||
"unbox-primitive": {
|
||||
|
@ -71,7 +71,7 @@
|
||||
"sinon-test": "~3.1.6",
|
||||
"source-map-loader": "5.0.0",
|
||||
"terser-webpack-plugin": "5.3.10",
|
||||
"uglify-js": "^3.18.0",
|
||||
"uglify-js": "^3.17.4",
|
||||
"uuid": "9.0.1",
|
||||
"wait-on": "7.2.0",
|
||||
"webpack": "5.90.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user