diff --git a/package-lock.json b/package-lock.json index 5054bb9..8d7febc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "expo-server-sdk": "3.10.0", "firebase-admin": "12.2.0", "npmlog": "7.0.1", - "parse": "5.2.0", + "parse": "^5.3.0", "web-push": "3.6.7" }, "devDependencies": { @@ -74,9 +74,9 @@ } }, "node_modules/@babel/runtime-corejs3": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.24.6.tgz", - "integrity": "sha512-tbC3o8uHK9xMgMsvUm9qGqxVpbv6yborMBLbDteHIc7JDNHsTV0vDMQ5j1O1NXvO+BDELtL9KgoWYaUVIVGt8w==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.24.7.tgz", + "integrity": "sha512-eytSX6JLBY6PVAeQa2bFlDx/7Mmln/gaEpsit5a3WEvjGfiIytEsgAwuIXCPM0xvw0v0cJn3ilq0/TvXrW0kgA==", "license": "MIT", "dependencies": { "core-js-pure": "^3.30.2", @@ -8052,12 +8052,12 @@ } }, "node_modules/parse": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/parse/-/parse-5.2.0.tgz", - "integrity": "sha512-FoD3kcLAQCw/2J1984sl3GUBzbHE2tA9mUcyw/EBWZ46WVZTzV+kjnA5tttXyzN4uodt21wSluzjbGnyLqreKw==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/parse/-/parse-5.3.0.tgz", + "integrity": "sha512-mWBnE6hHJhdvlx5KPQcYgCGRdgqKhPw+5fSC0j7vOfse3Lkh3xtDwOfmDpvv2LXZVBj72G/mgVKMRmbAICRzkQ==", "license": "Apache-2.0", "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", @@ -8065,7 +8065,7 @@ "xmlhttprequest": "1.8.0" }, "engines": { - "node": ">=18 <21" + "node": "18 || 19 || 20 || 22" }, "optionalDependencies": { "crypto-js": "4.2.0" @@ -10094,9 +10094,9 @@ } }, "@babel/runtime-corejs3": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.24.6.tgz", - "integrity": "sha512-tbC3o8uHK9xMgMsvUm9qGqxVpbv6yborMBLbDteHIc7JDNHsTV0vDMQ5j1O1NXvO+BDELtL9KgoWYaUVIVGt8w==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.24.7.tgz", + "integrity": "sha512-eytSX6JLBY6PVAeQa2bFlDx/7Mmln/gaEpsit5a3WEvjGfiIytEsgAwuIXCPM0xvw0v0cJn3ilq0/TvXrW0kgA==", "requires": { "core-js-pure": "^3.30.2", "regenerator-runtime": "^0.14.0" @@ -15832,11 +15832,11 @@ } }, "parse": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/parse/-/parse-5.2.0.tgz", - "integrity": "sha512-FoD3kcLAQCw/2J1984sl3GUBzbHE2tA9mUcyw/EBWZ46WVZTzV+kjnA5tttXyzN4uodt21wSluzjbGnyLqreKw==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/parse/-/parse-5.3.0.tgz", + "integrity": "sha512-mWBnE6hHJhdvlx5KPQcYgCGRdgqKhPw+5fSC0j7vOfse3Lkh3xtDwOfmDpvv2LXZVBj72G/mgVKMRmbAICRzkQ==", "requires": { - "@babel/runtime-corejs3": "7.24.6", + "@babel/runtime-corejs3": "7.24.7", "crypto-js": "4.2.0", "idb-keyval": "6.2.1", "react-native-crypto-js": "1.0.0", diff --git a/package.json b/package.json index eb91d4d..084d590 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "expo-server-sdk": "3.10.0", "firebase-admin": "12.2.0", "npmlog": "7.0.1", - "parse": "5.2.0", + "parse": "5.3.0", "web-push": "3.6.7" }, "devDependencies": {