Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

fix: remediate vulns #47

Merged
merged 1 commit into from
Oct 5, 2021
Merged
Show file tree
Hide file tree
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
10 changes: 8 additions & 2 deletions .snyk
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.14.1
ignore: {}
version: v1.22.1
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-JS-LODASHTEMPLATE-1088054:
- '*':
reason: no fix available and not applicable in client side situation
expires: 2022-01-01T00:00:00.000Z
created: 2021-10-05T13:44:03.115Z
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-567746:
Expand Down
Loading