diff --git a/package-lock.json b/package-lock.json index 77dc4df80f..af7cab1e41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "express": "5.2.1", - "parse": "8.0.1", + "parse": "8.0.2", "parse-server": "9.1.1" }, "devDependencies": { @@ -612,6 +612,14 @@ "node": ">=6.0.0" } }, + "node_modules/@babel/runtime": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.6.tgz", + "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==", + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/@babel/runtime-corejs3": { "version": "7.28.4", "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.28.4.tgz", @@ -12679,11 +12687,12 @@ } }, "node_modules/parse": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/parse/-/parse-8.0.1.tgz", - "integrity": "sha512-MPQSOW1uk3ZFtPOPt/mqWOhs1B36kC6VdCoH6RHs3z/vjeF+C3H++Pjuqq2dBwNFJch2pR+An32CW9vl9CpiVQ==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/parse/-/parse-8.0.2.tgz", + "integrity": "sha512-D7YL61ils8NSUdvUTvPIBoAlgJ6BFX6Ef23UiyXCHnGe8HYz1AEjmkv6PuNvYQ/Z+jCqYimvejl1u4tN5t91pg==", "dependencies": { - "@babel/runtime-corejs3": "7.28.4", + "@babel/runtime": "7.28.6", + "@babel/runtime-corejs3": "7.28.6", "crypto-js": "4.2.0", "idb-keyval": "6.2.2", "react-native-crypto-js": "1.0.0", @@ -12875,6 +12884,17 @@ } } }, + "node_modules/parse/node_modules/@babel/runtime-corejs3": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.28.6.tgz", + "integrity": "sha512-kz2fAQ5UzjV7X7D3ySxmj3vRq89dTpqOZWv76Z6pNPztkwb/0Yj1Mtx1xFrYj6mbIHysxtBot8J4o0JLCblcFw==", + "dependencies": { + "core-js-pure": "^3.43.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/parse5": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz", @@ -16838,6 +16858,11 @@ "@babel/types": "^7.26.10" } }, + "@babel/runtime": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.6.tgz", + "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==" + }, "@babel/runtime-corejs3": { "version": "7.28.4", "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.28.4.tgz", @@ -25293,15 +25318,26 @@ } }, "parse": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/parse/-/parse-8.0.1.tgz", - "integrity": "sha512-MPQSOW1uk3ZFtPOPt/mqWOhs1B36kC6VdCoH6RHs3z/vjeF+C3H++Pjuqq2dBwNFJch2pR+An32CW9vl9CpiVQ==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/parse/-/parse-8.0.2.tgz", + "integrity": "sha512-D7YL61ils8NSUdvUTvPIBoAlgJ6BFX6Ef23UiyXCHnGe8HYz1AEjmkv6PuNvYQ/Z+jCqYimvejl1u4tN5t91pg==", "requires": { - "@babel/runtime-corejs3": "7.28.4", + "@babel/runtime": "7.28.6", + "@babel/runtime-corejs3": "7.28.6", "crypto-js": "4.2.0", "idb-keyval": "6.2.2", "react-native-crypto-js": "1.0.0", "ws": "8.19.0" + }, + "dependencies": { + "@babel/runtime-corejs3": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.28.6.tgz", + "integrity": "sha512-kz2fAQ5UzjV7X7D3ySxmj3vRq89dTpqOZWv76Z6pNPztkwb/0Yj1Mtx1xFrYj6mbIHysxtBot8J4o0JLCblcFw==", + "requires": { + "core-js-pure": "^3.43.0" + } + } } }, "parse-json": { diff --git a/package.json b/package.json index ce3a271fad..20f7d54b28 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "express": "5.2.1", - "parse": "8.0.1", + "parse": "8.0.2", "parse-server": "9.1.1" }, "type": "module",