Make WordPress Core


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/src/wp-includes/script-loader.php

    r59134 r59135  
    120120        'wp-polyfill-element-closest' => '3.0.2',
    121121        'wp-polyfill-object-fit'      => '2.3.5',
    122         'wp-polyfill-inert'           => '3.1.2',
     122        'wp-polyfill-inert'           => '3.1.3',
    123123        'wp-polyfill'                 => '3.15.0',
    124124    );
Note: See TracChangeset for help on using the changeset viewer.