Skip to content

Commit 0808b15

Browse files
authored
Merge branch 'master' into seancrim23/issue-121
2 parents 7646eed + 6ff8af0 commit 0808b15

31 files changed

+3467
-828
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,15 @@
142142
"contributions": [
143143
"ideas"
144144
]
145+
},
146+
{
147+
"login": "c-w-allen",
148+
"name": "c-w-allen",
149+
"avatar_url": "https://avatars0.githubusercontent.com/u/64177457?v=4",
150+
"profile": "https://github.com/c-w-allen",
151+
"contributions": [
152+
"code"
153+
]
145154
}
146155
],
147156
"contributorsPerLine": 7,

.snyk

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+
version: v1.14.1
3+
ignore: {}
4+
# patches apply the minimum changes required to fix a vulnerability
5+
patch:
6+
SNYK-JS-LODASH-567746:
7+
- lodash:
8+
patched: '2020-04-30T23:28:44.101Z'
9+
- '@babel/node > lodash':
10+
patched: '2020-04-30T23:28:44.101Z'
11+
- sequelize > lodash:
12+
patched: '2020-04-30T23:28:44.101Z'
13+
- '@babel/node > @babel/register > lodash':
14+
patched: '2020-04-30T23:28:44.101Z'
15+
- mocha > yargs-unparser > lodash:
16+
patched: '2020-04-30T23:28:44.101Z'
17+
- '@babel/core > @babel/helpers > @babel/traverse > lodash':
18+
patched: '2020-04-30T23:28:44.101Z'
19+
- random-words > mocha > yargs-unparser > lodash:
20+
patched: '2020-04-30T23:28:44.101Z'
21+
- '@babel/core > @babel/helper-module-transforms > @babel/helper-replace-supers > @babel/traverse > lodash':
22+
patched: '2020-04-30T23:28:44.101Z'
23+
- '@babel/core > @babel/helper-module-transforms > @babel/helper-replace-supers > @babel/traverse > @babel/generator > lodash':
24+
patched: '2020-04-30T23:28:44.101Z'
25+
- '@babel/core > @babel/helper-module-transforms > @babel/helper-replace-supers > @babel/traverse > @babel/helper-split-export-declaration > @babel/types > lodash':
26+
patched: '2020-04-30T23:28:44.101Z'
27+
- '@babel/core > @babel/helper-module-transforms > @babel/helper-replace-supers > @babel/traverse > @babel/helper-function-name > @babel/template > @babel/types > lodash':
28+
patched: '2020-04-30T23:28:44.101Z'
29+
- casbin > lodash:
30+
patched: '2020-05-01T01:44:07.188Z'
31+
- casbin-sequelize-adapter > casbin > lodash:
32+
patched: '2020-05-01T01:44:07.188Z'
33+
- casbin-sequelize-adapter > sequelize > lodash:
34+
patched: '2020-05-01T01:44:07.188Z'

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
180180
<td align="center"><a href="https://github.com/seancrim23"><img src="https://avatars1.githubusercontent.com/u/48462417?v=4" width="100px;" alt=""/><br /><sub><b>Sean Crim</b></sub></a><br /><a href="https://github.com/CodeForBaltimore/Bmore-Responsive/commits?author=seancrim23" title="Code">💻</a> <a href="https://github.com/CodeForBaltimore/Bmore-Responsive/pulls?q=is%3Apr+reviewed-by%3Aseancrim23" title="Reviewed Pull Requests">👀</a></td>
181181
<td align="center"><a href="https://github.com/carorm"><img src="https://avatars2.githubusercontent.com/u/8696896?v=4" width="100px;" alt=""/><br /><sub><b>carorm</b></sub></a><br /><a href="https://github.com/CodeForBaltimore/Bmore-Responsive/commits?author=carorm" title="Tests">⚠️</a> <a href="https://github.com/CodeForBaltimore/Bmore-Responsive/pulls?q=is%3Apr+reviewed-by%3Acarorm" title="Reviewed Pull Requests">👀</a></td>
182182
<td align="center"><a href="https://github.com/blakenan-bellese"><img src="https://avatars1.githubusercontent.com/u/61432973?v=4" width="100px;" alt=""/><br /><sub><b>blakenan-bellese</b></sub></a><br /><a href="#ideas-blakenan-bellese" title="Ideas, Planning, & Feedback">🤔</a></td>
183+
<td align="center"><a href="https://github.com/c-w-allen"><img src="https://avatars0.githubusercontent.com/u/64177457?v=4" width="100px;" alt=""/><br /><sub><b>c-w-allen</b></sub></a><br /><a href="https://github.com/CodeForBaltimore/Bmore-Responsive/commits?author=c-w-allen" title="Code">💻</a></td>
183184
</tr>
184185
</table>
185186

0 commit comments

Comments
 (0)