|
@@ -23,7 +23,7 @@
|
|
|
"@capacitor/status-bar": "6.0.0",
|
|
|
"@ionic/angular": "^8.0.0",
|
|
|
"ionicons": "^7.0.0",
|
|
|
- "parse": "^5.2.0",
|
|
|
+ "parse": "^5.3.0",
|
|
|
"rxjs": "~7.8.0",
|
|
|
"swiper": "^11.1.4",
|
|
|
"tslib": "^2.3.0",
|
|
@@ -2526,9 +2526,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/runtime-corejs3": {
|
|
|
- "version": "7.24.6",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/runtime-corejs3/-/runtime-corejs3-7.24.6.tgz",
|
|
|
- "integrity": "sha512-tbC3o8uHK9xMgMsvUm9qGqxVpbv6yborMBLbDteHIc7JDNHsTV0vDMQ5j1O1NXvO+BDELtL9KgoWYaUVIVGt8w==",
|
|
|
+ "version": "7.24.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/runtime-corejs3/-/runtime-corejs3-7.24.7.tgz",
|
|
|
+ "integrity": "sha512-eytSX6JLBY6PVAeQa2bFlDx/7Mmln/gaEpsit5a3WEvjGfiIytEsgAwuIXCPM0xvw0v0cJn3ilq0/TvXrW0kgA==",
|
|
|
"dependencies": {
|
|
|
"core-js-pure": "^3.30.2",
|
|
|
"regenerator-runtime": "^0.14.0"
|
|
@@ -13428,11 +13428,11 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/parse": {
|
|
|
- "version": "5.2.0",
|
|
|
- "resolved": "https://registry.npmmirror.com/parse/-/parse-5.2.0.tgz",
|
|
|
- "integrity": "sha512-FoD3kcLAQCw/2J1984sl3GUBzbHE2tA9mUcyw/EBWZ46WVZTzV+kjnA5tttXyzN4uodt21wSluzjbGnyLqreKw==",
|
|
|
+ "version": "5.3.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/parse/-/parse-5.3.0.tgz",
|
|
|
+ "integrity": "sha512-mWBnE6hHJhdvlx5KPQcYgCGRdgqKhPw+5fSC0j7vOfse3Lkh3xtDwOfmDpvv2LXZVBj72G/mgVKMRmbAICRzkQ==",
|
|
|
"dependencies": {
|
|
|
- "@babel/runtime-corejs3": "7.24.6",
|
|
|
+ "@babel/runtime-corejs3": "7.24.7",
|
|
|
"idb-keyval": "6.2.1",
|
|
|
"react-native-crypto-js": "1.0.0",
|
|
|
"uuid": "10.0.0",
|
|
@@ -13440,7 +13440,7 @@
|
|
|
"xmlhttprequest": "1.8.0"
|
|
|
},
|
|
|
"engines": {
|
|
|
- "node": ">=18 <21"
|
|
|
+ "node": "18 || 19 || 20 || 22"
|
|
|
},
|
|
|
"optionalDependencies": {
|
|
|
"crypto-js": "4.2.0"
|