Compare commits
1 Commits
310bc08154
...
f812163300
Author | SHA1 | Date | |
---|---|---|---|
f812163300 |
@ -1,7 +1,7 @@
|
||||
Flask~=2.1.2
|
||||
python-dotenv==0.21.0
|
||||
uwsgi==2.0.20
|
||||
Flask_SQLAlchemy==3.0.0
|
||||
Flask_SQLAlchemy==2.5.1
|
||||
python-dotenv==0.21.0
|
||||
pymysql==1.0.2
|
||||
pyjwt==2.5.0
|
||||
@ -11,7 +11,7 @@ bcrypt==4.0.0
|
||||
pytest~=7.1.2
|
||||
pytest-cov
|
||||
marshmallow~=3.18.0
|
||||
faker~=15.0.0
|
||||
faker~=14.2.0
|
||||
requests~=2.28.1
|
||||
investpy~=1.0.8
|
||||
pandas~=1.5.0
|
||||
|
16
frontend/package-lock.json
generated
16
frontend/package-lock.json
generated
@ -295,21 +295,13 @@
|
||||
}
|
||||
},
|
||||
"@angular-eslint/template-parser": {
|
||||
"version": "14.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-14.1.2.tgz",
|
||||
"integrity": "sha512-bQI+poQDIyR3OU9EQzJeLYRtmsvjFGtV5dc+4XPJ6eIyRAc8baCG/0V/cOrpofIdSf7e/sCV8H7rXcFg6tSdUw==",
|
||||
"version": "14.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-14.1.1.tgz",
|
||||
"integrity": "sha512-Uzk6zfkf3KHqnd7x12Gr68fUvRz4c7J2XNTDLM3WAYa/m2wO78/zyP/Nd4DCrqmQvsDyuDRgN8LY7msuoOA3rg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@angular-eslint/bundled-angular-compiler": "14.1.2",
|
||||
"@angular-eslint/bundled-angular-compiler": "14.1.1",
|
||||
"eslint-scope": "^5.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular-eslint/bundled-angular-compiler": {
|
||||
"version": "14.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.1.2.tgz",
|
||||
"integrity": "sha512-d5/jTKXP+t9hNSucj3m8zZYBl62fZ2xFMVNbAOArYAkA7WwwX3D7Gae57BNW54cd2fl2/is7Dn6UgYhu1wqkSQ==",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"@angular-eslint/utils": {
|
||||
|
@ -34,7 +34,7 @@
|
||||
"@angular-eslint/eslint-plugin": "14.1.2",
|
||||
"@angular-eslint/eslint-plugin-template": "14.1.1",
|
||||
"@angular-eslint/schematics": "14.1.1",
|
||||
"@angular-eslint/template-parser": "14.1.2",
|
||||
"@angular-eslint/template-parser": "14.1.1",
|
||||
"@angular/cli": "~14.2.0",
|
||||
"@angular/compiler-cli": "~14.2.0",
|
||||
"@types/jasmine": "~4.3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user