diff --git a/docs/package-lock.json b/docs/package-lock.json index ab1f4c4853..aaf3c75c9c 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -20,7 +20,7 @@ "@docusaurus/module-type-aliases": "3.7.0", "@docusaurus/types": "3.7.0", "@tsconfig/docusaurus": "2.0.3", - "typescript": "5.7.3" + "typescript": "5.8.2" }, "engines": { "node": ">=18.0" @@ -16805,9 +16805,9 @@ } }, "node_modules/typescript": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", - "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", + "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/docs/package.json b/docs/package.json index 87ab6a0287..6721ad380d 100644 --- a/docs/package.json +++ b/docs/package.json @@ -27,7 +27,7 @@ "@docusaurus/module-type-aliases": "3.7.0", "@docusaurus/types": "3.7.0", "@tsconfig/docusaurus": "2.0.3", - "typescript": "5.7.3" + "typescript": "5.8.2" }, "browserslist": { "production": [ diff --git a/package.json b/package.json index d503a418e3..9236566374 100644 --- a/package.json +++ b/package.json @@ -54,27 +54,27 @@ }, "devDependencies": { "@socialgouv/eslint-config-recommended": "1.131.0", - "@storybook/addon-essentials": "8.4.7", - "@storybook/addon-interactions": "8.4.7", - "@storybook/addon-links": "8.4.7", - "@storybook/blocks": "8.4.7", - "@storybook/nextjs": "8.4.7", - "@storybook/react": "8.4.7", + "@storybook/addon-essentials": "8.6.3", + "@storybook/addon-interactions": "8.6.3", + "@storybook/addon-links": "8.6.3", + "@storybook/blocks": "8.6.3", + "@storybook/nextjs": "8.6.3", + "@storybook/react": "8.6.3", "@testing-library/cypress": "10.0.3", "@testing-library/jest-dom": "6.6.3", - "@testing-library/react": "16.1.0", - "@testing-library/user-event": "14.5.2", + "@testing-library/react": "16.2.0", + "@testing-library/user-event": "14.6.1", "@types/dompurify": "3.2.0", "@types/jest": "29.5.14", "@types/jest-axe": "3.5.9", "@types/lodash.debounce": "4.0.9", "@types/markdown-it": "14.1.2", - "@types/node": "22.10.10", + "@types/node": "22.13.8", "@types/react": "18.3.18", "@types/react-autosuggest": "10.1.11", "@types/react-dom": "18.3.5", "@types/uuid": "10.0.0", - "@typescript-eslint/eslint-plugin": "8.20.0", + "@typescript-eslint/eslint-plugin": "8.25.0", "cypress": "13.17.0", "eslint": "8.57.1", "eslint-config-next": "14.2.24", @@ -82,17 +82,17 @@ "eslint-plugin-react": "7.37.4", "eslint-plugin-storybook": "0.11.2", "eslint-plugin-testing-library": "7.1.1", - "html-validate": "9.1.3", + "html-validate": "9.4.1", "jest": "29.7.0", "jest-axe": "9.0.0", "jest-environment-jsdom": "29.7.0", "next-test-api-route-handler": "4.0.14", "nock": "13.5.6", - "sass": "1.83.4", - "storybook": "8.4.7", + "sass": "1.85.1", + "storybook": "8.6.3", "ts-node": "10.9.2", "tsconfig-paths-webpack-plugin": "4.2.0", - "typescript": "5.7.3" + "typescript": "5.8.2" }, "overrides": { "@socialgouv/eslint-config-recommended": {