mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 19:18:40 +00:00
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 7.0.3 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/v7.0.3...v9.0.0) --- updated-dependencies: - dependency-name: tough-cookie dependency-type: indirect - dependency-name: node-sass dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
15 lines
264 B
JSON
15 lines
264 B
JSON
{
|
|
"name": "css-oms",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"directories": {},
|
|
"dependencies": {
|
|
"node-sass": "^9.0.0"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"scss": "node-sass styles.scss > styles.css"
|
|
},
|
|
"author": "Dennis Eichhorn"
|
|
}
|