Skip to content

Commit af8fe29

Browse files
Merge pull request #102 from o2sdev/chore/update-dependencies
Chore/update dependencies
2 parents 9e3b4c0 + 9e97db0 commit af8fe29

File tree

32 files changed

+7700
-3755
lines changed

32 files changed

+7700
-3755
lines changed

apps/api-harmonization/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@
5151
"compression": "^1.8.1",
5252
"cookie": "^1.0.2",
5353
"cookie-parser": "^1.4.7",
54-
"dayjs": "^1.11.13",
54+
"dayjs": "^1.11.18",
5555
"helmet": "^8.1.0",
5656
"jsonwebtoken": "^9.0.2",
5757
"jwt-decode": "^4.0.0",
5858
"reflect-metadata": "^0.2.2",
5959
"rxjs": "^7.8.2",
6060
"string-template": "^1.0.0",
61-
"survey-core": "^2.0.9",
62-
"winston": "^3.17.0",
61+
"survey-core": "^2.3.10",
62+
"winston": "^3.18.3",
6363
"xmlbuilder2": "^3.1.1"
6464
},
6565
"devDependencies": {
@@ -74,26 +74,26 @@
7474
"@types/compression": "^1.8.1",
7575
"@types/cookie-parser": "^1.4.9",
7676
"@types/express": "^5.0.3",
77-
"@types/jest": "^29.5.14",
77+
"@types/jest": "^30.0.0",
7878
"@types/jsonwebtoken": "^9.0.10",
79-
"@types/node": "^22.15.19",
79+
"@types/node": "^24.7.2",
8080
"@types/string-template": "^1.0.7",
8181
"@types/supertest": "^6.0.3",
82-
"@typescript-eslint/eslint-plugin": "^8.32.1",
83-
"@typescript-eslint/parser": "^8.32.1",
84-
"cross-env": "^7.0.3",
85-
"eslint": "^9.27.0",
82+
"@typescript-eslint/eslint-plugin": "^8.46.1",
83+
"@typescript-eslint/parser": "^8.46.1",
84+
"cross-env": "^10.1.0",
85+
"eslint": "^9.37.0",
8686
"eslint-config-prettier": "^10.1.8",
87-
"eslint-plugin-prettier": "^5.4.0",
88-
"jest": "^29.7.0",
89-
"prettier": "^3.5.3",
87+
"eslint-plugin-prettier": "^5.5.4",
88+
"jest": "^30.2.0",
89+
"prettier": "^3.6.2",
9090
"source-map-support": "^0.5.21",
9191
"supertest": "^7.1.4",
92-
"ts-jest": "^29.3.4",
92+
"ts-jest": "^29.4.5",
9393
"ts-loader": "^9.5.4",
9494
"ts-node": "^10.9.2",
9595
"tsconfig-paths": "^4.2.0",
96-
"typescript": "^5.8.3"
96+
"typescript": "^5.9.3"
9797
},
9898
"jest": {
9999
"moduleFileExtensions": [

apps/frontend/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -34,47 +34,47 @@
3434
"@dxp/ui": "*",
3535
"class-variance-authority": "^0.7.1",
3636
"date-fns": "^4.1.0",
37-
"dotenv-cli": "^8.0.0",
37+
"dotenv-cli": "^10.0.0",
3838
"formik": "^2.4.6",
39-
"markdown-to-jsx": "^7.7.6",
40-
"next": "^15.4.7",
39+
"markdown-to-jsx": "^7.7.15",
40+
"next": "^15.5.5",
4141
"next-auth": "^5.0.0-beta.27",
4242
"next-compose-plugins": "^2.2.1",
43-
"next-intl": "^4.1.0",
44-
"react": "^19.1.0",
43+
"next-intl": "^4.3.12",
44+
"react": "^19.2.0",
4545
"react-autosuggest": "^10.1.0",
46-
"react-dom": "^19.1.0",
46+
"react-dom": "^19.2.0",
4747
"react-indiana-drag-scroll": "^2.2.1",
4848
"react-string-replace": "^1.1.1",
4949
"string-template": "^1.0.0",
50-
"survey-core": "^2.0.9",
51-
"survey-react-ui": "^2.0.9",
50+
"survey-core": "^2.3.10",
51+
"survey-react-ui": "^2.3.10",
5252
"throttle-debounce": "^5.0.2",
53-
"yup": "^1.6.1",
54-
"zod": "^3.25.4"
53+
"yup": "^1.7.1",
54+
"zod": "^4.1.12"
5555
},
5656
"devDependencies": {
5757
"@dxp/eslint-config": "*",
5858
"@dxp/prettier-config": "*",
5959
"@dxp/typescript-config": "*",
60-
"@next/bundle-analyzer": "^15.3.2",
60+
"@next/bundle-analyzer": "^15.5.5",
6161
"@svgr/webpack": "^8.1.0",
6262
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
6363
"@turbo/gen": "^2.5.8",
6464
"@types/bcryptjs": "^3.0.0",
65-
"@types/node": "^22.15.19",
66-
"@types/react": "^19.1.4",
65+
"@types/node": "^24.7.2",
66+
"@types/react": "^19.2.2",
6767
"@types/react-autosuggest": "^10.1.11",
68-
"@types/react-dom": "^19.1.5",
68+
"@types/react-dom": "^19.2.2",
6969
"@types/throttle-debounce": "^5.0.2",
70-
"dotenv": "^16.5.0",
70+
"dotenv": "^17.2.3",
7171
"eslint": "^9",
72-
"eslint-config-next": "^15.3.2",
72+
"eslint-config-next": "^15.5.5",
7373
"postcss": "^8.5.6",
74-
"prettier": "^3.5.3",
75-
"sass": "^1.89.0",
74+
"prettier": "^3.6.2",
75+
"sass": "^1.93.2",
7676
"tailwindcss": "^4.1.14",
77-
"tsx": "^4.19.4",
78-
"typescript": "^5.8.3"
77+
"tsx": "^4.20.6",
78+
"typescript": "^5.9.3"
7979
}
8080
}

apps/frontend/src/auth/auth.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import { Session, User } from 'next-auth';
55
import { AdapterUser } from 'next-auth/adapters';
66
import { JWT } from 'next-auth/jwt';
77

8-
import { sdk } from '@/api/sdk';
9-
108
const DEFAULT_ROLE = process.env.AUTH_DEFAULT_USER_ROLE!;
119

1210
type JwtCallbackParams = {

0 commit comments

Comments
 (0)