Mirror of https://github.com/roostorg/coop github.com/roostorg/coop
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[vulnerability] Override ajv to patch vulnerability (#276)

authored by

Juan Mrad and committed by
GitHub
d512a280 ecec6475

+36 -43
+33 -43
migrator/package-lock.json
··· 170 170 } 171 171 }, 172 172 "node_modules/ajv": { 173 - "version": "8.13.0", 174 - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz", 175 - "integrity": "sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==", 173 + "version": "8.18.0", 174 + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz", 175 + "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==", 176 176 "license": "MIT", 177 177 "dependencies": { 178 178 "fast-deep-equal": "^3.1.3", 179 + "fast-uri": "^3.0.1", 179 180 "json-schema-traverse": "^1.0.0", 180 - "require-from-string": "^2.0.2", 181 - "uri-js": "^4.4.1" 181 + "require-from-string": "^2.0.2" 182 182 }, 183 183 "funding": { 184 184 "type": "github", ··· 379 379 "node": ">=8.6.0" 380 380 } 381 381 }, 382 + "node_modules/fast-uri": { 383 + "version": "3.1.0", 384 + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz", 385 + "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==", 386 + "funding": [ 387 + { 388 + "type": "github", 389 + "url": "https://github.com/sponsors/fastify" 390 + }, 391 + { 392 + "type": "opencollective", 393 + "url": "https://opencollective.com/fastify" 394 + } 395 + ], 396 + "license": "BSD-3-Clause" 397 + }, 382 398 "node_modules/fastq": { 383 399 "version": "1.20.1", 384 400 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz", ··· 666 682 "license": "0BSD", 667 683 "engines": { 668 684 "node": ">=12.0.0" 669 - } 670 - }, 671 - "node_modules/punycode": { 672 - "version": "2.3.1", 673 - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", 674 - "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", 675 - "license": "MIT", 676 - "engines": { 677 - "node": ">=6" 678 685 } 679 686 }, 680 687 "node_modules/queue-microtask": { ··· 994 1001 "node": ">= 10.0.0" 995 1002 } 996 1003 }, 997 - "node_modules/uri-js": { 998 - "version": "4.4.1", 999 - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", 1000 - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", 1001 - "license": "BSD-2-Clause", 1002 - "dependencies": { 1003 - "punycode": "^2.1.0" 1004 - } 1005 - }, 1006 1004 "node_modules/uuid": { 1007 1005 "version": "8.3.2", 1008 1006 "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", ··· 1111 1109 "resolved": "https://registry.npmjs.org/@rushstack/node-core-library/-/node-core-library-5.13.0.tgz", 1112 1110 "integrity": "sha512-IGVhy+JgUacAdCGXKUrRhwHMTzqhWwZUI+qEPcdzsb80heOw0QPbhhoVsoiMF7Klp8eYsp7hzpScMXmOa3Uhfg==", 1113 1111 "requires": { 1114 - "ajv": "~8.13.0", 1112 + "ajv": "~8.18.0", 1115 1113 "ajv-draft-04": "~1.0.0", 1116 1114 "ajv-formats": "~3.0.1", 1117 1115 "fs-extra": "~11.3.0", ··· 1196 1194 "integrity": "sha512-x0HvcHqVJNTPk/Bw8JbLWlWoo6Wwnsug0fnYYro1HBrjxZ3G7/AZk7Ahv8JwDe1uIcz8eBqvu86FuF1POiG7vQ==" 1197 1195 }, 1198 1196 "ajv": { 1199 - "version": "8.13.0", 1200 - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz", 1201 - "integrity": "sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==", 1197 + "version": "8.18.0", 1198 + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz", 1199 + "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==", 1202 1200 "requires": { 1203 1201 "fast-deep-equal": "^3.1.3", 1202 + "fast-uri": "^3.0.1", 1204 1203 "json-schema-traverse": "^1.0.0", 1205 - "require-from-string": "^2.0.2", 1206 - "uri-js": "^4.4.1" 1204 + "require-from-string": "^2.0.2" 1207 1205 } 1208 1206 }, 1209 1207 "ajv-draft-04": { ··· 1217 1215 "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz", 1218 1216 "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==", 1219 1217 "requires": { 1220 - "ajv": "^8.0.0" 1218 + "ajv": "~8.18.0" 1221 1219 } 1222 1220 }, 1223 1221 "ansi-regex": { ··· 1330 1328 "merge2": "^1.3.0", 1331 1329 "micromatch": "^4.0.8" 1332 1330 } 1331 + }, 1332 + "fast-uri": { 1333 + "version": "3.1.0", 1334 + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz", 1335 + "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==" 1333 1336 }, 1334 1337 "fastq": { 1335 1338 "version": "1.20.1", ··· 1523 1526 "resolved": "https://registry.npmjs.org/pony-cause/-/pony-cause-2.1.11.tgz", 1524 1527 "integrity": "sha512-M7LhCsdNbNgiLYiP4WjsfLUuFmCfnjdF6jKe2R9NKl4WFN+HZPGHJZ9lnLP7f9ZnKe3U9nuWD0szirmj+migUg==" 1525 1528 }, 1526 - "punycode": { 1527 - "version": "2.3.1", 1528 - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", 1529 - "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" 1530 - }, 1531 1529 "queue-microtask": { 1532 1530 "version": "1.2.3", 1533 1531 "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", ··· 1689 1687 "version": "2.0.1", 1690 1688 "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", 1691 1689 "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" 1692 - }, 1693 - "uri-js": { 1694 - "version": "4.4.1", 1695 - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", 1696 - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", 1697 - "requires": { 1698 - "punycode": "^2.1.0" 1699 - } 1700 1690 }, 1701 1691 "uuid": { 1702 1692 "version": "8.3.2",
+3
migrator/package.json
··· 34 34 "@types/node": "^24.0.0", 35 35 "typescript": "^6.0.3" 36 36 }, 37 + "overrides": { 38 + "ajv": "~8.18.0" 39 + }, 37 40 "publishConfig": { 38 41 "access": "public" 39 42 }