From dca187f91b93cbb362b22a3fb9ee38451799ff13 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Sun, 7 Jul 2024 18:42:44 +0200 Subject: [PATCH] feat: Upgrade to Parse JS SDK 5.3.0 (#9180) --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3091a970e1..925481b71b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "mongodb": "5.9.0", "mustache": "4.2.0", "otpauth": "9.2.2", - "parse": "5.2.0", + "parse": "5.3.0", "path-to-regexp": "6.2.1", "pg-monitor": "2.0.0", "pg-promise": "11.7.8", @@ -2329,9 +2329,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==", "dependencies": { "core-js-pure": "^3.30.2", "regenerator-runtime": "^0.14.0" @@ -15772,11 +15772,11 @@ } }, "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==", "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", @@ -15784,7 +15784,7 @@ "xmlhttprequest": "1.8.0" }, "engines": { - "node": ">=18 <21" + "node": "18 || 19 || 20 || 22" }, "optionalDependencies": { "crypto-js": "4.2.0" @@ -21604,9 +21604,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" @@ -31664,11 +31664,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 a3cd013ec7..4124c882f5 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "mongodb": "5.9.0", "mustache": "4.2.0", "otpauth": "9.2.2", - "parse": "5.2.0", + "parse": "5.3.0", "path-to-regexp": "6.2.1", "pg-monitor": "2.0.0", "pg-promise": "11.7.8",