@into-cps-association/libms 0.5.8 → 0.5.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@into-cps-association/libms",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
4
  "description": "microservices that handles request by fetching and returning the file-names and folders of given directory",
5
5
  "author": "phillip.boe.jensen@gmail.com",
6
6
  "contributors": [
@@ -35,56 +35,64 @@
35
35
  },
36
36
  "bin": "./dist/src/main.js",
37
37
  "dependencies": {
38
- "@apollo/client": "^4.0.9",
39
- "@apollo/server": "^5.2.0",
38
+ "@apollo/client": "^4.1.6",
39
+ "@apollo/server": "^5.5.0",
40
40
  "@as-integrations/express5": "1.1.2",
41
- "@nestjs/apollo": "^13.2.3",
42
- "@nestjs/common": "^11.1.9",
43
- "@nestjs/config": "^4.0.2",
44
- "@nestjs/core": "^11.1.9",
45
- "@nestjs/graphql": "^13.2.3",
46
- "@nestjs/platform-express": "^11.1.9",
47
- "axios": "^1.13.2",
48
- "cloudcmd": "^19.0.17",
49
- "commander": "^14.0.2",
50
- "dotenv": "^17.2.3",
51
- "globals": "^16.5.0",
52
- "graphql": "^16.12.0",
53
- "isomorphic-git": "^1.35.1",
41
+ "@nestjs/apollo": "^13.2.4",
42
+ "@nestjs/common": "^11.1.17",
43
+ "@nestjs/config": "^4.0.3",
44
+ "@nestjs/core": "^11.1.17",
45
+ "@nestjs/graphql": "^13.2.4",
46
+ "@nestjs/platform-express": "^11.1.17",
47
+ "axios": "^1.14.0",
48
+ "cloudcmd": "19.8.15",
49
+ "commander": "^14.0.3",
50
+ "dotenv": "^17.3.1",
51
+ "express": "^5.1.0",
52
+ "globals": "^17.4.0",
53
+ "graphql": "^16.13.2",
54
+ "isomorphic-git": "^1.37.4",
54
55
  "js-yaml": "^4.1.1",
55
56
  "mock-fs": "^5.5.0",
56
57
  "reflect-metadata": "^0.2.2",
57
58
  "rxjs": "^7.8.2",
58
- "socket.io": "^4.8.1",
59
- "type-graphql": "^2.0.0-rc.2"
59
+ "socket.io": "^4.8.3",
60
+ "type-graphql": "^2.0.0-rc.3"
60
61
  },
61
62
  "devDependencies": {
62
- "@eslint/compat": "^2.0.0",
63
- "@eslint/eslintrc": "^3.1.1",
64
- "@nestjs/cli": "^11.0.12",
63
+ "@eslint/compat": "^2.0.3",
64
+ "@eslint/eslintrc": "^3.3.5",
65
+ "@eslint/js": "^10.0.1",
66
+ "@nestjs/cli": "^11.0.16",
65
67
  "@nestjs/schematics": "^11.0.9",
66
- "@nestjs/testing": "^11.1.9",
67
- "@types/express": "^5.0.0",
68
+ "@nestjs/testing": "^11.1.17",
69
+ "@types/express": "^5.0.6",
68
70
  "@types/jest": "^30.0.0",
69
71
  "@types/js-yaml": "^4.0.9",
70
- "@types/node": "^25.0.2",
71
- "@types/supertest": "^6.0.3",
72
- "@typescript-eslint/eslint-plugin": "^8.47.0",
73
- "@typescript-eslint/parser": "^8.47.0",
72
+ "@types/node": "^25.5.0",
73
+ "@types/supertest": "^7.2.0",
74
+ "@typescript-eslint/eslint-plugin": "^8.57.2",
75
+ "@typescript-eslint/parser": "^8.57.2",
74
76
  "cross-fetch": "^4.1.0",
75
- "eslint": "^9.39.2",
77
+ "eslint": "^9.38.0",
76
78
  "eslint-config-prettier": "^10.1.8",
77
79
  "eslint-plugin-import": "^2.32.0",
78
- "eslint-plugin-jest": "^29.4.0",
79
- "eslint-plugin-prettier": "^5.5.4",
80
+ "eslint-plugin-jest": "^29.15.1",
81
+ "eslint-plugin-prettier": "^5.5.5",
80
82
  "graphql-scalars": "^1.25.0",
81
- "jest": "^30.2.0",
82
- "prettier": "^3.6.2",
83
- "react": "^19.2.0",
84
- "supertest": "^7.1.4",
83
+ "@types/node-fetch": "^2.6.13",
84
+ "jest": "^30.3.0",
85
+ "prettier": "^3.8.1",
86
+ "react": "^19.2.4",
87
+ "supertest": "^7.2.2",
85
88
  "ts-jest": "^29.4.6",
86
89
  "ts-node": "^10.9.2",
87
90
  "tsconfig-paths": "^4.2.0",
88
91
  "typescript": "^5.9.3"
92
+ },
93
+ "resolutions": {
94
+ "dompurify": "^3.3.3",
95
+ "handlebars": "^4.7.9",
96
+ "yaml": "^2.8.3"
89
97
  }
90
98
  }
package/tsconfig.json CHANGED
@@ -2,6 +2,7 @@
2
2
  "compilerOptions": {
3
3
  "allowSyntheticDefaultImports": true, //allow default imports from modules with no default export
4
4
  "baseUrl": "./",
5
+ "ignoreDeprecations": "5.0",
5
6
  "declaration": true, //generate declaration '.d.ts' files
6
7
  "emitDecoratorMetadata": true,
7
8
  "esModuleInterop": true,
@@ -21,7 +22,7 @@
21
22
  "removeComments": true, //remove comments from build
22
23
  "skipLibCheck": true,
23
24
  "sourceMap": true, //generate .map files
24
- // "strict": true, //enable all strict type-checking options
25
+ "strict": false, //keep non-strict behavior across TS major upgrades
25
26
  "strictBindCallApply": false,
26
27
  "target": "ES2022",
27
28
  "types": ["node", "jest"], //use node and jest types