|
17 | 17 | "clean:test": "rm -rf .nyc_output coverage", |
18 | 18 | "clean:doc": "rm -rf docs", |
19 | 19 | "clean": "npm run clean:test && npm run clean:dts && npm run clean:map && npm run clean:js && npm run clean:doc", |
20 | | - "doc": "npm run clean:doc && typedoc --excludePrivate --excludeExternals --hideGenerator --exclude \"**/+(debug|test|node_modules|docs|coverage|.nyc_output)/**/*\" --mode file --out ./docs . && npm run show:doc", |
| 20 | + "doc": "npm run clean:doc && typedoc --excludePrivate --excludeExternals --hideGenerator --exclude \"**/+(debug|test|node_modules|docs|coverage|.nyc_output)/**/*\" --out ./docs . && npm run show:doc", |
21 | 21 | "help": "npm-scripts-help" |
22 | 22 | }, |
23 | 23 | "repository": { |
|
29 | 29 | }, |
30 | 30 | "homepage": "https://github.com/imqueue/sequelize", |
31 | 31 | "author": "imqueue.com <support@imqueue.com>", |
32 | | - "license": "ISC", |
| 32 | + "license": "GPL-3.0-only", |
33 | 33 | "dependencies": { |
34 | | - "@imqueue/core": "^1.15.0", |
35 | | - "@imqueue/js": "^1.4.0", |
36 | | - "@imqueue/rpc": "^1.17.0", |
| 34 | + "@imqueue/core": "^2.0.2", |
| 35 | + "@imqueue/js": "^2.0.0", |
| 36 | + "@imqueue/rpc": "^2.0.4", |
37 | 37 | "@types/bluebird": "^3.5.42", |
38 | | - "@types/validator": "^13.12.2", |
| 38 | + "@types/validator": "^13.15.2", |
39 | 39 | "bluebird": "^3.7.2", |
40 | | - "chalk": "^4.1.2", |
41 | | - "dotenv": "^16.4.5", |
42 | | - "pg": "^8.13.1", |
43 | | - "sequelize": "^5.22.5", |
44 | | - "sequelize-typescript": "^1.1.0", |
45 | | - "sql-formatter": "^15.4.5", |
46 | | - "uuid": "^9.0.0" |
| 40 | + "chalk": "^5.4.1", |
| 41 | + "dotenv": "^17.0.1", |
| 42 | + "pg": "^8.16.3", |
| 43 | + "sequelize": "^6.37.7", |
| 44 | + "sequelize-typescript": "^2.1.6", |
| 45 | + "sql-formatter": "^15.6.6", |
| 46 | + "uuid": "^11.1.0" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "@eslint/eslintrc": "^3.1.0", |
50 | | - "@eslint/js": "^9.14.0", |
51 | | - "@types/chai": "^5.0.1", |
52 | | - "@types/mocha": "^10.0.9", |
| 49 | + "@eslint/eslintrc": "^3.3.1", |
| 50 | + "@eslint/js": "^9.30.1", |
| 51 | + "@types/chai": "^5.2.2", |
| 52 | + "@types/mocha": "^10.0.10", |
53 | 53 | "@types/mock-require": "^3.0.0", |
54 | | - "@types/node": "^22.9.0", |
55 | | - "@types/pg": "^8.11.10", |
56 | | - "@types/sinon": "^17.0.3", |
| 54 | + "@types/node": "^24.0.10", |
| 55 | + "@types/pg": "^8.15.4", |
| 56 | + "@types/sinon": "^17.0.4", |
57 | 57 | "@types/uuid": "^10.0.0", |
58 | | - "@typescript-eslint/eslint-plugin": "^8.13.0", |
59 | | - "@typescript-eslint/parser": "^8.13.0", |
60 | | - "@typescript-eslint/typescript-estree": "^8.13.0", |
61 | | - "chai": "^4.3.7", |
62 | | - "eslint": "^9.14.0", |
63 | | - "globals": "^15.12.0", |
| 58 | + "@typescript-eslint/eslint-plugin": "^8.35.1", |
| 59 | + "@typescript-eslint/parser": "^8.35.1", |
| 60 | + "@typescript-eslint/typescript-estree": "^8.35.1", |
| 61 | + "chai": "^5.2.0", |
| 62 | + "eslint": "^9.30.1", |
| 63 | + "globals": "^16.3.0", |
64 | 64 | "minimist": "^1.2.8", |
65 | | - "mocha": "^10.8.2", |
| 65 | + "mocha": "^11.7.1", |
66 | 66 | "mocha-lcov-reporter": "^1.3.0", |
67 | 67 | "mock-require": "^3.0.3", |
68 | 68 | "npm-scripts-help": "^0.8.0", |
69 | 69 | "nyc": "^17.1.0", |
70 | | - "open": "^8.4.2", |
| 70 | + "open": "^10.1.2", |
71 | 71 | "reflect-metadata": "^0.2.2", |
72 | | - "sequelize-cli": "^6.6.2", |
73 | | - "sinon": "^19.0.2", |
| 72 | + "sequelize-cli": "^6.6.3", |
| 73 | + "sinon": "^21.0.0", |
74 | 74 | "source-map-support": "^0.5.21", |
75 | 75 | "ts-node": "^10.9.2", |
76 | | - "typedoc": "^0.26.11", |
77 | | - "typescript": "^5.0.4" |
| 76 | + "typedoc": "^0.28.7", |
| 77 | + "typescript": "^5.8.3" |
78 | 78 | }, |
79 | 79 | "typescript": { |
80 | 80 | "definitions": "index.d.ts" |
|
0 commit comments