Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 30, 2024
1 parent 80fe6ef commit c01f110
Show file tree
Hide file tree
Showing 3 changed files with 9,116 additions and 7,624 deletions.
6 changes: 3 additions & 3 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ launchdarkly-server-sdk = "^8.3.0"
python-dotenv = "^1.0.1"
sentry-sdk = "^1.45.0"
flask-babel = "2.0.0"
flask-jwt-oidc = "^0.3.0"
flask-jwt-oidc = "^0.6.0"
gunicorn = "^22.0.0"
sbc-common-components = {git = "https://github.com/bcgov/sbc-common-components.git", rev = "master", subdirectory = "python"}
auth-api = {git = "https://github.com/bcgov/sbc-auth.git", rev = "main", subdirectory = "auth-api"}

[tool.poetry.group.test.dependencies]
freezegun = "^1.5.0"
hypothesis = "^6.100.1"
hypothesis = "^6.100.2"
pexpect = "^4.9.0"
pytest = "^7.4.4"
pytest-cov = "^5.0.0"
Expand All @@ -30,7 +30,7 @@ requests-mock = "^1.12.1"

[tool.poetry.group.dev.dependencies]
pre-commit = "^3.7.0"
faker = "^24.11.0"
faker = "^24.14.1"
lovely-pytest-docker = "^0.3.1"

[build-system]
Expand Down
18 changes: 9 additions & 9 deletions web/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,24 @@
"@nuxtjs/eslint-module": "^4.1.0",
"@playwright/test": "^1.43.1",
"@testing-library/vue": "^8.0.3",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/parser": "^7.8.0",
"@vue/test-utils": "^2.4.5",
"eslint": "^8.57.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"happy-dom": "^13.10.1",
"nuxt": "^3.11.1",
"nuxt": "^3.11.2",
"nuxt-vuefire": "^1.0.2",
"playwright-core": "^1.42.1",
"typescript": "^5.4.3",
"vitest": "^1.4.0",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"playwright-core": "^1.43.1",
"typescript": "^5.4.5",
"vitest": "^1.5.3",
"vue": "^3.4.26",
"vue-router": "^4.3.2"
},
"dependencies": {
"@daxiom/sbc-nuxt-assets-layer": "^0.2.0",
"@firebase/app-types": "^0.9.1",
"firebase": "^10.10.0",
"firebase-admin": "^11.3.0",
"firebase": "^10.11.1",
"firebase-admin": "^11.11.1",
"firebase-functions": "^4.9.0",
"vuefire": "^3.1.23"
}
Expand Down
Loading

0 comments on commit c01f110

Please sign in to comment.