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.
This PR was automatically created by Snyk using the credentials of a real user.
![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)
Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.
Snyk changed the following file(s):
package.json
package-lock.json
Vulnerabilities that will be fixed with an upgrade:
SNYK-JS-MINIMATCH-3050818
Release notes
Package name: glob
9.0.0
8.1.0
8.0.3
8.0.2
8.0.1
7.2.3
7.2.2
7.2.0
Package name: grunt
v1.6.0...v1.6.1
v1.5.3...v1.6.0
v1.5.2...v1.5.3
v1.5.1...v1.5.2
v1.5.0...v1.5.1
v1.4.1...v1.5.0
v1.4.0...v1.4.1
Package name: grunt-contrib-compress
No content.
Package name: jasmine
Please see the release notes.
Please see the release notes.
Please see the release notes.
Please see the release notes.
Please see the release notes.
Please see the release notes.
Please see the release notes.
Please see the release notes.
Please see the release notes.
Please see the release notes.
Package name: jest
Blog post: https://jestjs.io/blog/2022/08/25/jest-29
Features
[expect]
[BREAKING] Differentiate betweenMatcherContext
MatcherUtils
andMatcherState
types (#13141)[jest-circus]
Add support fortest.failing.each
(#13142)[jest-config]
[BREAKING] MakesnapshotFormat
default toescapeString: false
andprintBasicPrototype: false
(#13036)[jest-config]
[BREAKING] Remove undocumentedcollectCoverageOnlyFrom
option (#13156)[jest-environment-jsdom]
[BREAKING] Upgrade tojsdom@20
(#13037, #13058)[@ jest/globals]
Addjest.Mocked
,jest.MockedClass
,jest.MockedFunction
andjest.MockedObject
utility types (#12727)[jest-mock]
[BREAKING] RefactorMocked*
utility types.MaybeMockedDeep
andMaybeMocked
becameMocked
andMockedShallow
respectively; only deep mocked variants ofMockedClass
,MockedFunction
andMockedObject
are exported (#13123, #13124)[jest-mock]
[BREAKING] Change the defaultjest.mocked
helper’s behavior to deep mocked (#13125)[jest-snapshot]
[BREAKING] Letbabel
find config when updating inline snapshots (#13150)[@ jest/test-result, @ jest/types]
[BREAKING] ReplaceBytes
andMilliseconds
types withnumber
(#13155)[jest-worker]
AddsworkerIdleMemoryLimit
option which is used as a check for worker memory leaks >= Node 16.11.0 and recycles child workers as required (#13056, #13105, #13106, #13107)[pretty-format]
[BREAKING] RemoveConvertAnsi
plugin in favour ofjest-serializer-ansi-escapes
(#13040)[pretty-format]
Allow to opt out from sorting object keys withcompareKeys: null
(#12443)Fixes
[jest-config]
Fix testing multiple projects with TypeScript config files (#13099)[@ jest/expect-utils]
Fix deep equality of ImmutableJS Record (#13055)[jest-haste-map]
Increase the maximum possible file size that jest-haste-map can handle (#13094)[jest-runtime]
Properly support CJS re-exports from dual packages (#13170)[jest-snapshot]
MakeprettierPath
optional inSnapshotState
(#13149)[jest-snapshot]
Fix parsing error from inline snapshot files withJSX
(#12760)[jest-worker]
When a process runs out of memory worker exits correctly and doesn't spin indefinitely (#13054)Chore & Maintenance
[*]
[BREAKING] Drop support for Node v12 and v17 (#13033)[docs]
Fix webpack name (#13049)[docs]
Explicit how to setn
for--bail
(#13128)[docs]
Update Enzyme URL (#13166)[jest-leak-detector]
Remove support forweak-napi
(#13035)[jest-snapshot]
[BREAKING] RequirerootDir
as argument toSnapshotState
(#13150)New Contributors
Full Changelog: v28.1.3...v29.0.0
What's Changed
Mocked*
utility types by @ mrazauskas in #13123MockedShallow
type by @ mrazauskas in #13124jest.Mocked
,jest.MockedClass
,jest.MockedFunction
andjest.MockedObject
utility types by @ mrazauskas in #12727jest.mocked
helper’s behaviour to deep mocked by @ mrazauskas in #13125SnapshotState
by @ SimenB in #13149babel
find config when updating inline snapshots by @ SimenB in #13150New Contributors
Full Changelog: v29.0.0-alpha.5...v29.0.0-alpha.6
What's Changed
New Contributors
Full Changelog: v29.0.0-alpha.4...v29.0.0-alpha.5
What's Changed
New Contributors
Full Changelog: v29.0.0-alpha.3...v29.0.0-alpha.4
Features
[jest-worker]
AddsworkerIdleMemoryLimit
option which is used as a check for worker memory leaks >= Node 16.11.0 and recycles child workers as required. (#13056)Fixes
[jest-haste-map]
Increase the maximum possible file size that jest-haste-map can handle (#13094)New Contributors
Full Changelog: v29.0.0-alpha.1...v29.0.0-alpha.3
Features
[pretty-format]
[BREAKING] RemoveConvertAnsi
plugin in favour ofjest-serializer-ansi-escapes
(#13040)Fixes
[jest-worker]
When a process runs out of memory worker exits correctly and doesn't spin indefinitely (#13054)[@ jest/expect-utils]
Fix deep equality of ImmutableJS Record (#13055)New Contributors
Full Changelog: v29.0.0-alpha.0...v29.0.0-alpha.1
Features
[jest-config]
[BREAKING] MakesnapshotFormat
default toescapeString: false
andprintBasicPrototype: false
(#13036)[jest-environment-jsdom]
[BREAKING] Upgrade tojsdom@20
(#13037)Chore & Maintenance
[*]
[BREAKING] Drop support for Node v12 and v17 (#13033)[jest-leak-detector]
Remove support forweak-napi
(#13035)Full Changelog: v28.1.3...v29.0.0-alpha.0
Features
[jest-leak-detector]
Use nativeFinalizationRegistry
when it exists to get rid of external C dependency (#12973)Fixes
[jest-changed-files]
Fix a lock-up after repeated invocations (#12757)[@ jest/expect-utils]
Fix deep equality of ImmutableJS OrderedSets (#12977)[jest-mock]
Add index signature support forspyOn
types (#13013, #13020)[jest-snapshot]
Fix indentation of awaited inline snapshots (#12986)Chore & Maintenance
[*]
Replace internal usage ofpretty-format/ConvertAnsi
withjest-serializer-ansi-escapes
(#12935, #13004)[docs]
Update spyOn docs (#13000)New Contributors
Full Changelog: v28.1.2...v28.1.3
Fixes