This repository has been archived by the owner on Jun 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #220 from cfpb/fix-leap-bday-error
Add handling for leap day birthdays
- Loading branch information
Showing
6 changed files
with
3,795 additions
and
3,120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
version: v1 | ||
ignore: {} | ||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. | ||
version: v1.12.0 | ||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date | ||
ignore: | ||
'npm:hoek:20180212': | ||
- gulp-less > less > request > hawk > hoek: | ||
reason: Not prepared to do a major version upgrade at this time | ||
expires: '2018-06-13T18:04:08.207Z' | ||
- gulp-less > less > request > hawk > boom > hoek: | ||
reason: Not prepared to do a major version upgrade at this time | ||
expires: '2018-06-13T18:04:08.207Z' | ||
- gulp-less > less > request > hawk > sntp > hoek: | ||
reason: Not prepared to do a major version upgrade at this time | ||
expires: '2018-06-13T18:04:08.207Z' | ||
- gulp-less > less > request > hawk > cryptiles > boom > hoek: | ||
reason: Not prepared to do a major version upgrade at this time | ||
expires: '2018-06-13T18:04:08.207Z' | ||
patch: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
|
||
set -ev | ||
|
||
npm install -g snyk | ||
npm install | ||
bower install | ||
gulp |
Oops, something went wrong.