Make WordPress Core

Changeset 54296 for trunk/package.json


Ignore:
Timestamp:
09/23/2022 07:53:14 PM (4 years ago)
Author:
desrosj
Message:

Build/Test Tools: Update NPM dependencies to their latest versions.

The following dependencies are being updated:

  • copy-webpack-plugin from 10.2.4 to 11.0.0.
  • dotenv from 16.0.1 to 16.0.2.
  • dotenv-expand from 8.0.3 to 9.0.0.
  • sass from 1.53.0 to 1.55.0.
  • sinon-test from 3.1.3 to 3.1.4.
  • source-map-loader from 3.0.1 to 4.0.0.
  • terser-webpack-plugin from 5.3.1 to 5.3.6.
  • uglify-js from 3.16.1 to 3.17.1.
  • uuid from 8.3.2 to 9.0.0.
  • webpack from 5.72.0 to 5.74.0.

This also contains changes after running npm audit fix.

Fixes #56641.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r54276 r54296  
    3333        "chalk": "5.0.1",
    3434        "check-node-version": "4.2.1",
    35         "copy-webpack-plugin": "10.2.4",
     35        "copy-webpack-plugin": "11.0.0",
    3636        "cssnano": "4.1.11",
    37         "dotenv": "16.0.1",
    38         "dotenv-expand": "8.0.3",
     37        "dotenv": "16.0.2",
     38        "dotenv-expand": "9.0.0",
    3939        "grunt": "~1.5.3",
    4040        "grunt-banner": "^0.6.0",
     
    6565        "qunit": "~2.19.1",
    6666        "react-refresh": "0.10.0",
    67         "sass": "^1.53.0",
     67        "sass": "^1.55.0",
    6868        "sinon": "~14.0.0",
    69         "sinon-test": "~3.1.3",
    70         "source-map-loader": "3.0.1",
    71         "terser-webpack-plugin": "5.3.1",
    72         "uglify-js": "^3.16.1",
    73         "uuid": "8.3.2",
     69        "sinon-test": "~3.1.4",
     70        "source-map-loader": "4.0.0",
     71        "terser-webpack-plugin": "5.3.6",
     72        "uglify-js": "^3.17.1",
     73        "uuid": "9.0.0",
    7474        "wait-on": "6.0.1",
    75         "webpack": "5.72.0",
     75        "webpack": "5.74.0",
    7676        "webpack-livereload-plugin": "3.0.2"
    7777    },
Note: See TracChangeset for help on using the changeset viewer.