Skip to content

Commit

Permalink
Merge pull request #62 from AmericanAirlines/all-the-dependabot-1
Browse files Browse the repository at this point in the history
All the dependabot suggestions
  • Loading branch information
leemeador authored Dec 8, 2021
2 parents 3c0fbf4 + caca238 commit d74f668
Show file tree
Hide file tree
Showing 4 changed files with 504 additions and 406 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Pre-Requisites
- [ ] Yes, I updated [Authors.md](../blob/main/Authors.md) **OR** this is not my first contribution
- [ ] Yes, I updated [AUTHORS.md](../AUTHORS.md) **OR** this is not my first contribution
- [ ] Yes, I included and/or modified tests to cover relevent code **OR** my change is non-technical
- [ ] Yes, I wrote this code entirely myself **OR** I properly attributed these changes in [Third Party Notices](../blob/main/THIRD-PARTY-NOTICES.txt)

Expand Down
2 changes: 1 addition & 1 deletion THIRD_PARTY_NOTICES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.

With the exception of dependencies documented within package.json and code written by those listed in Authors.md,
With the exception of dependencies documented within package.json and code written by those listed in AUTHORS.md,
this project is entirely composed of custom code. If 3rd party code is utilized in the future, attribution will be added here.


Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
},
"devDependencies": {
"@types/jest": "27.0.1",
"@types/node": "16.7.8",
"@typescript-eslint/eslint-plugin": "4.30.0",
"@typescript-eslint/parser": "4.30.0",
"@types/node": "16.11.12",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"@vercel/ncc": "0.30.0",
"eslint": "7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "4.0.0",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"prettier": "^2.5.1",
"jest": "^27.4.3",
"ts-jest": "27.0.5",
"typescript": "^4.3.5"
}
Expand Down
Loading

0 comments on commit d74f668

Please sign in to comment.