|
31 | 31 | "main": "dist/cjs/index.js", |
32 | 32 | "module": "dist/esm/index.js", |
33 | 33 | "typesVersions": { |
34 | | - "<5.3": { |
| 34 | + "<5.4": { |
35 | 35 | "*": [ |
36 | 36 | "outdated-typescript.d.ts" |
37 | 37 | ] |
|
46 | 46 | ], |
47 | 47 | "exports": { |
48 | 48 | ".": { |
49 | | - "types@<5.3": "./outdated-typescript.d.ts", |
| 49 | + "types@<5.4": "./outdated-typescript.d.ts", |
50 | 50 | "import": "./dist/esm/index.js", |
51 | 51 | "require": "./dist/cjs/index.js", |
52 | 52 | "default": "./dist/cjs/index.js" |
|
124 | 124 | "@types/better-sqlite3": "7.6.13", |
125 | 125 | "@types/chai": "5.2.3", |
126 | 126 | "@types/chai-as-promised": "8.0.2", |
127 | | - "@types/prototype-pollution-vulnerable-lodash.merge-dont-upgrade": "npm:@types/lodash.merge@4.6.1", |
128 | 127 | "@types/mocha": "10.0.10", |
129 | 128 | "@types/node": "25.5.0", |
130 | 129 | "@types/pg": "8.20.0", |
131 | 130 | "@types/pg-cursor": "2.7.2", |
| 131 | + "@types/prototype-pollution-vulnerable-lodash.merge-dont-upgrade": "npm:@types/lodash.merge@4.6.1", |
132 | 132 | "@types/semver": "7.7.1", |
133 | 133 | "@types/sinon": "21.0.0", |
134 | 134 | "better-sqlite3": "12.8.0", |
|
140 | 140 | "mocha": "11.7.5", |
141 | 141 | "mysql2": "3.20.0", |
142 | 142 | "pathe": "2.0.3", |
143 | | - "prototype-pollution-vulnerable-lodash.merge-dont-upgrade": "npm:lodash.merge@4.6.1", |
144 | 143 | "pg": "8.20.0", |
145 | 144 | "pg-cursor": "2.19.0", |
146 | 145 | "pkg-types": "2.3.0", |
147 | 146 | "playwright": "1.58.2", |
148 | 147 | "prettier": "3.8.1", |
| 148 | + "prototype-pollution-vulnerable-lodash.merge-dont-upgrade": "npm:lodash.merge@4.6.1", |
149 | 149 | "semver": "7.7.4", |
150 | 150 | "sinon": "21.0.3", |
151 | 151 | "std-env": "4.0.0", |
|
0 commit comments