Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tough-cookie and less in /PolyDeploy #110

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump tough-cookie and less in /PolyDeploy
Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [less](https://github.com/less/less.js). These dependencies need to be updated together.


Removes `tough-cookie`

Updates `less` from 2.7.3 to 4.1.3
- [Release notes](https://github.com/less/less.js/releases)
- [Changelog](https://github.com/less/less.js/blob/master/CHANGELOG.md)
- [Commits](less/less.js@v2.7.3...v4.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Jul 8, 2023
commit d4f8b2e79a66a3679a7860f87669f999b4a56e38
1,316 changes: 219 additions & 1,097 deletions PolyDeploy/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion PolyDeploy/package.json
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-zip": "^5.0.2",
"less": "^2.7.3",
"less": "^4.1.3",
"less-loader": "^4.0.5",
"merge-stream": "^1.0.1",
"raw-loader": "^0.5.1",