Make WordPress Core


Ignore:
Timestamp:
02/06/2023 06:53:27 PM (3 years ago)
Author:
desrosj
Message:

Build/Test Tools: Update npm dependencies for bundled themes.

This applies several dependency version updates to Twenty Nineteen, Twenty Twenty, and Twenty Twenty-One.

npm audit fix has also been run to automatically fix any packages with reported vulnerabilities.

See #57535.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/package.json

    r54492 r55233  
    1515    },
    1616    "devDependencies": {
    17         "@wordpress/browserslist-config": "^5.1.0",
    18         "@wordpress/scripts": "^24.2.0",
    19         "autoprefixer": "^10.4.12",
    20         "concurrently": "^7.4.0",
    21         "postcss": "^8.4.16",
    22         "postcss-cli": "^10.0.0",
     17        "@wordpress/browserslist-config": "^5.9.0",
     18        "@wordpress/scripts": "^24.6.0",
     19        "autoprefixer": "^10.4.13",
     20        "concurrently": "^7.6.0",
     21        "postcss": "^8.4.21",
     22        "postcss-cli": "^10.1.0",
    2323        "rtlcss": "^4.0.0",
    2424        "stylelint-a11y": "^1.2.3"
Note: See TracChangeset for help on using the changeset viewer.