Updated dependencies

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2023-03-20 16:39:17 +01:00 committed by Roman Tsisyk
parent 0b2824e067
commit c5f24e9912
2 changed files with 2304 additions and 690 deletions

2970
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -17,20 +17,20 @@
"author": "Alexander Borsuk <me@alex.bio>",
"license": "MIT",
"devDependencies": {
"@cloudflare/workers-types": "^4.20230228.0",
"@types/jest": "^29.4.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"esbuild": "^0.17.11",
"eslint": "^8.35.0",
"@cloudflare/workers-types": "^4.20230321.0",
"@types/jest": "^29.5.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"esbuild": "^0.17.14",
"eslint": "^8.37.0",
"jest": "^29.5.0",
"jest-environment-miniflare": "^2.12.1",
"miniflare": "^2.12.1",
"npm-check-updates": "^16.7.10",
"prettier": "^2.8.4",
"jest-environment-miniflare": "^2.13.0",
"miniflare": "^2.13.0",
"npm-check-updates": "^16.8.2",
"prettier": "^2.8.7",
"prettier-plugin-toml": "^0.3.1",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5",
"wrangler": "^2.12.0"
"typescript": "^5.0.2",
"wrangler": "^2.13.0"
}
}