|
39 | 39 | "license": "MIT", |
40 | 40 | "description": "Synchronously import dynamic ECMAScript Modules similar to CommonJS require. Basic wrapper around esm for compatibility with both ESM and CJS projects in NodeJS.", |
41 | 41 | "devDependencies": { |
42 | | - "@commitlint/cli": "^20.5.0", |
| 42 | + "@commitlint/cli": "^20.5.2", |
43 | 43 | "@commitlint/config-conventional": "^20.5.0", |
44 | 44 | "@eslint/eslintrc": "^3.3.5", |
45 | 45 | "@eslint/js": "^10.0.1", |
46 | 46 | "@jest/globals": "^30.3.0", |
47 | 47 | "@types/jest": "^30.0.0", |
48 | 48 | "@types/node": "^25.6.0", |
49 | | - "@typescript-eslint/eslint-plugin": "^8.59.0", |
50 | | - "@typescript-eslint/parser": "^8.59.0", |
| 49 | + "@typescript-eslint/eslint-plugin": "^8.59.1", |
| 50 | + "@typescript-eslint/parser": "^8.59.1", |
51 | 51 | "eslint": "^10.2.1", |
52 | 52 | "eslint-config-prettier": "^10.1.8", |
53 | 53 | "eslint-import-resolver-typescript": "^4.4.4", |
|
57 | 57 | "globals": "^17.5.0", |
58 | 58 | "husky": "^9.1.7", |
59 | 59 | "jest": "^30.3.0", |
60 | | - "node-datachannel": "^0.32.2", |
| 60 | + "node-datachannel": "^0.32.3", |
61 | 61 | "node-fetch": "^3.3.2", |
62 | 62 | "ts-jest": "^29.4.9", |
63 | 63 | "ts-node": "^10.9.2", |
64 | | - "tsdown": "^0.21.9", |
| 64 | + "tsdown": "^0.21.10", |
65 | 65 | "typescript": "^6.0.3" |
66 | 66 | }, |
67 | 67 | "dependencies": { |
68 | | - "esm-sync": "3.3.5" |
| 68 | + "esm-sync": "3.3.7" |
69 | 69 | }, |
70 | | - "packageManager": "pnpm@10.33.0", |
| 70 | + "packageManager": "pnpm@10.33.2", |
71 | 71 | "main": "./dist/index.cjs", |
72 | 72 | "module": "./dist/index.mjs", |
73 | 73 | "types": "./dist/index.d.cts", |
|
0 commit comments