Make WordPress Core


Ignore:
Timestamp:
01/26/2021 03:16:13 PM (4 years ago)
Author:
desrosj
Message:

Build/Test Tools: Update several dependencies in the 5.6 branch.

This backports several dependency updates to the 5.6 branch as a part of #52341 to allow all branches receiving security updates to run on NodeJS 14.x.

Backports [49933,49937,49939,49940,49983,49989,49990,50016,50017] to the 5.6 branch.
See #51801, #52341.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.6/package.json

    r49778 r50023  
    3131        "@wordpress/library-export-default-webpack-plugin": "1.9.0",
    3232        "@wordpress/scripts": "12.4.0",
    33         "autoprefixer": "9.6.2",
     33        "autoprefixer": "^9.8.6",
    3434        "chalk": "4.1.0",
    35         "check-node-version": "4.0.1",
    36         "copy-webpack-plugin": "^5.1.1",
     35        "check-node-version": "4.0.3",
     36        "copy-webpack-plugin": "^5.1.2",
    3737        "cssnano": "4.1.10",
    3838        "dotenv": "8.2.0",
    3939        "dotenv-expand": "5.1.0",
    40         "grunt": "~1.1.0",
     40        "grunt": "~1.3.0",
    4141        "grunt-banner": "^0.6.0",
    4242        "grunt-contrib-clean": "~2.0.0",
     
    4545        "grunt-contrib-cssmin": "~3.0.0",
    4646        "grunt-contrib-imagemin": "~4.0.0",
    47         "grunt-contrib-jshint": "2.1.0",
    48         "grunt-contrib-qunit": "^3.1.0",
    49         "grunt-contrib-uglify": "~4.0.1",
     47        "grunt-contrib-jshint": "3.0.0",
     48        "grunt-contrib-qunit": "^4.0.0",
     49        "grunt-contrib-uglify": "~5.0.0",
    5050        "grunt-contrib-watch": "~1.1.0",
    5151        "grunt-file-append": "0.0.7",
    5252        "grunt-includes": "~1.1.0",
    53         "grunt-jsdoc": "2.4.0",
     53        "grunt-jsdoc": "2.4.1",
    5454        "grunt-jsvalidate": "~0.2.2",
    55         "grunt-legacy-util": "^1.1.1",
    56         "grunt-patch-wordpress": "~3.0.0",
     55        "grunt-legacy-util": "^2.0.0",
     56        "grunt-patch-wordpress": "3.0.1",
    5757        "grunt-postcss": "~0.9.0",
    5858        "grunt-replace-lts": "~1.1.0",
    59         "grunt-rtlcss": "~2.0.1",
     59        "grunt-rtlcss": "~2.0.2",
    6060        "grunt-sass": "~3.1.0",
    61         "grunt-webpack": "^3.1.3",
     61        "grunt-webpack": "^4.0.2",
    6262        "ink-docstrap": "1.3.2",
    6363        "install-changed": "1.1.0",
    6464        "matchdep": "~2.0.0",
    65         "node-sass": "~4.14.1",
     65        "node-sass": "~5.0.0",
    6666        "prettier": "npm:wp-prettier@2.0.5",
    6767        "puppeteer": "npm:puppeteer-core@3.0.0",
    68         "qunit": "~2.9.0",
    69         "sinon": "~9.0.0",
     68        "qunit": "~2.14.0",
     69        "sinon": "~9.2.4",
    7070        "sinon-test": "~3.0.0",
    71         "source-map-loader": "^0.2.4",
    72         "uglify-js": "^3.6.0",
     71        "source-map-loader": "^1.1.3",
     72        "uglify-js": "^3.12.5",
    7373        "uglifyjs-webpack-plugin": "2.2.0",
    74         "uuid": "8.2.0",
    75         "wait-on": "3.3.0",
     74        "uuid": "8.3.2",
     75        "wait-on": "5.2.1",
    7676        "webpack": "4.43.0",
    77         "webpack-dev-server": "3.11.0",
     77        "webpack-dev-server": "3.11.2",
    7878        "webpack-livereload-plugin": "2.3.0"
    7979    },
Note: See TracChangeset for help on using the changeset viewer.