From 35bd3a576c20005579cfbaa443a3a5f9d62250f6 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 20 Feb 2022 23:04:54 -0800 Subject: [PATCH] [Dev Deps] update `@angular-eslint/template-parser`, `chai` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0462f9cb3..1ddf93c87 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ }, "homepage": "https://github.com/import-js/eslint-plugin-import", "devDependencies": { - "@angular-eslint/template-parser": "^13.0.1", + "@angular-eslint/template-parser": "^13.1.0", "@eslint/import-test-order-redirect-scoped": "file:./tests/files/order-redirect-scoped", "@test-scope/some-module": "file:./tests/files/symlinked-module", "@typescript-eslint/parser": "^2.23.0 || ^3.3.0 || ^4.29.3 || ^5.10.0", @@ -67,7 +67,7 @@ "babel-preset-flow": "^6.23.0", "babel-register": "^6.26.0", "babylon": "^6.18.0", - "chai": "^4.3.4", + "chai": "^4.3.6", "cross-env": "^4.0.0", "escope": "^3.6.0", "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8",