Skip to:
Content

BuddyPress.org

Changeset 12704 for trunk/package.json


Ignore:
Timestamp:
08/11/2020 09:50:50 PM (5 years ago)
Author:
imath
Message:

Build Tools: update Node, npm and stylelint related modules

Update some other node modules to fix minor vulnerabilities by refreshing the npm-shrinkwrap.json file.

Fixes #8345

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r12656 r12704  
    2424        "grunt-legacy-util": "~1.1.1",
    2525        "grunt-patch-wordpress": "~1.0.0",
    26         "phplint": "^2.0.1",
    2726        "grunt-postcss": "~0.9.0",
    2827        "grunt-rtlcss": "~2.0.1",
    2928        "grunt-sass": "~2.0.0",
    30         "grunt-stylelint": "~0.12.0",
     29        "grunt-stylelint": "~0.15.0",
    3130        "matchdep": "~2.0.0",
    3231        "parcel-bundler": "~1.12.4",
     32        "phplint": "^2.0.1",
    3333        "postcss-scss": "~2.0.0",
    34         "stylelint": "~11.0.0",
    35         "stylelint-config-wordpress": "~16.0.0"
     34        "stylelint": "~13.6.1",
     35        "stylelint-config-wordpress": "~17.0.0"
    3636    },
    3737    "engines": {
    38         "node": "10.13.0"
     38        "node": "12.16.0",
     39        "npm": "6.14.0"
    3940    },
    4041    "scripts": {
     
    6667    "browserslist": [
    6768        "extends @wordpress/browserslist-config"
    68     ]
     69    ],
     70    "dependencies": {
     71        "postcss": "~7.0.32"
     72    }
    6973}
Note: See TracChangeset for help on using the changeset viewer.