Bumps the npm-dependencies group with 5 updates:

| Package | From | To |
    | --- | --- | --- |
    | [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.8` | `29.5.11` |
    | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.12.0` | `6.14.0` |
    | [eslint](https://github.com/eslint/eslint) | `8.54.0` | `8.55.0` |
    | [prettier](https://github.com/prettier/prettier) | `3.1.0` | `3.1.1` |
    | [typescript](https://github.com/Microsoft/TypeScript) | `5.3.2` | `5.3.3` |
This commit is contained in:
daz 2023-12-11 19:43:02 -07:00
parent 76d5a9b475
commit e1f9864a52
No known key found for this signature in database
2 changed files with 104 additions and 104 deletions

View file

@ -44,19 +44,19 @@
},
"devDependencies": {
"@types/node": "16.18.38",
"@types/jest": "29.5.8",
"@types/jest": "29.5.11",
"@types/unzipper": "0.10.9",
"@typescript-eslint/parser": "6.12.0",
"@typescript-eslint/parser": "6.14.0",
"@vercel/ncc": "0.38.1",
"eslint": "8.54.0",
"eslint": "8.55.0",
"eslint-plugin-github": "4.10.1",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-prettier": "5.0.1",
"jest": "29.7.0",
"js-yaml": "4.1.0",
"patch-package": "8.0.0",
"prettier": "3.1.0",
"prettier": "3.1.1",
"ts-jest": "29.1.1",
"typescript": "5.3.2"
"typescript": "5.3.3"
}
}