mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
update ts matches to fix properties ordering bug (#1843)
This commit is contained in:
14
frontend/package-lock.json
generated
14
frontend/package-lock.json
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user