Make WordPress Core

Changeset 55191 for trunk/package.json


Ignore:
Timestamp:
02/02/2023 04:34:04 PM (2 years ago)
Author:
desrosj
Message:

Build/Test Tools: Update npm dependencies.

This updates the following npm dependencies to their latest versions:

  • chalk from 5.1.0 to 5.2.0.
  • dotenv-expand from 9.0.0 to 10.0.0.
  • grunt-contrib-qunit from 6.2.0 to 6.2.1.
  • prettier from 2.0.5 to 2.6.2.
  • qunit from 2.19.1 to 2.19.4.
  • sass from 1.55.0 to 1.58.0.
  • sinon from 14.0.1 to 15.0.1.
  • sinon-test from 3.1.4 to 3.1.5.
  • source-map-loader from 4.0.0 to 4.0.1.
  • uglify-js from 3.17.3 to 3.17.4.
  • wait-on from 6.0.1 to 7.0.1.
  • webpack from 5.74.0 to 5.75.0.

Additionally, npm audit fix has been run to further update packages that may contain vulnerabilities.

Props naeemhaque, mukesh27, desrosj.
See #57535.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r55186 r55191  
    3232        "@wordpress/scripts": "24.1.2",
    3333        "autoprefixer": "^10.4.13",
    34         "chalk": "5.1.0",
     34        "chalk": "5.2.0",
    3535        "check-node-version": "4.2.1",
    3636        "copy-webpack-plugin": "11.0.0",
    3737        "cssnano": "5.1.14",
    3838        "dotenv": "16.0.3",
    39         "dotenv-expand": "9.0.0",
     39        "dotenv-expand": "10.0.0",
    4040        "grunt": "~1.5.3",
    4141        "grunt-banner": "^0.6.0",
     
    4646        "grunt-contrib-imagemin": "~4.0.0",
    4747        "grunt-contrib-jshint": "3.2.0",
    48         "grunt-contrib-qunit": "~6.2.0",
     48        "grunt-contrib-qunit": "~6.2.1",
    4949        "grunt-contrib-uglify": "~5.2.2",
    5050        "grunt-contrib-watch": "~1.1.0",
     
    6363        "matchdep": "~2.0.0",
    6464        "postcss": "^8.4.21",
    65         "prettier": "npm:wp-prettier@2.0.5",
    66         "qunit": "~2.19.1",
     65        "prettier": "npm:wp-prettier@2.6.2",
     66        "qunit": "~2.19.4",
    6767        "react-refresh": "0.10.0",
    68         "sass": "^1.55.0",
    69         "sinon": "~14.0.1",
    70         "sinon-test": "~3.1.4",
    71         "source-map-loader": "4.0.0",
     68        "sass": "^1.58.0",
     69        "sinon": "~15.0.1",
     70        "sinon-test": "~3.1.5",
     71        "source-map-loader": "4.0.1",
    7272        "terser-webpack-plugin": "5.3.6",
    73         "uglify-js": "^3.17.3",
     73        "uglify-js": "^3.17.4",
    7474        "uuid": "9.0.0",
    75         "wait-on": "6.0.1",
    76         "webpack": "5.74.0",
     75        "wait-on": "7.0.1",
     76        "webpack": "5.75.0",
    7777        "webpack-livereload-plugin": "3.0.2"
    7878    },
Note: See TracChangeset for help on using the changeset viewer.