Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
fix(deps): update all non-major dependencies (#452)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 20, 2021
1 parent 6b816ee commit 57a6700
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 124 deletions.
2 changes: 1 addition & 1 deletion .k8s/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@kosko/env": "^1.0.3",
"@socialgouv/kosko-charts": "^4.7.11",
"@socialgouv/kosko-charts": "^4.8.2",
"@types/node": "^14.14.31",
"kosko": "^1.0.3",
"kubernetes-models": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion .k8s/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@
dependencies:
"@sinonjs/commons" "^1.7.0"

"@socialgouv/kosko-charts@^4.7.11":
"@socialgouv/kosko-charts@^4.8.2":
version "4.8.2"
resolved "https://registry.yarnpkg.com/@socialgouv/kosko-charts/-/kosko-charts-4.8.2.tgz#a3e3187c40a8942c1df48a8935346a78009d6a88"
integrity sha512-zcDc8GQjwZRcykaWzFCh2ZmhTBCFS1SuCcGwgrIpvt2mjbgh6BMcpiHp09/nNQlRBtWv9/xX+zLvksNW6U6j+w==
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.13.1-alpine3.12
FROM node:14.15.5-alpine3.12

WORKDIR /app

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,28 @@
"dependencies": {
"@hapi/boom": "^9.1.1",
"@hapi/joi": "^17.1.1",
"@sentry/browser": "^5.29.2",
"@sentry/integrations": "^5.29.2",
"@sentry/node": "^5.29.2",
"@sentry/browser": "^5.30.0",
"@sentry/integrations": "^5.30.0",
"@sentry/node": "^5.30.0",
"@socialgouv/bootstrap.core": "^0.2.1",
"@socialgouv/matomo-next": "^1.2.1",
"@zeit/next-source-maps": "^0.0.3",
"argon2": "^0.27.1",
"cookie": "^0.4.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"graphql": "^15.4.0",
"graphql-request": "^3.3.0",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"http-proxy-middleware": "^1.0.6",
"jsonwebtoken": "^8.5.1",
"next": "^10.0.7",
"next-urql": "^3.0.0",
"nodemailer": "^6.4.18",
"react": "^17.0.1",
"react-bootstrap": "^1.4.3",
"react-bootstrap": "^1.5.0",
"react-dom": "^17.0.1",
"react-is": "^17.0.1",
"sentry-testkit": "^3.2.4",
"sentry-testkit": "^3.3.0",
"urql": "^2.0.1",
"uuid": "^8.3.2",
"wonka": "^4.0.15"
Expand All @@ -44,7 +44,7 @@
"@commitlint/config-conventional": "^11.0.0",
"@socialgouv/eslint-config-react": "^1.52.0",
"@socialgouv/eslint-config-recommended": "^1.52.0",
"eslint": "^7.15.0",
"eslint": "^7.20.0",
"eslint-plugin-import": "^2.22.1",
"husky": "^4.3.8",
"jest": "^26.6.3",
Expand Down
Loading

0 comments on commit 57a6700

Please sign in to comment.