Skip to content

Commit

Permalink
chore(deps): update all dependencies (#573)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Aug 16, 2021
1 parent 9b5ea67 commit f10cf80
Show file tree
Hide file tree
Showing 21 changed files with 204 additions and 180 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_autodevops.yml
ref: v23.2.0
ref: v23.2.1
- project: SocialGouv/gitlab-ci-yml
file: /base_register_kaniko_stage.yml
ref: v23.2.0
ref: v23.2.1

#
- /shared/logger/.gitlab-ci.yml
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.17.3
14.17.5
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.17.3-alpine3.11
FROM node:14.17.5-alpine3.11

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
],
"name": "cdtn-admin",
"volta": {
"node": "14.17.3"
"node": "14.17.5"
}
}
2 changes: 1 addition & 1 deletion shared/elasticsearch-document-adapter/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
extends:
- .autodevops_install
- .cdtn_base_rules
image: node:14.17.3-alpine3.11
image: node:14.17.5-alpine3.11
needs:
- job: 📦 logger
artifacts: true
Expand Down
2 changes: 1 addition & 1 deletion shared/elasticsearch-document-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@elastic/elasticsearch": "^7.13.0",
"@socialgouv/cdtn-elasticsearch": "^1.8.9",
"@socialgouv/cdtn-logger": "^1.8.9",
"@socialgouv/cdtn-monolog": "^1.5.5",
"@socialgouv/cdtn-monolog": "^1.5.10",
"@socialgouv/cdtn-slugify": "^4.45.0",
"@socialgouv/cdtn-sources": "^4.45.0",
"@socialgouv/contributions-data-types": "^3.27.0",
Expand Down
2 changes: 1 addition & 1 deletion shared/elasticsearch/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
extends:
- .autodevops_install
- .cdtn_base_rules
image: node:14.17.3-alpine3.11
image: node:14.17.5-alpine3.11
needs:
- job: 📦 logger
artifacts: true
Expand Down
2 changes: 1 addition & 1 deletion shared/graphql-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@shared/graphql-client",
"version": "1.8.9",
"dependencies": {
"@urql/core": "^2.1.5",
"@urql/core": "^2.1.6",
"graphql": "^15.5.1",
"isomorphic-unfetch": "^3.1.0",
"react": "^17.0.2"
Expand Down
2 changes: 1 addition & 1 deletion shared/logger/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- when: on_success
stage: .pre
needs: []
image: node:14.17.3-alpine3.11
image: node:14.17.5-alpine3.11
cache:
key:
files:
Expand Down
4 changes: 2 additions & 2 deletions targets/alert-cli/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
extends:
- .autodevops_install
- .cdtn_base_rules
image: node:14.17.3-alpine3.11
image: node:14.17.5-alpine3.11
cache:
key:
files:
Expand Down Expand Up @@ -59,7 +59,7 @@
extends:
- .base_yarn_script
- .cdtn_base_rules
image: node:14.17.3-alpine3.11
image: node:14.17.5-alpine3.11
needs:
- job: 🧶 install alert
artifacts: true
Expand Down
2 changes: 1 addition & 1 deletion targets/alert-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.17.3-slim
FROM node:14.17.5-slim

RUN set -x \
&& apt-get update \
Expand Down
4 changes: 2 additions & 2 deletions targets/alert-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.8",
"@babel/preset-env": "^7.14.9",
"@shared/types": "^1.8.9",
"@socialgouv/contributions-data-types": "^3.27.0",
"@socialgouv/eslint-config-typescript": "^1.75.0",
Expand All @@ -23,7 +23,7 @@
"@socialgouv/legi-data-types": "^2.62.0",
"@types/jest": "^26.0.24",
"@types/memoizee": "^0.4.6",
"@types/node": "^14.17.6",
"@types/node": "^14.17.9",
"@types/node-fetch": "^2.5.12",
"@types/nodegit": "^0.27.3",
"@types/semver": "^7.3.8",
Expand Down
2 changes: 1 addition & 1 deletion targets/frontend/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
extends:
- .autodevops_install
- .cdtn_base_rules
image: node:14.17.3-alpine3.11
image: node:14.17.5-alpine3.11
cache:
key:
files:
Expand Down
2 changes: 1 addition & 1 deletion targets/frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.17.3-alpine3.11
FROM node:14.17.5-alpine3.11

WORKDIR /app

Expand Down
8 changes: 4 additions & 4 deletions targets/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"@socialgouv/cdtn-logger": "^1.8.9",
"@socialgouv/cdtn-slugify": "^4.45.0",
"@socialgouv/cdtn-sources": "^4.45.0",
"@socialgouv/cdtn-ui": "^4.52.1",
"@socialgouv/cdtn-ui": "^4.52.2",
"@socialgouv/matomo-next": "^1.2.2",
"@types/react": "^17.0.15",
"@urql/exchange-auth": "^0.1.3",
"@types/react": "^17.0.18",
"@urql/exchange-auth": "^0.1.6",
"@zeit/next-source-maps": "0.0.4-canary.1",
"ace-builds": "^1.4.12",
"argon2": "^0.28.2",
Expand All @@ -49,7 +49,7 @@
"polished": "^4.1.3",
"pretty-bytes": "^5.6.0",
"react": "^17.0.2",
"react-ace": "^9.4.1",
"react-ace": "^9.4.3",
"react-autosuggest": "^10.1.0",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.4",
Expand Down
4 changes: 2 additions & 2 deletions targets/ingester-elasticsearch/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
extends:
- .autodevops_install
- .cdtn_base_rules
image: node:14.17.3-alpine3.11
image: node:14.17.5-alpine3.11
cache:
key:
files:
Expand Down Expand Up @@ -62,7 +62,7 @@
extends:
- .base_yarn_script
- .cdtn_base_rules
image: node:14.17.3-alpine3.11
image: node:14.17.5-alpine3.11
needs:
- job: 🧶 install ingester-elasticsearch
artifacts: true
Expand Down
2 changes: 1 addition & 1 deletion targets/ingester-elasticsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"@socialgouv/eslint-config-typescript": "^1.75.0",
"@tsconfig/node14": "^1.0.1",
"@types/node": "^14.17.6",
"@types/node": "^14.17.9",
"@vercel/ncc": "^0.28.6",
"eslint": "^7.30.0",
"lint-staged": "^11.0.1",
Expand Down
4 changes: 2 additions & 2 deletions targets/ingester/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
extends:
- .autodevops_install
- .cdtn_base_rules
image: node:14.17.3-alpine3.11
image: node:14.17.5-alpine3.11
cache:
key:
files:
Expand Down Expand Up @@ -62,7 +62,7 @@
extends:
- .base_yarn_script
- .cdtn_base_rules
image: node:14.17.3-alpine3.11
image: node:14.17.5-alpine3.11
needs:
- job: 🧶 install ingester
artifacts: true
Expand Down
2 changes: 1 addition & 1 deletion targets/ingester/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.17.3-alpine3.11
FROM node:14.17.5-alpine3.11

WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions targets/ingester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.8",
"@babel/preset-env": "^7.14.9",
"@socialgouv/contributions-data-types": "^3.27.0",
"@socialgouv/eslint-config-typescript": "^1.75.0",
"@socialgouv/fiches-travail-data-types": "^4.162.0",
Expand All @@ -32,7 +32,7 @@
"@socialgouv/legi-data-types": "^2.62.0",
"@types/gunzip-maybe": "^1.4.0",
"@types/jest": "^26.0.24",
"@types/node": "^14.17.6",
"@types/node": "^14.17.9",
"@types/semver": "^7.3.8",
"@types/tar-fs": "^2.0.1",
"@types/unist": "^2.0.6",
Expand Down

0 comments on commit f10cf80

Please sign in to comment.