This repository has no description
0

Configure Feed

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

chore(deps): update dependency quicktype to v23.0.171

+17 -17
+17 -17
package-lock.json
··· 1345 1345 } 1346 1346 }, 1347 1347 "node_modules/quicktype": { 1348 - "version": "23.0.170", 1349 - "resolved": "https://registry.npmjs.org/quicktype/-/quicktype-23.0.170.tgz", 1350 - "integrity": "sha512-3gFyS7w36ktxrttEv1gMfuUlGairepnSpLN0cp7JVevkKX2N6Uk8AyMlDS2Puki09MY6PB6ch90plThvACtEHA==", 1348 + "version": "23.0.171", 1349 + "resolved": "https://registry.npmjs.org/quicktype/-/quicktype-23.0.171.tgz", 1350 + "integrity": "sha512-/pYesD3nn9PWRtCYsTvrh134SpNQ0I1ATESMDge2aGYIQe8k7ZnUBzN6ea8Lwqd8axDbQU9JaesOWqC5Zv9ZfQ==", 1351 1351 "dev": true, 1352 1352 "license": "Apache-2.0", 1353 1353 "workspaces": [ ··· 1366 1366 "graphql": "^0.11.7", 1367 1367 "lodash": "^4.17.21", 1368 1368 "moment": "^2.30.1", 1369 - "quicktype-core": "23.0.170", 1370 - "quicktype-graphql-input": "23.0.170", 1371 - "quicktype-typescript-input": "23.0.170", 1369 + "quicktype-core": "23.0.171", 1370 + "quicktype-graphql-input": "23.0.171", 1371 + "quicktype-typescript-input": "23.0.171", 1372 1372 "readable-stream": "^4.5.2", 1373 1373 "stream-json": "1.8.0", 1374 1374 "string-to-stream": "^3.0.1", ··· 1382 1382 } 1383 1383 }, 1384 1384 "node_modules/quicktype-core": { 1385 - "version": "23.0.170", 1386 - "resolved": "https://registry.npmjs.org/quicktype-core/-/quicktype-core-23.0.170.tgz", 1387 - "integrity": "sha512-ZsjveG0yJUIijUx4yQshzyQ5EAXKbFSBTQJHnJ+KoSZVxcS+m3GcmDpzrdUIRYMhgLaF11ZGvLSYi5U0xcwemw==", 1385 + "version": "23.0.171", 1386 + "resolved": "https://registry.npmjs.org/quicktype-core/-/quicktype-core-23.0.171.tgz", 1387 + "integrity": "sha512-2kFUFtVdCbc54IBlCG30Yzsb5a1l6lX/8UjKaf2B009WFsqvduidaSOdJ4IKMhMi7DCrq60mnU7HZ1fDazGRlw==", 1388 1388 "dev": true, 1389 1389 "license": "Apache-2.0", 1390 1390 "dependencies": { ··· 1412 1412 "license": "MIT" 1413 1413 }, 1414 1414 "node_modules/quicktype-graphql-input": { 1415 - "version": "23.0.170", 1416 - "resolved": "https://registry.npmjs.org/quicktype-graphql-input/-/quicktype-graphql-input-23.0.170.tgz", 1417 - "integrity": "sha512-L0xPKdIFZFChwups9oqJuQw/vwEbRVKBvU9L5jAs0Z/aLyfdsuxDpKGMJXnNWa2yE7NhPX/UDX8ytxn8uc8hdQ==", 1415 + "version": "23.0.171", 1416 + "resolved": "https://registry.npmjs.org/quicktype-graphql-input/-/quicktype-graphql-input-23.0.171.tgz", 1417 + "integrity": "sha512-1QKMAILFxuIGLVhv2f7KJbi5sO/tv1w2Q/jWYmYBYiAMYujAP0cCSvth036Doa4270WnE1V7rhXr2SlrKIL57A==", 1418 1418 "dev": true, 1419 1419 "license": "Apache-2.0", 1420 1420 "dependencies": { 1421 1421 "collection-utils": "^1.0.1", 1422 1422 "graphql": "^0.11.7", 1423 - "quicktype-core": "23.0.170" 1423 + "quicktype-core": "23.0.171" 1424 1424 } 1425 1425 }, 1426 1426 "node_modules/quicktype-typescript-input": { 1427 - "version": "23.0.170", 1428 - "resolved": "https://registry.npmjs.org/quicktype-typescript-input/-/quicktype-typescript-input-23.0.170.tgz", 1429 - "integrity": "sha512-lckhc//Mc95f/puRFKv4BFs7VpUUJXhw/psh+5ZAMiErxOWgoF87XthGusmaqoXNzjmEy1AVwGgMCG2pp/tJ/w==", 1427 + "version": "23.0.171", 1428 + "resolved": "https://registry.npmjs.org/quicktype-typescript-input/-/quicktype-typescript-input-23.0.171.tgz", 1429 + "integrity": "sha512-m2wz3Jk42nnOgrbafCWn1KeSb7DsjJv30sXJaJ0QcdJLrbn4+caBqVzaSHTImUVJbf3L0HN7NlanMts+ylEPWw==", 1430 1430 "dev": true, 1431 1431 "license": "Apache-2.0", 1432 1432 "dependencies": { 1433 1433 "@mark.probst/typescript-json-schema": "0.55.0", 1434 - "quicktype-core": "23.0.170", 1434 + "quicktype-core": "23.0.171", 1435 1435 "typescript": "4.9.5" 1436 1436 } 1437 1437 },