From 3f65a0cc592d4cae186c7071c559532737907f08 Mon Sep 17 00:00:00 2001 From: Matthew McEachen Date: Tue, 31 Jan 2023 17:15:07 -0800 Subject: [PATCH] `ncu -u` --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5e88b8c0..a248829d 100644 --- a/package.json +++ b/package.json @@ -81,8 +81,8 @@ "@types/tar-fs": "^2.0.1", "@types/tmp": "^0.2.3", "@types/xmldom": "^0.1.31", - "@typescript-eslint/eslint-plugin": "^5.49.0", - "@typescript-eslint/parser": "^5.49.0", + "@typescript-eslint/eslint-plugin": "^5.50.0", + "@typescript-eslint/parser": "^5.50.0", "@xmldom/xmldom": "^0.8.6", "chai": "^4.3.7", "chai-as-promised": "^7.1.1", @@ -104,7 +104,7 @@ "source-map-support": "^0.5.21", "tmp": "^0.2.1", "typedoc": "^0.23.24", - "typescript": "~4.9.4", + "typescript": "~4.9.5", "xpath": "^0.0.32" }, "dependencies-note": "@types/luxon is not a devDependency, as our exported TypeScript typings reference luxon types. See ",