Skip to content

Commit d47f5a6

Browse files
fix(deps): pin dependencies
1 parent 895e975 commit d47f5a6

File tree

4 files changed

+58
-58
lines changed

4 files changed

+58
-58
lines changed

backend/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dotenv": "17.2.3",
3737
"graphql-request": "7.3.1",
3838
"reflect-metadata": "0.2.2",
39-
"rxjs": "^7.8.1"
39+
"rxjs": "7.8.2"
4040
},
4141
"devDependencies": {
4242
"@nestjs/cli": "^11.0.0",
@@ -45,25 +45,25 @@
4545
"@openmfp/config-prettier": "0.8.1",
4646
"@openmfp/eslint-config-typescript": "0.7.0",
4747
"@types/express": "5.0.3",
48-
"@types/jest": "^30.0.0",
48+
"@types/jest": "30.0.0",
4949
"@types/node": "22.18.12",
5050
"@types/supertest": "6.0.3",
5151
"@typescript-eslint/eslint-plugin": "8.46.2",
5252
"@typescript-eslint/parser": "8.46.2",
5353
"eslint": "9.38.0",
5454
"eslint-config-prettier": "10.1.8",
5555
"eslint-plugin-prettier": "5.5.4",
56-
"jest": "^30.0.0",
57-
"jest-mock-extended": "^4.0.0",
56+
"jest": "30.2.0",
57+
"jest-mock-extended": "4.0.0",
5858
"nock": "14.0.10",
5959
"prettier": "3.6.2",
6060
"source-map-support": "0.5.21",
6161
"supertest": "7.1.4",
62-
"ts-jest": "^29.1.0",
62+
"ts-jest": "29.4.4",
6363
"ts-loader": "9.5.4",
6464
"ts-node": "10.9.2",
6565
"tsconfig-paths": "4.2.0",
66-
"typescript": "^5.1.3"
66+
"typescript": "5.9.3"
6767
},
6868
"type": "module"
6969
}

frontend/package-lock.json

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
},
1818
"private": true,
1919
"dependencies": {
20-
"@angular/animations": "^20.2.3",
21-
"@angular/common": "^20.2.3",
22-
"@angular/compiler": "^20.2.3",
23-
"@angular/core": "^20.2.3",
24-
"@angular/elements": "^20.2.3",
25-
"@angular/forms": "^20.2.3",
26-
"@angular/localize": "^20.2.3",
27-
"@angular/platform-browser": "^20.2.3",
28-
"@angular/platform-browser-dynamic": "^20.2.3",
29-
"@angular/router": "^20.2.3",
30-
"@fundamental-ngx/cdk": "^0.57.3",
31-
"@fundamental-ngx/core": "^0.57.3",
32-
"@fundamental-ngx/i18n": "^0.57.3",
20+
"@angular/animations": "20.3.3",
21+
"@angular/common": "20.3.3",
22+
"@angular/compiler": "20.3.3",
23+
"@angular/core": "20.3.3",
24+
"@angular/elements": "20.3.3",
25+
"@angular/forms": "20.3.3",
26+
"@angular/localize": "20.3.3",
27+
"@angular/platform-browser": "20.3.3",
28+
"@angular/platform-browser-dynamic": "20.3.3",
29+
"@angular/router": "20.3.3",
30+
"@fundamental-ngx/cdk": "0.57.3",
31+
"@fundamental-ngx/core": "0.57.3",
32+
"@fundamental-ngx/i18n": "0.57.3",
3333
"@luigi-project/client": "^2.21.2",
3434
"@luigi-project/core": "^2.21.2",
3535
"@luigi-project/plugin-auth-oauth2": "^2.21.2",
@@ -39,22 +39,22 @@
3939
"jmespath": "0.16.0",
4040
"jwt-decode": "4.0.0",
4141
"lodash": "4.17.21",
42-
"rxjs": "~7.8.0",
42+
"rxjs": "7.8.2",
4343
"tslib": "2.8.1",
44-
"zone.js": "~0.15.0"
44+
"zone.js": "0.15.1"
4545
},
4646
"devDependencies": {
47-
"@angular-builders/jest": "^20.0.0",
48-
"@angular-devkit/build-angular": "^20.0.0",
49-
"@angular/build": "^20.2.1",
50-
"@angular/cli": "^20.2.1",
51-
"@angular/compiler-cli": "^20.2.3",
47+
"@angular-builders/jest": "20.0.0",
48+
"@angular-devkit/build-angular": "20.3.3",
49+
"@angular/build": "20.3.3",
50+
"@angular/cli": "20.3.3",
51+
"@angular/compiler-cli": "20.3.3",
5252
"@openmfp/config-prettier": "0.8.1",
5353
"@openmfp/eslint-config-typescript": "0.7.0",
54-
"@types/jest": "^29.5.1",
55-
"jest": "^29.7.0",
54+
"@types/jest": "29.5.14",
55+
"jest": "29.7.0",
5656
"nodemon": "3.1.10",
5757
"rimraf": "6.0.1",
58-
"typescript": "~5.9.0"
58+
"typescript": "5.9.3"
5959
}
6060
}

0 commit comments

Comments
 (0)