Skip to content

Commit 2c4eb8f

Browse files
author
Joonatan Mäkinen
committed
Merge branch 'renovate/all-minor-patch' into 'devel'
Update all non-major dependencies See merge request sds-dev/sd-connect/swift-browser-ui!179
2 parents db5d753 + 124b48e commit 2c4eb8f

File tree

5 files changed

+478
-438
lines changed

5 files changed

+478
-438
lines changed

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: rojopolis/spellcheck-github-actions@0.33.1
17+
- uses: rojopolis/spellcheck-github-actions@0.34.0
1818
name: Spellcheck
1919
with:
2020
config_path: .pyspelling.yml

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"asyncpg==0.28.0",
2929
"certifi==2023.7.22",
3030
"click==8.1.7",
31-
"cryptography==41.0.3",
31+
"cryptography==41.0.4",
3232
"gunicorn==21.2.0",
3333
"keystoneauth1==5.3.0",
3434
"oidcrp==2.1.4",
@@ -60,7 +60,7 @@ dev = [
6060
"honcho==1.1.0",
6161
"pre-commit==3.4.0",
6262
"pyspelling==2.9",
63-
"ruff==0.0.289",
63+
"ruff==0.0.291",
6464
"types-certifi",
6565
"types-redis",
6666
"types-requests",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ redis==5.0.1
44
asyncpg==0.28.0
55
certifi==2023.7.22
66
click==8.1.7
7-
cryptography==41.0.3
7+
cryptography==41.0.4
88
gunicorn==21.2.0
99
keystoneauth1==5.3.0
1010
oidcrp==2.1.4

swift_browser_ui_frontend/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,36 +16,36 @@
1616
"dependencies": {
1717
"@intlify/unplugin-vue-i18n": "^1.0.0",
1818
"@mdi/js": "^7.2.96",
19-
"@vitejs/plugin-vue": "^4.2.3",
20-
"@vueuse/rxjs": "^10.2.1",
19+
"@vitejs/plugin-vue": "^4.3.4",
20+
"@vueuse/rxjs": "^10.4.1",
2121
"cli-highlight": "^2.1.11",
2222
"csc-ui": "0.9.3",
2323
"dexie": "^3.2.4",
24-
"eslint": "^8.45.0",
25-
"eslint-plugin-vue": "^9.15.1",
24+
"eslint": "^8.50.0",
25+
"eslint-plugin-vue": "^9.17.0",
2626
"eslint-utils": "^3.0.0",
2727
"lodash": "^4.17.21",
28-
"luxon": "^3.3.0",
28+
"luxon": "^3.4.3",
2929
"resumablejs": "^1.1.0",
3030
"rxjs": "^7.8.1",
31-
"sass": "^1.63.6",
32-
"vite": "^4.4.4",
31+
"sass": "^1.68.0",
32+
"vite": "^4.4.9",
3333
"vue": "^3.3.4",
34-
"vue-i18n": "^9.2.2",
35-
"vue-router": "^4.2.4",
34+
"vue-i18n": "^9.5.0",
35+
"vue-router": "^4.2.5",
3636
"vuex": "^4.1.0"
3737
},
3838
"devDependencies": {
39-
"@faker-js/faker": "^8.0.2",
40-
"@testing-library/dom": "^9.3.1",
41-
"@testing-library/jest-dom": "^6.0.0",
42-
"@testing-library/user-event": "^14.4.3",
39+
"@faker-js/faker": "^8.1.0",
40+
"@testing-library/dom": "^9.3.3",
41+
"@testing-library/jest-dom": "^6.1.3",
42+
"@testing-library/user-event": "^14.5.1",
4343
"@testing-library/vue": "^7.0.0",
4444
"@vue/compiler-sfc": "^3.3.4",
4545
"cypress": "^13.0.0",
46-
"cypress-cloud": "^1.9.1",
46+
"cypress-cloud": "^1.9.6",
4747
"install": "^0.13.0",
48-
"jest": "^29.6.1"
48+
"jest": "^29.7.0"
4949
},
5050
"eslintConfig": {
5151
"root": true,

0 commit comments

Comments
 (0)