Make WordPress Core

Changeset 59135 for trunk/package.json


Ignore:
Timestamp:
09/30/2024 06:34:56 PM (9 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update/Audit NPM dependencies.

This updates several devDependencies to their latest versions:

  • autoprefixer (10.4.20)
  • cssnano (7.0.6)
  • grunt-contrib-qunit (10.1.1)
  • grunt-webpack (7.0.0)
  • postcss (8.4.47)
  • qunit (2.22.0)
  • sass (1.79.4)
  • uuid (10.0.0)
  • wait-on (18.0.1`)

Also included are two minor updates to bundled dependencies:

  • json2php (0.0.9)
  • wicg-inert (3.1.3).

After applying these updates, npm audit fix and grunt precommit:css were run.

See #62137.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r59129 r59135  
    3434        "@wordpress/prettier-config": "4.8.1",
    3535        "@wordpress/scripts": "30.0.4",
    36         "autoprefixer": "10.4.19",
     36        "autoprefixer": "10.4.20",
    3737        "chalk": "5.3.0",
    3838        "check-node-version": "4.2.1",
    3939        "copy-webpack-plugin": "12.0.2",
    40         "cssnano": "7.0.3",
     40        "cssnano": "7.0.6",
    4141        "dotenv": "16.4.5",
    4242        "dotenv-expand": "11.0.6",
     
    4949        "grunt-contrib-imagemin": "~4.0.0",
    5050        "grunt-contrib-jshint": "3.2.0",
    51         "grunt-contrib-qunit": "~10.0.0",
     51        "grunt-contrib-qunit": "~10.1.1",
    5252        "grunt-contrib-uglify": "~5.2.2",
    5353        "grunt-contrib-watch": "~1.1.0",
     
    5959        "grunt-rtlcss": "~2.0.2",
    6060        "grunt-sass": "~3.1.0",
    61         "grunt-webpack": "6.0.0",
     61        "grunt-webpack": "7.0.0",
    6262        "ink-docstrap": "1.3.2",
    6363        "install-changed": "1.1.0",
    6464        "matchdep": "~2.0.0",
    65         "postcss": "8.4.38",
     65        "postcss": "8.4.47",
    6666        "prettier": "npm:wp-prettier@2.6.2",
    67         "qunit": "~2.21.0",
     67        "qunit": "~2.22.0",
    6868        "react-refresh": "0.14.0",
    69         "sass": "1.77.6",
     69        "sass": "1.79.4",
    7070        "sinon": "16.1.3",
    7171        "sinon-test": "~3.1.6",
     
    7373        "terser-webpack-plugin": "5.3.10",
    7474        "uglify-js": "^3.17.4",
    75         "uuid": "9.0.1",
    76         "wait-on": "7.2.0",
     75        "uuid": "10.0.0",
     76        "wait-on": "8.0.1",
    7777        "webpack": "5.90.2",
    7878        "webpack-livereload-plugin": "3.0.2"
     
    157157        "jquery-form": "4.3.0",
    158158        "jquery-hoverintent": "1.10.2",
    159         "json2php": "^0.0.7",
     159        "json2php": "0.0.9",
    160160        "lodash": "4.17.21",
    161161        "masonry-layout": "4.2.2",
     
    169169        "underscore": "1.13.7",
    170170        "whatwg-fetch": "3.6.20",
    171         "wicg-inert": "3.1.2"
     171        "wicg-inert": "3.1.3"
    172172    },
    173173    "scripts": {
Note: See TracChangeset for help on using the changeset viewer.