diff --git a/front/Dockerfile b/front/Dockerfile index 3e1a9acb..7821f28a 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -19,7 +19,7 @@ ENV REACT_APP_API_URL=$REACT_APP_API_URL RUN yarn build -FROM ghcr.io/socialgouv/docker/nginx:7.1.0 +FROM ghcr.io/socialgouv/docker/nginx:7.6.1 ARG REACT_APP_API_URL diff --git a/front/package.json b/front/package.json index 18bea7c5..44164480 100644 --- a/front/package.json +++ b/front/package.json @@ -20,7 +20,7 @@ "@types/react-dom": "^17.0.11", "prettier": "^2.5.1", "react-scripts": "^4.0.3", - "typescript": "4.8.4" + "typescript": "4.9.5" }, "scripts": { "start": "react-scripts start", diff --git a/front/yarn.lock b/front/yarn.lock index 2f55f286..0d85cacd 100644 --- a/front/yarn.lock +++ b/front/yarn.lock @@ -10738,10 +10738,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@4.8.4: - version "4.8.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6" - integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ== +typescript@4.9.5: + version "4.9.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" + integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== unbox-primitive@^1.0.1: version "1.0.1" diff --git a/index/package.json b/index/package.json index c17ec253..2332596e 100644 --- a/index/package.json +++ b/index/package.json @@ -26,7 +26,7 @@ "@socialgouv/eslint-config-recommended": "^1.100.0", "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "@vercel/ncc": "^0.34.0", + "@vercel/ncc": "^0.37.0", "eslint": "^8.4.1", "eslint-import-resolver-typescript": "^2.5.0", "eslint-plugin-import": "^2.25.3", diff --git a/index/yarn.lock b/index/yarn.lock index 3ee5f701..a507549a 100644 --- a/index/yarn.lock +++ b/index/yarn.lock @@ -846,10 +846,10 @@ "@typescript-eslint/types" "5.6.0" eslint-visitor-keys "^3.0.0" -"@vercel/ncc@^0.34.0": - version "0.34.0" - resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.34.0.tgz#d0139528320e46670d949c82967044a8f66db054" - integrity sha512-G9h5ZLBJ/V57Ou9vz5hI8pda/YQX5HQszCs3AmIus3XzsmRn/0Ptic5otD3xVST8QLKk7AMk7AqpsyQGN7MZ9A== +"@vercel/ncc@^0.37.0": + version "0.37.0" + resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.37.0.tgz#b098de7b3c502f26338b5a445985353e9f67ea6b" + integrity sha512-K7eF/BNaDY3Qikc8SlECZw9ov1D3vyrssllvVDW7QtB3pvucViEd0tWpd/V9f+3LhZF1SUJ3+q6O0j8ckKix9Q== abab@^2.0.3, abab@^2.0.5: version "2.0.5"