Skip to content

Commit

Permalink
fix(security): patch micromatch dependency vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbesnier committed Sep 5, 2024
1 parent dd9b01e commit 157ffe4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
22 changes: 11 additions & 11 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
postgres:
image: postgres:12.19
container_name: forest_express_sequelize_postgres
ports:
- '5437:5432'
postgres :
image : postgres:9.4.5
container_name : forest_express_sequelize_postgres
ports :
- "5437:5432"
environment:
- POSTGRES_DB=forest-express-sequelize-test
- POSTGRES_USER=forest
Expand All @@ -16,8 +16,8 @@ mysql_min:
MYSQL_DATABASE: forest-express-sequelize-test
MYSQL_USER: forest
MYSQL_PASSWORD: secret
ports:
- '8998:3306'
ports :
- "8998:3306"

mysql_max:
image: mysql:8.0
Expand All @@ -27,8 +27,8 @@ mysql_max:
MYSQL_DATABASE: forest-express-sequelize-test
MYSQL_USER: forest
MYSQL_PASSWORD: secret
ports:
- '8999:3306'
ports :
- "8999:3306"

maria_db:
image: mariadb:10
Expand All @@ -38,5 +38,5 @@ maria_db:
MYSQL_DATABASE: forest-express-sequelize-test
MYSQL_USER: forest
MYSQL_PASSWORD: secret
ports:
- '9000:3306'
ports :
- "9000:3306"
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3481,7 +3481,7 @@ brace-expansion@^2.0.1:
dependencies:
balanced-match "^1.0.0"

braces@^3.0.1, braces@^3.0.2, braces@~3.0.2:
braces@^3.0.1, braces@^3.0.3, braces@~3.0.2:
version "3.0.3"
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
Expand Down Expand Up @@ -7609,11 +7609,11 @@ [email protected]:
picomatch "^2.0.5"

micromatch@^4.0.0, micromatch@^4.0.2, micromatch@^4.0.4:
version "4.0.5"
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
version "4.0.8"
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
dependencies:
braces "^3.0.2"
braces "^3.0.3"
picomatch "^2.3.1"

[email protected]:
Expand Down

0 comments on commit 157ffe4

Please sign in to comment.