bump deps

This commit is contained in:
Michael Shick 2023-04-22 07:55:22 -04:00
parent a6e485337f
commit 9412131e1e
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61
2 changed files with 1471 additions and 628 deletions

2069
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -104,28 +104,28 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@actions/http-client": "^2.0.1"
"@actions/http-client": "^2.1.0"
},
"devDependencies": {
"@octokit/types": "^8.0.0",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@vercel/ncc": "^0.34.0",
"@octokit/types": "^9.1.2",
"@types/node": "^18.15.13",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vercel/ncc": "^0.36.1",
"del-cli": "^5.0.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-mdx": "^2.0.5",
"eslint-plugin-prettier": "^4.2.1",
"msw": "^0.47.4",
"nock": "^13.2.9",
"msw": "^1.2.1",
"nock": "^13.3.0",
"np": "^7.7.0",
"prettier": "^2.7.1",
"typescript": "^4.8.4",
"vitest": "^0.24.5"
"prettier": "^2.8.7",
"typescript": "^5.0.4",
"vitest": "^0.30.1"
},
"engines": {
"node": "^14.15.0 || ^16.13.0 || ^18.0.0"