diff --git a/scripts/files/package.json b/scripts/files/package.json index 9dcbedf5..e066e00a 100644 --- a/scripts/files/package.json +++ b/scripts/files/package.json @@ -22,45 +22,44 @@ "check": "npm run prettier && npm run lint" }, "dependencies": { - "@axa-fr/react-oidc": "6.10.18", + "@axa-fr/react-oidc": "6.11.1", "@axa-fr/react-toolkit-all": "2.0.0", "@axa-fr/react-toolkit-core": "2.0.0", - "@babel/parser": "7.20.3", + "@babel/parser": "7.20.5", "@popperjs/core": "2.11.6", - "@tanstack/react-query": "4.16.1", - "@tanstack/react-query-devtools": "4.16.1", + "@tanstack/react-query": "4.20.4", + "@tanstack/react-query-devtools": "4.20.4", "@types/intl": "1.2.0", - "@types/jest": "29.2.3", - "@types/lodash": "4.14.189", - "@types/node": "18.11.9", - "@types/react": "18.0.25", + "@types/jest": "29.2.4", + "@types/lodash": "4.14.191", + "@types/node": "18.11.17", + "@types/react": "18.0.26", "@types/react-dom": "18.0.9", "@types/react-router": "5.1.19", "@types/react-router-dom": "5.3.3", - "classnames": "2.3.2", "jest-cucumber": "3.0.1", "lodash": "4.17.21", "moment": "2.29.4", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.39.4", - "react-router-dom": "6.4.3", + "react-hook-form": "7.41.0", + "react-router-dom": "6.5.0", "react-scripts": "5.0.1" }, "devDependencies": { "@babel/eslint-parser": "7.19.1", - "@commitlint/cli": "17.2.0", - "@commitlint/config-conventional": "17.2.0", + "@commitlint/cli": "17.3.0", + "@commitlint/config-conventional": "17.3.0", "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "13.4.0", "@testing-library/react-hooks": "8.0.1", "@testing-library/user-event": "14.4.3", - "@typescript-eslint/eslint-plugin": "5.44.0", - "@typescript-eslint/parser": "5.44.0", - "commitizen": "4.2.5", + "@typescript-eslint/eslint-plugin": "5.46.1", + "@typescript-eslint/parser": "5.46.1", + "commitizen": "4.2.6", "cross-env": "7.0.3", "cz-conventional-changelog": "3.3.0", - "eslint": "8.28.0", + "eslint": "8.30.0", "eslint-config-airbnb": "19.0.4", "eslint-config-prettier": "8.5.0", "eslint-config-react-app": "7.0.1", @@ -68,16 +67,16 @@ "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", "eslint-plugin-prettier": "4.2.1", - "eslint-plugin-react": "7.31.10", + "eslint-plugin-react": "7.31.11", "eslint-plugin-react-hooks": "4.6.0", "husky": "8.0.2", "intl": "1.2.5", "jest-sonar-reporter": "2.0.0", - "msw": "0.48.3", + "msw": "0.49.2", "precise-commits": "1.0.2", - "prettier": "2.7.1", - "sass": "1.56.1", - "typescript": "4.9.3", + "prettier": "2.8.1", + "sass": "1.57.0", + "typescript": "4.9.4", "whatwg-fetch": "3.6.2" }, "commitlint": {