From eacbdc1c0a571efad32732d04d8da98e92673347 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Jul 2024 06:37:41 +0000 Subject: [PATCH] fix: upgrade parse from 5.2.0 to 5.3.0 Snyk has created this PR to upgrade parse from 5.2.0 to 5.3.0. See this package in npm: parse See this project in Snyk: https://app.snyk.io/org/acinader/project/b0adf7a4-b021-4a61-8d76-16d0d77d4062?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 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": {