Compare commits
1 Commits
renovate/f
...
renovate/a
Author | SHA1 | Date | |
---|---|---|---|
52ece98f1c |
@@ -11,7 +11,7 @@ bcrypt==4.0.1
|
|||||||
pytest~=7.2.0
|
pytest~=7.2.0
|
||||||
pytest-cov
|
pytest-cov
|
||||||
marshmallow~=3.19.0
|
marshmallow~=3.19.0
|
||||||
faker~=17.0.0
|
faker~=15.3.4
|
||||||
requests~=2.28.1
|
requests~=2.28.1
|
||||||
investpy~=1.0.8
|
investpy~=1.0.8
|
||||||
pandas~=1.5.0
|
pandas~=1.5.0
|
||||||
|
14
frontend/package-lock.json
generated
14
frontend/package-lock.json
generated
@@ -783,15 +783,21 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@angular-eslint/template-parser": {
|
"@angular-eslint/template-parser": {
|
||||||
"version": "15.1.0",
|
"version": "15.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-15.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-15.2.1.tgz",
|
||||||
"integrity": "sha512-ctcA7OAV1wwFByW1te3uZwzySuIRlo8NblG5yUtgU5BXt3nXwIDwoSr3tvI2dRHobNHcXVQcOFVzyOdXD/vsIg==",
|
"integrity": "sha512-ViCi79gC2aKJecmYLkOT+QlT5WMRNXeYz0Dr9Pr8qXzIbY0oAWE7nOT5jkXwQ9oUk+ybtGCWHma5JVJWVJsIog==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@angular-eslint/bundled-angular-compiler": "15.1.0",
|
"@angular-eslint/bundled-angular-compiler": "15.2.1",
|
||||||
"eslint-scope": "^7.0.0"
|
"eslint-scope": "^7.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@angular-eslint/bundled-angular-compiler": {
|
||||||
|
"version": "15.2.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-15.2.1.tgz",
|
||||||
|
"integrity": "sha512-LO7Am8eVCr7oh6a0VmKSL7K03CnQEQhFO7Wt/YtbfYOxVjrbwmYLwJn+wZPOT7A02t/BttOD/WXuDrOWtSMQ/Q==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
"eslint-scope": {
|
"eslint-scope": {
|
||||||
"version": "7.1.1",
|
"version": "7.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz",
|
||||||
|
@@ -34,7 +34,7 @@
|
|||||||
"@angular-eslint/eslint-plugin": "15.1.0",
|
"@angular-eslint/eslint-plugin": "15.1.0",
|
||||||
"@angular-eslint/eslint-plugin-template": "15.1.0",
|
"@angular-eslint/eslint-plugin-template": "15.1.0",
|
||||||
"@angular-eslint/schematics": "15.1.0",
|
"@angular-eslint/schematics": "15.1.0",
|
||||||
"@angular-eslint/template-parser": "15.1.0",
|
"@angular-eslint/template-parser": "15.2.1",
|
||||||
"@angular/cli": "~15.0.0",
|
"@angular/cli": "~15.0.0",
|
||||||
"@angular/compiler-cli": "~15.0.0",
|
"@angular/compiler-cli": "~15.0.0",
|
||||||
"@types/jasmine": "~4.3.0",
|
"@types/jasmine": "~4.3.0",
|
||||||
|
Reference in New Issue
Block a user