[Snyk] Security upgrade del from 2.2.2 to 8.0.0 #193
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to fix 2 vulnerabilities in the npm dependencies of this project.
Snyk changed the following file(s):
large-file/package.jsonlarge-file/package-lock.jsonVulnerabilities that will be fixed with an upgrade:
SNYK-JS-INFLIGHT-6095116
SNYK-JS-MINIMATCH-3050818
Release notes
Package name: del
-
8.0.0 - 2024-10-07
- Require Node.js 18 (#161) e2e5b71
- Update dependencies (#161) e2e5b71
-
7.1.0 - 2023-08-30
- Add
-
7.0.0 - 2022-07-19
- Require Node.js 14 (#143) 106d7d8
- This package is now pure ESM. Please read this.
- Moved from a default export to named exports:
-
6.1.1 - 2022-05-24
- Fix
-
6.1.0 - 2022-05-16
- Add
-
6.0.0 - 2020-09-26
- Require Node.js 10 6c99805
- Update dependencies 6c99805
-
5.1.0 - 2019-08-23
- Allow non-glob patterns with backslash on Windows (like v4) (#100) 01da91f
- Make deletion more reliable on Windows by retrying when Windows is being difficult (#108) 1299747
- Sort removed files, so the returned array is always stable (#102) ca05c65
- Fix the
- Prevent race condition on macOS when deleting files (#95) 8efdbcd
-
5.0.0 - 2019-07-02
- Require Node.js 8 42e67a8
- You can no longer pass in paths with backward-slashes. If you need to construct a glob pattern, use
- Update globby from version 6 to version 10 (#64) 6f96d2d
-
4.1.1 - 2019-04-28
- Fix missing TypeScript import 0361dcc
-
4.1.0 - 2019-04-01
- Refactor TypeScript definition to CommonJS compatible export (#82) 3f0d604
-
4.0.0 - 2019-03-03
-
3.0.0 - 2017-06-09
-
2.2.2 - 2016-08-13
from del GitHub release notesBreaking
Improvements
v7.1.0...v8.0.0
pathtoonProgressevent (#155) f5d31e6v7.0.0...v7.1.0
Breaking
require('del')→import {deleteAsync} from 'del'require('del').sync→import {deleteSync} from 'del'v6.1.1...v7.0.0
ProgressData#deletedCount(#142) 7b4c881v6.1.0...v6.1.1
onProgressoption (#141) 8742649v6.0.0...v6.1.0
Breaking
Improvements
v5.1.0...v6.0.0
Enhancements:
Fixes:
cwdoption (#96) ffbf4c4v5.0.0...v5.1.0
Shoutout to @ chrisblossom for doing most of the work on this release 🙌
This release changes the underlying globbing engine, so you are strongly recommended to use the
dryRunoption to ensuredelstill does what you expect before you run it on the real files.Breaking:
path.posix.join()instead ofpath.join(). You can useslashto transform backward-slash paths to forward-slash paths.Important: If you used any of the
globbyoptions, please note thatglobbyswitched from using theglobpackage tofast-glob, so almost all the option names changed. Here's how to migrate the options.v4.1.1...v5.0.0
For TypeScript users only:
v4.1.0...v4.1.1
v4.0.0...v4.1.0
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Regular Expression Denial of Service (ReDoS)