diff --git a/package-lock.json b/package-lock.json index dd3d8e0..dc4e65d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "expo-server-sdk": "3.15.0", "firebase-admin": "13.6.0", "npmlog": "7.0.1", - "parse": "7.0.2", + "parse": "7.1.2", "web-push": "3.6.7" }, "devDependencies": { @@ -2764,8 +2764,7 @@ "node_modules/crypto-js": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz", - "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==", - "optional": true + "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==" }, "node_modules/crypto-random-string": { "version": "4.0.0", @@ -8225,21 +8224,18 @@ } }, "node_modules/parse": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/parse/-/parse-7.0.2.tgz", - "integrity": "sha512-HWwXFO3LBa7QdKf5hhJ32d2cT0G1ZXAIShr9r96Jn0XkQZt0X80gvyR3GNpt1PR2V2BEJjIdmkIeBs9ThJMvWw==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/parse/-/parse-7.1.2.tgz", + "integrity": "sha512-PXcPZDElBni06WPMxg0e6XmvgYBu3v39pRezZDbsomi8y9k1uNEDO/uICIqndw8jdES2ZfVpHp0TQoar2SObHQ==", "dependencies": { "@babel/runtime-corejs3": "7.28.4", + "crypto-js": "4.2.0", "idb-keyval": "6.2.2", "react-native-crypto-js": "1.0.0", - "uuid": "10.0.0", "ws": "8.18.3" }, "engines": { - "node": "18 || 19 || 20 || 22" - }, - "optionalDependencies": { - "crypto-js": "4.2.0" + "node": "18 || 19 || 20 || 22 || 24" } }, "node_modules/parse-json": { @@ -8271,19 +8267,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/parse/node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "license": "MIT", - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/parse5": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz", @@ -12363,8 +12346,7 @@ "crypto-js": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz", - "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==", - "optional": true + "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==" }, "crypto-random-string": { "version": "4.0.0", @@ -16150,23 +16132,15 @@ } }, "parse": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/parse/-/parse-7.0.2.tgz", - "integrity": "sha512-HWwXFO3LBa7QdKf5hhJ32d2cT0G1ZXAIShr9r96Jn0XkQZt0X80gvyR3GNpt1PR2V2BEJjIdmkIeBs9ThJMvWw==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/parse/-/parse-7.1.2.tgz", + "integrity": "sha512-PXcPZDElBni06WPMxg0e6XmvgYBu3v39pRezZDbsomi8y9k1uNEDO/uICIqndw8jdES2ZfVpHp0TQoar2SObHQ==", "requires": { "@babel/runtime-corejs3": "7.28.4", "crypto-js": "4.2.0", "idb-keyval": "6.2.2", "react-native-crypto-js": "1.0.0", - "uuid": "10.0.0", "ws": "8.18.3" - }, - "dependencies": { - "uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==" - } } }, "parse-json": { diff --git a/package.json b/package.json index 48544e8..f6c7c4c 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "expo-server-sdk": "3.15.0", "firebase-admin": "13.6.0", "npmlog": "7.0.1", - "parse": "7.0.2", + "parse": "7.1.2", "web-push": "3.6.7" }, "devDependencies": {