Make WordPress Core

Changeset 54400 for trunk/package.json


Ignore:
Timestamp:
10/06/2022 06:55:05 PM (4 years ago)
Author:
desrosj
Message:

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

This updates the following devDependencies:

  • chalk from 5.0.1 to 5.1.0
  • dotenv from 16.0.2 to 16.0.3
  • sinon from 14.0.0 to 14.0.1
  • uglify-js from 3.17.1 to 3.17.3

This is the final dependency bump for 6.1.

See #56641.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r54388 r54400  
    3131        "@wordpress/scripts": "24.1.2",
    3232        "autoprefixer": "^9.8.8",
    33         "chalk": "5.0.1",
     33        "chalk": "5.1.0",
    3434        "check-node-version": "4.2.1",
    3535        "copy-webpack-plugin": "11.0.0",
    3636        "cssnano": "4.1.11",
    37         "dotenv": "16.0.2",
     37        "dotenv": "16.0.3",
    3838        "dotenv-expand": "9.0.0",
    3939        "grunt": "~1.5.3",
     
    6666        "react-refresh": "0.10.0",
    6767        "sass": "^1.55.0",
    68         "sinon": "~14.0.0",
     68        "sinon": "~14.0.1",
    6969        "sinon-test": "~3.1.4",
    7070        "source-map-loader": "4.0.0",
    7171        "terser-webpack-plugin": "5.3.6",
    72         "uglify-js": "^3.17.1",
     72        "uglify-js": "^3.17.3",
    7373        "uuid": "9.0.0",
    7474        "wait-on": "6.0.1",
Note: See TracChangeset for help on using the changeset viewer.