From f37cfda3653fe0cfc016066c803024d9f96e803c Mon Sep 17 00:00:00 2001 From: Lucy C <12953208+elvece@users.noreply.github.com> Date: Thu, 29 Sep 2022 08:42:26 -0600 Subject: [PATCH] update ts matches to fix properties ordering bug (#1843) --- frontend/package-lock.json | 14 +++++++------- frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 66720bc93..b171f189d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -40,7 +40,7 @@ "pbkdf2": "^3.1.2", "rxjs": "^7.5.6", "swiper": "^8.2.4", - "ts-matches": "^5.2.0", + "ts-matches": "^5.2.1", "tslib": "^2.3.0", "uuid": "^8.3.2", "zone.js": "^0.11.5" @@ -13634,9 +13634,9 @@ } }, "node_modules/ts-matches": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ts-matches/-/ts-matches-5.2.0.tgz", - "integrity": "sha512-VZ3KW6lUR67hppQcIM+f7a5TWBVejVWRWENOV/+ndIRQPJj6YhNZV53iX/YXKuofIFs1SRibNex1L4UjogEjjw==" + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/ts-matches/-/ts-matches-5.2.1.tgz", + "integrity": "sha512-QSG3V7b3NKIBwBzR8wJcx2VRn0maj5s1Gkj8pdivYtD9us8we7kforlNsREmXobzvPYHE+8poT5gjmDgwQtJ9g==" }, "node_modules/ts-node": { "version": "10.9.1", @@ -24614,9 +24614,9 @@ "dev": true }, "ts-matches": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ts-matches/-/ts-matches-5.2.0.tgz", - "integrity": "sha512-VZ3KW6lUR67hppQcIM+f7a5TWBVejVWRWENOV/+ndIRQPJj6YhNZV53iX/YXKuofIFs1SRibNex1L4UjogEjjw==" + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/ts-matches/-/ts-matches-5.2.1.tgz", + "integrity": "sha512-QSG3V7b3NKIBwBzR8wJcx2VRn0maj5s1Gkj8pdivYtD9us8we7kforlNsREmXobzvPYHE+8poT5gjmDgwQtJ9g==" }, "ts-node": { "version": "10.9.1", diff --git a/frontend/package.json b/frontend/package.json index 6b3c51454..468a522e4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -54,7 +54,7 @@ "pbkdf2": "^3.1.2", "rxjs": "^7.5.6", "swiper": "^8.2.4", - "ts-matches": "^5.2.0", + "ts-matches": "^5.2.1", "tslib": "^2.3.0", "uuid": "^8.3.2", "zone.js": "^0.11.5"