File tree 4 files changed +247
-218
lines changed
swift_browser_ui_frontend
4 files changed +247
-218
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies = [
28
28
" asyncpg==0.29.0" ,
29
29
" certifi==2024.2.2" ,
30
30
" click==8.1.7" ,
31
- " cryptography==42.0.5 " ,
31
+ " cryptography==42.0.7 " ,
32
32
" gunicorn==22.0.0" ,
33
33
" keystoneauth1==5.6.0" ,
34
34
" oidcrp==2.1.4" ,
@@ -44,7 +44,7 @@ docs = [
44
44
]
45
45
test = [
46
46
" black==24.4.2" ,
47
- " coverage==7.5.0 " ,
47
+ " coverage==7.5.1 " ,
48
48
" flake8-docstrings==1.7.0" ,
49
49
" flake8==7.0.0" ,
50
50
" mypy==1.10.0" ,
@@ -60,9 +60,9 @@ ui_test = [
60
60
]
61
61
dev = [
62
62
" honcho==1.1.0" ,
63
- " pre-commit==3.7.0 " ,
63
+ " pre-commit==3.7.1 " ,
64
64
" pyspelling==2.10" ,
65
- " ruff==0.4.2 " ,
65
+ " ruff==0.4.4 " ,
66
66
" types-certifi" ,
67
67
" types-redis" ,
68
68
" types-requests" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ redis==5.0.4
4
4
asyncpg == 0.29.0
5
5
certifi == 2024.2.2
6
6
click == 8.1.7
7
- cryptography == 42.0.5
7
+ cryptography == 42.0.7
8
8
gunicorn == 22.0.0
9
9
keystoneauth1 == 5.6.0
10
10
oidcrp == 2.1.4
Original file line number Diff line number Diff line change 23
23
"csc-ui" : " 0.9.5" ,
24
24
"dexie" : " ^3.2.7" ,
25
25
"eslint" : " ^8.57.0" ,
26
- "eslint-plugin-vue" : " ^9.25 .0" ,
26
+ "eslint-plugin-vue" : " ^9.26 .0" ,
27
27
"eslint-utils" : " ^3.0.0" ,
28
28
"lodash" : " ^4.17.21" ,
29
29
"luxon" : " ^3.4.4" ,
30
30
"rxjs" : " ^7.8.1" ,
31
- "sass" : " ^1.76.0 " ,
32
- "vite" : " ^5.2.10 " ,
33
- "vue" : " ^3.4.26 " ,
31
+ "sass" : " ^1.77.1 " ,
32
+ "vite" : " ^5.2.11 " ,
33
+ "vue" : " ^3.4.27 " ,
34
34
"vue-i18n" : " ^9.13.1" ,
35
35
"vue-router" : " ^4.3.2" ,
36
36
"vuex" : " ^4.1.0" ,
40
40
"devDependencies" : {
41
41
"@faker-js/faker" : " ^8.4.1" ,
42
42
"@testing-library/dom" : " ^9.3.4" ,
43
- "@testing-library/jest-dom" : " ^6.4.2 " ,
43
+ "@testing-library/jest-dom" : " ^6.4.5 " ,
44
44
"@testing-library/user-event" : " ^14.5.2" ,
45
45
"@testing-library/vue" : " ^8.0.3" ,
46
- "@vue/compiler-sfc" : " ^3.4.26 " ,
47
- "cypress" : " ^13.8.1 " ,
46
+ "@vue/compiler-sfc" : " ^3.4.27 " ,
47
+ "cypress" : " ^13.9.0 " ,
48
48
"cypress-cloud" : " ^1.10.2" ,
49
49
"install" : " ^0.13.0" ,
50
50
"jest" : " ^29.7.0" ,
You can’t perform that action at this time.
0 commit comments