Make WordPress Core

Changeset 59509 for trunk/package.json


Ignore:
Timestamp:
12/13/2024 07:04:57 PM (12 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update devDependencies.

This updates the following devDependencies:

  • dotenv from 16.4.5 to 16.4.7
  • dotenv-expand from 11.0.6 to 12.0.1
  • postcss from 8.4.47 to 8.4.49
  • qunit from 2.22.0 to 2.23.1
  • sass from 1.79.4 to 1.79.6
  • terser-webpack-plugin from 5.3.10 to 5.3.11
  • uglify-js from 3.17.4 to 3.19.3
  • uuid from 9.0.1 to 11.0.3
  • webpack from 5.90.2 to 5.97.1

Additionally, npm audit fix has been run.

Follow up to [58585].

See #62220.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r59438 r59509  
    3939        "copy-webpack-plugin": "12.0.2",
    4040        "cssnano": "7.0.6",
    41         "dotenv": "16.4.5",
    42         "dotenv-expand": "11.0.6",
     41        "dotenv": "16.4.7",
     42        "dotenv-expand": "12.0.1",
    4343        "grunt": "1.6.1",
    4444        "grunt-banner": "^0.6.0",
     
    6363        "install-changed": "1.1.0",
    6464        "matchdep": "~2.0.0",
    65         "postcss": "8.4.47",
     65        "postcss": "8.4.49",
    6666        "prettier": "npm:wp-prettier@2.6.2",
    67         "qunit": "~2.22.0",
     67        "qunit": "~2.23.1",
    6868        "react-refresh": "0.14.0",
    69         "sass": "1.79.4",
     69        "sass": "1.79.6",
    7070        "sinon": "16.1.3",
    7171        "sinon-test": "~3.1.6",
    7272        "source-map-loader": "5.0.0",
    73         "terser-webpack-plugin": "5.3.10",
    74         "uglify-js": "^3.17.4",
    75         "uuid": "9.0.1",
     73        "terser-webpack-plugin": "5.3.11",
     74        "uglify-js": "^3.19.3",
     75        "uuid": "11.0.3",
    7676        "wait-on": "8.0.1",
    77         "webpack": "5.90.2",
     77        "webpack": "5.97.1",
    7878        "webpack-livereload-plugin": "3.0.2"
    7979    },
Note: See TracChangeset for help on using the changeset viewer.