Make WordPress Core

Changeset 58585


Ignore:
Timestamp:
06/27/2024 12:53:33 PM (3 days ago)
Author:
desrosj
Message:

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.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r58575 r58585  
    150150                "source-map-loader": "5.0.0",
    151151                "terser-webpack-plugin": "5.3.10",
    152                 "uglify-js": "^3.18.0",
     152                "uglify-js": "^3.17.4",
    153153                "uuid": "9.0.1",
    154154                "wait-on": "7.2.0",
     
    3268332683        },
    3268432684        "node_modules/uglify-js": {
    32685             "version": "3.18.0",
    32686             "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.18.0.tgz",
    32687             "integrity": "sha512-SyVVbcNBCk0dzr9XL/R/ySrmYf0s372K6/hFklzgcp2lBFyXtw4I7BOdDjlLhE1aVqaI/SHWXWmYdlZxuyF38A==",
     32685            "version": "3.17.4",
     32686            "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz",
     32687            "integrity": "sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==",
    3268832688            "dev": true,
    3268932689            "bin": {
     
    5865558655        },
    5865658656        "uglify-js": {
    58657             "version": "3.18.0",
    58658             "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.18.0.tgz",
    58659             "integrity": "sha512-SyVVbcNBCk0dzr9XL/R/ySrmYf0s372K6/hFklzgcp2lBFyXtw4I7BOdDjlLhE1aVqaI/SHWXWmYdlZxuyF38A==",
     58657            "version": "3.17.4",
     58658            "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz",
     58659            "integrity": "sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==",
    5866058660            "dev": true
    5866158661        },
  • trunk/package.json

    r58575 r58585  
    7272        "source-map-loader": "5.0.0",
    7373        "terser-webpack-plugin": "5.3.10",
    74         "uglify-js": "^3.18.0",
     74        "uglify-js": "^3.17.4",
    7575        "uuid": "9.0.1",
    7676        "wait-on": "7.2.0",
Note: See TracChangeset for help on using the changeset viewer.