mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Update devDependencies
This commit is contained in:
parent
f932cf4b22
commit
8f2ccb7b41
3339
package-lock.json
generated
3339
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
32
package.json
32
package.json
@ -161,21 +161,19 @@
|
|||||||
"yup": "^1.3.2"
|
"yup": "^1.3.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "^17.6.1",
|
"@commitlint/cli": "^17.7.2",
|
||||||
"@commitlint/config-conventional": "^17.6.1",
|
"@commitlint/config-conventional": "^17.7.0",
|
||||||
"@inrupt/solid-client-authn-core": "^1.17.2",
|
"@inrupt/solid-client-authn-core": "^1.17.3",
|
||||||
"@inrupt/solid-client-authn-node": "^1.17.2",
|
"@inrupt/solid-client-authn-node": "^1.17.3",
|
||||||
"@microsoft/tsdoc-config": "^0.16.2",
|
"@microsoft/tsdoc-config": "^0.16.2",
|
||||||
"@tsconfig/node18": "^18.2.2",
|
"@tsconfig/node18": "^18.2.2",
|
||||||
"@types/cheerio": "^0.22.31",
|
"@types/jest": "^29.5.5",
|
||||||
"@types/jest": "^29.5.1",
|
"@types/set-cookie-parser": "^2.4.4",
|
||||||
"@types/set-cookie-parser": "^2.4.2",
|
"@types/supertest": "^2.0.14",
|
||||||
"@types/supertest": "^2.0.12",
|
|
||||||
"@typescript-eslint/eslint-plugin": "^5.3.0",
|
"@typescript-eslint/eslint-plugin": "^5.3.0",
|
||||||
"@typescript-eslint/parser": "^5.3.0",
|
"@typescript-eslint/parser": "^5.3.0",
|
||||||
"cheerio": "^1.0.0-rc.12",
|
"commit-and-tag-version": "^11.3.0",
|
||||||
"commit-and-tag-version": "^11.2.1",
|
"componentsjs-generator": "^3.1.2",
|
||||||
"componentsjs-generator": "^3.1.0",
|
|
||||||
"eslint": "^8.21.0",
|
"eslint": "^8.21.0",
|
||||||
"eslint-config-es": "4.1.0",
|
"eslint-config-es": "4.1.0",
|
||||||
"eslint-import-resolver-typescript": "^3.2.5",
|
"eslint-import-resolver-typescript": "^3.2.5",
|
||||||
@ -186,18 +184,18 @@
|
|||||||
"eslint-plugin-unicorn": "^37.0.1",
|
"eslint-plugin-unicorn": "^37.0.1",
|
||||||
"eslint-plugin-unused-imports": "^2.0.0",
|
"eslint-plugin-unused-imports": "^2.0.0",
|
||||||
"husky": "^4.3.8",
|
"husky": "^4.3.8",
|
||||||
"jest": "^29.5.0",
|
"jest": "^29.7.0",
|
||||||
"jest-esm-transformer-2": "^1.0.0",
|
"jest-esm-transformer-2": "^1.0.0",
|
||||||
"jest-rdf": "^1.8.0",
|
"jest-rdf": "^1.8.0",
|
||||||
"markdownlint-cli2": "^0.7.1",
|
"markdownlint-cli2": "^0.10.0",
|
||||||
"node-mocks-http": "^1.12.2",
|
"node-mocks-http": "^1.13.0",
|
||||||
"nodemon": "^3.0.1",
|
"nodemon": "^3.0.1",
|
||||||
"set-cookie-parser": "^2.6.0",
|
"set-cookie-parser": "^2.6.0",
|
||||||
"simple-git": "^3.18.0",
|
"simple-git": "^3.20.0",
|
||||||
"supertest": "^6.3.3",
|
"supertest": "^6.3.3",
|
||||||
"ts-jest": "^29.1.0",
|
"ts-jest": "^29.1.1",
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"typedoc": "^0.24.6",
|
"typedoc": "^0.25.2",
|
||||||
"typescript": "^5.0.4"
|
"typescript": "^5.0.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -69,7 +69,7 @@ describe('WinstonLoggerFactory', (): void => {
|
|||||||
timestamp: now.toISOString(),
|
timestamp: now.toISOString(),
|
||||||
metadata: { isPrimary: true, pid: 0 },
|
metadata: { isPrimary: true, pid: 0 },
|
||||||
[Symbol.for('level')]: 'debug',
|
[Symbol.for('level')]: 'debug',
|
||||||
[Symbol.for('splat')]: [ undefined ],
|
[Symbol.for('splat')]: [{ isPrimary: true, pid: 0 }],
|
||||||
[Symbol.for('message')]: `${now.toISOString()} [MyLabel] {Primary} ${level}: my message`,
|
[Symbol.for('message')]: `${now.toISOString()} [MyLabel] {Primary} ${level}: my message`,
|
||||||
}));
|
}));
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user