Skip to content

Commit d5e577a

Browse files
authored
Merge pull request #22 from exadel-inc/fix_dependabot
fixed dependabot issues
2 parents 489c50f + a99bf02 commit d5e577a

File tree

3 files changed

+10072
-10291
lines changed

3 files changed

+10072
-10291
lines changed

face_founder_demo/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
.env.test.local
1919
.env.production.local
2020

21+
# IntellijIdea files
22+
*.iml
23+
.idea
24+
out
25+
2126
npm-debug.log*
2227
yarn-debug.log*
2328
yarn-error.log*

face_founder_demo/package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,25 @@
77
"@testing-library/jest-dom": "^5.11.4",
88
"@testing-library/react": "^11.1.0",
99
"@testing-library/user-event": "^12.1.10",
10+
"ansi-html": "0.0.7",
11+
"axios": "^0.25.0",
1012
"bootstrap": "^4.6.0",
13+
"browserslist": "^4.19.1",
14+
"follow-redirects": "^1.14.7",
15+
"glob-parent": "^6.0.2",
16+
"immer": "^9.0.12",
17+
"node-forge": "^1.2.1",
18+
"nth-check": "^2.0.1",
1119
"react": "^17.0.2",
1220
"react-bootstrap": "^1.6.1",
1321
"react-confirm-alert": "^2.7.0",
1422
"react-dom": "^17.0.2",
1523
"react-notifications": "^1.7.2",
1624
"react-scripts": "4.0.3",
1725
"react-toastify": "^7.0.4",
26+
"tar": "^6.1.11",
27+
"tmpl": "^1.0.5",
28+
"url-parse": "^1.5.4",
1829
"web-vitals": "^1.0.1"
1930
},
2031
"scripts": {

0 commit comments

Comments
 (0)