Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump braces from 3.0.2 to 3.0.3 #3

Merged
merged 2 commits into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion content/it-xp/2023-05-20-EIMIS.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ categories=["IT XP"]
tags=["Github","Terraform","Kubernetes","Ansible","Python","Matrix"]
[extra]
logo = "https://media-exp2.licdn.com/dms/image/C560BAQEH7x66u4V_uA/company-logo_200_200/0/1569933764869?e=2147483647&v=beta&t=lwazCjQXT30Fvg5GDh7eGy5SLGFJmQDbyD6ftaPgHNs"
duration_month = "..."
duration_month = "12"
+++

EIMIS est une start-up d'état initiée par [beta.gouv.fr](https://beta.gouv.fr/) et financée par l'[ANS](https://esante.gouv.fr/) qui vise à faciliter et sécuriser les communications instantanées pour les professionnels de santé. Ceci, en utilisant et en promouvant le protocole [Matrix](https://matrix.org) auprès des éditeurs de logiciels.
Expand All @@ -24,8 +24,12 @@ Configuration et déploiement d'une stack [Element](https://github.com/element-h
- Ansible
- Kubernetes

Un fork est disponible sur github : [synapse-deployment](https://github.com/ad2ien/synapse-deployment)

### Dev

- Outils Python
- Modules Synapse en Python
- [prosante-connect-synapse-module](https://github.com/ad2ien/prosante-connect-synapse-module)
- [white-list-synapse-module](https://github.com/ad2ien/white-list-synapse-module)
- Correctifs d'Element en TS à des fins de POC
6 changes: 5 additions & 1 deletion content/it-xp/2023-05-20-EIMIS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ categories=["IT XP"]
tags=["Github","Terraform","Kubernetes","Ansible","Python","Matrix"]
[extra]
logo = "https://media-exp2.licdn.com/dms/image/C560BAQEH7x66u4V_uA/company-logo_200_200/0/1569933764869?e=2147483647&v=beta&t=lwazCjQXT30Fvg5GDh7eGy5SLGFJmQDbyD6ftaPgHNs"
duration_month = "..."
duration_month = "12"
+++

EIMIS is a public start-up initiated by [beta.gouv.fr](https://beta.gouv.fr/) and financed by [ANS](https://esante.gouv.fr/) (french healthcare digital agency). This structure aims is to facilitate and secure instant communications for healthcare professionals in France, by using and promoting [Matrix](https://matrix.org) protocol amongst software editors.
Expand All @@ -24,8 +24,12 @@ Configuration and deployment of an [Element](https://github.com/element-hq/eleme
- Ansible
- Kubernetes

A fork can be found here : [synapse-deployment](https://github.com/ad2ien/synapse-deployment)

### Dev

- Python tools
- Synapse modules in Python
- [prosante-connect-synapse-module](https://github.com/ad2ien/prosante-connect-synapse-module)
- [white-list-synapse-module](https://github.com/ad2ien/white-list-synapse-module)
- Element patches in TS for POC purposes
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,11 @@ brace-expansion@^1.1.7:
concat-map "0.0.1"

braces@^3.0.1, braces@~3.0.2:
version "3.0.2"
resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz"
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
version "3.0.3"
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
dependencies:
fill-range "^7.0.1"
fill-range "^7.1.1"

browserslist@^4.0.0, browserslist@^4.16.0, browserslist@^4.16.6, browserslist@^4.17.5:
version "4.17.6"
Expand Down Expand Up @@ -641,10 +641,10 @@ fastq@^1.6.0:
dependencies:
reusify "^1.0.4"

fill-range@^7.0.1:
version "7.0.1"
resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz"
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
fill-range@^7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
dependencies:
to-regex-range "^5.0.1"

Expand Down