five-for-the-future/themes/wporg-5ftf/package.json
dependabot[bot] 3593adbbb7
Bump tough-cookie and node-sass in /themes/wporg-5ftf
Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [node-sass](https://github.com/sass/node-sass). These dependencies need to be updated together.


Removes `tough-cookie`

Updates `node-sass` from 5.0.0 to 9.0.0
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v5.0.0...v9.0.0)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
- dependency-name: node-sass
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-08 13:43:06 +00:00

33 lines
794 B
JSON

{
"name": "wporg-5ftf",
"version": "1.0.0",
"description": "Theme for WordPress.org/five-for-the-future/",
"author": "wordpressdotorg",
"license": "GPL-2.0+",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/five-for-the-future"
},
"scripts": {
"start": "grunt watch",
"build": "grunt build",
"dev": "grunt"
},
"browserslist": [
"extends @wordpress/browserslist-config"
],
"devDependencies": {
"@wordpress/browserslist-config": "2.7.0",
"autoprefixer": "10.1.0",
"cssnano": "4.1.10",
"grunt": "1.3.0",
"grunt-contrib-watch": "1.1.0",
"grunt-postcss": "0.9.0",
"grunt-sass": "3.1.0",
"grunt-sass-globbing": "1.5.1",
"node-sass": "9.0.0",
"pixrem": "5.0.0",
"postcss": "^8.4.13"
}
}