Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeBu committed Nov 15, 2024
1 parent 3c9a90e commit 3895422
Show file tree
Hide file tree
Showing 5 changed files with 2,875 additions and 3,028 deletions.
10 changes: 5 additions & 5 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,22 @@
"@types/compression": "^1.7.2",
"@types/cors": "^2.8.12",
"@types/deepmerge": "^2.2.0",
"@types/express": "4.17.13",
"@types/express": "4.17.21",
"@types/memoizee": "^0.4.7",
"@types/node": "^16.4.9",
"@types/node": "^18.19.64",
"@types/node-fetch": "^2.5.7",
"@types/semver": "^7.5.3",
"@types/ungap__structured-clone": "^0.3.0",
"@types/url-join": "^4.0.1",
"@ungap/structured-clone": "^0.3.4",
"async-mutex": "^0.4.0",
"cheerio": "^1.0.0-rc.12",
"cheerio": "1.0.0-rc.12",
"comment-json": "^3.0.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"csv-parse": "^5.0.4",
"csv-parse": "^5.5.6",
"deepmerge": "^4.2.2",
"dotenv-cli": "^7.4.1",
"dotenv-cli": "^7.4.2",
"esbuild": "^0.23.0",
"evt": "^2.5.7",
"express": "^4.17.2",
Expand Down
4 changes: 2 additions & 2 deletions deployments/docker-compose-example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ version: "3.8"
services:
api:
platform: linux/amd64
image: codegouvfr/sill-api:1.42.7
image: codegouvfr/sill-api:1.43.6
env_file: .env
restart: unless-stopped

web:
platform: linux/amd64
image: codegouvfr/sill-web:1.42.7
image: codegouvfr/sill-web:1.43.6
restart: unless-stopped

nginx:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sill",
"version": "1.43.5",
"version": "1.43.6",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@uiw/react-md-editor": "^3.23.5",
"api": "*",
"evt": "^2.5.7",
"flexsearch": "0.7.21",
"flexsearch": "0.7.43",
"i18nifty": "^3.2.2",
"keycloakify": "^9.6.7",
"memoizee": "^0.4.14",
Expand Down Expand Up @@ -64,14 +64,14 @@
"@storybook/react": "^6.5.10",
"@types/flexsearch": "^0.7.3",
"@types/memoizee": "^0.4.4",
"@types/node": "^18.15.5",
"@types/node": "^18.19.64",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"circular-dependency-plugin": "^5.2.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-tss-unused-classes": "^1.0.1",
"eslint-plugin-tss-unused-classes": "^1.0.3",
"minimal-polyfills": "^2.2.3",
"node-fetch": "^2.6.1",
"prettier": "^2.3.0",
Expand Down
Loading

0 comments on commit 3895422

Please sign in to comment.