feat: Upgrade to parse 8.0.3 and @parse/push-adapter 8.2.0 (#10021)

This commit is contained in:
Manuel
2026-01-27 18:01:57 +01:00
committed by GitHub
parent dc866bed3b
commit 9833fdb111
2 changed files with 58 additions and 42 deletions

96
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"@graphql-tools/schema": "10.0.23", "@graphql-tools/schema": "10.0.23",
"@graphql-tools/utils": "10.8.6", "@graphql-tools/utils": "10.8.6",
"@parse/fs-files-adapter": "3.0.0", "@parse/fs-files-adapter": "3.0.0",
"@parse/push-adapter": "8.1.0", "@parse/push-adapter": "8.2.0",
"bcryptjs": "3.0.2", "bcryptjs": "3.0.2",
"commander": "14.0.2", "commander": "14.0.2",
"cors": "2.8.5", "cors": "2.8.5",
@@ -38,7 +38,7 @@
"mongodb": "6.20.0", "mongodb": "6.20.0",
"mustache": "4.2.0", "mustache": "4.2.0",
"otpauth": "9.4.0", "otpauth": "9.4.0",
"parse": "8.0.0", "parse": "8.0.3",
"path-to-regexp": "8.3.0", "path-to-regexp": "8.3.0",
"pg-monitor": "3.0.0", "pg-monitor": "3.0.0",
"pg-promise": "12.2.0", "pg-promise": "12.2.0",
@@ -2169,14 +2169,11 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
} }
}, },
"node_modules/@babel/runtime-corejs3": { "node_modules/@babel/runtime": {
"version": "7.28.4", "version": "7.28.6",
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.28.4.tgz", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.6.tgz",
"integrity": "sha512-h7iEYiW4HebClDEhtvFObtPmIvrd1SSfpI9EhOeKk4CtIK/ngBWFpuhCzhdmRKtg71ylcue+9I6dv54XYO1epQ==", "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==",
"license": "MIT", "license": "MIT",
"dependencies": {
"core-js-pure": "^3.43.0"
},
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"
} }
@@ -4106,16 +4103,16 @@
} }
}, },
"node_modules/@parse/push-adapter": { "node_modules/@parse/push-adapter": {
"version": "8.1.0", "version": "8.2.0",
"resolved": "https://registry.npmjs.org/@parse/push-adapter/-/push-adapter-8.1.0.tgz", "resolved": "https://registry.npmjs.org/@parse/push-adapter/-/push-adapter-8.2.0.tgz",
"integrity": "sha512-AVZsUD9JxHYn9uwCFNnAf2gmbGAumqMDIvBzeGmtDx6BoGp/jbNLU3FhZWRwkJ3mbWcumWm4Ah2O+7DBIms+IQ==", "integrity": "sha512-z5RB1TwNELNSvummTVP1fgncOT424j13HeKxsGHpAftUmjE+hUtSsIeG49chD0gac22Zmrk+7flYjRwQpUs6+w==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@parse/node-apn": "7.0.1", "@parse/node-apn": "7.0.1",
"expo-server-sdk": "4.0.0", "expo-server-sdk": "4.0.0",
"firebase-admin": "13.6.0", "firebase-admin": "13.6.0",
"npmlog": "7.0.1", "npmlog": "7.0.1",
"parse": "8.0.0", "parse": "8.0.3",
"web-push": "3.6.7" "web-push": "3.6.7"
}, },
"engines": { "engines": {
@@ -18127,16 +18124,17 @@
} }
}, },
"node_modules/parse": { "node_modules/parse": {
"version": "8.0.0", "version": "8.0.3",
"resolved": "https://registry.npmjs.org/parse/-/parse-8.0.0.tgz", "resolved": "https://registry.npmjs.org/parse/-/parse-8.0.3.tgz",
"integrity": "sha512-T1PGLe+HaySulYSrS598tXZASgMwMAq8yQOJHtNEfxi14eYnbM89h51SXckEocIyHpOX/YnUY0C9iHH6ZTJ+Xg==", "integrity": "sha512-WQPrnfnXy6/p25OFD6qOAVK9hIhhU882Nw1AW5RjAJbO2G7YqChJxBgL94aexsaTnP9ajVzjGISSQ+mESrkMIA==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/runtime-corejs3": "7.28.4", "@babel/runtime": "7.28.6",
"@babel/runtime-corejs3": "7.28.6",
"crypto-js": "4.2.0", "crypto-js": "4.2.0",
"idb-keyval": "6.2.2", "idb-keyval": "6.2.2",
"react-native-crypto-js": "1.0.0", "react-native-crypto-js": "1.0.0",
"ws": "8.18.3" "ws": "8.19.0"
}, },
"engines": { "engines": {
"node": ">=20.19.0 <21 || >=22.12.0 <23 || >=24.1.0 <25" "node": ">=20.19.0 <21 || >=22.12.0 <23 || >=24.1.0 <25"
@@ -18169,10 +18167,22 @@
"node": ">=6" "node": ">=6"
} }
}, },
"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==",
"license": "MIT",
"dependencies": {
"core-js-pure": "^3.43.0"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/parse/node_modules/ws": { "node_modules/parse/node_modules/ws": {
"version": "8.18.3", "version": "8.19.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz",
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", "integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=10.0.0"
@@ -23885,13 +23895,10 @@
"@babel/plugin-transform-typescript": "^7.27.1" "@babel/plugin-transform-typescript": "^7.27.1"
} }
}, },
"@babel/runtime-corejs3": { "@babel/runtime": {
"version": "7.28.4", "version": "7.28.6",
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.28.4.tgz", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.6.tgz",
"integrity": "sha512-h7iEYiW4HebClDEhtvFObtPmIvrd1SSfpI9EhOeKk4CtIK/ngBWFpuhCzhdmRKtg71ylcue+9I6dv54XYO1epQ==", "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA=="
"requires": {
"core-js-pure": "^3.43.0"
}
}, },
"@babel/template": { "@babel/template": {
"version": "7.28.6", "version": "7.28.6",
@@ -25284,15 +25291,15 @@
} }
}, },
"@parse/push-adapter": { "@parse/push-adapter": {
"version": "8.1.0", "version": "8.2.0",
"resolved": "https://registry.npmjs.org/@parse/push-adapter/-/push-adapter-8.1.0.tgz", "resolved": "https://registry.npmjs.org/@parse/push-adapter/-/push-adapter-8.2.0.tgz",
"integrity": "sha512-AVZsUD9JxHYn9uwCFNnAf2gmbGAumqMDIvBzeGmtDx6BoGp/jbNLU3FhZWRwkJ3mbWcumWm4Ah2O+7DBIms+IQ==", "integrity": "sha512-z5RB1TwNELNSvummTVP1fgncOT424j13HeKxsGHpAftUmjE+hUtSsIeG49chD0gac22Zmrk+7flYjRwQpUs6+w==",
"requires": { "requires": {
"@parse/node-apn": "7.0.1", "@parse/node-apn": "7.0.1",
"expo-server-sdk": "4.0.0", "expo-server-sdk": "4.0.0",
"firebase-admin": "13.6.0", "firebase-admin": "13.6.0",
"npmlog": "7.0.1", "npmlog": "7.0.1",
"parse": "8.0.0", "parse": "8.0.3",
"web-push": "3.6.7" "web-push": "3.6.7"
} }
}, },
@@ -35049,21 +35056,30 @@
} }
}, },
"parse": { "parse": {
"version": "8.0.0", "version": "8.0.3",
"resolved": "https://registry.npmjs.org/parse/-/parse-8.0.0.tgz", "resolved": "https://registry.npmjs.org/parse/-/parse-8.0.3.tgz",
"integrity": "sha512-T1PGLe+HaySulYSrS598tXZASgMwMAq8yQOJHtNEfxi14eYnbM89h51SXckEocIyHpOX/YnUY0C9iHH6ZTJ+Xg==", "integrity": "sha512-WQPrnfnXy6/p25OFD6qOAVK9hIhhU882Nw1AW5RjAJbO2G7YqChJxBgL94aexsaTnP9ajVzjGISSQ+mESrkMIA==",
"requires": { "requires": {
"@babel/runtime-corejs3": "7.28.4", "@babel/runtime": "7.28.6",
"@babel/runtime-corejs3": "7.28.6",
"crypto-js": "4.2.0", "crypto-js": "4.2.0",
"idb-keyval": "6.2.2", "idb-keyval": "6.2.2",
"react-native-crypto-js": "1.0.0", "react-native-crypto-js": "1.0.0",
"ws": "8.18.3" "ws": "8.19.0"
}, },
"dependencies": { "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"
}
},
"ws": { "ws": {
"version": "8.18.3", "version": "8.19.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz",
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", "integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==",
"requires": {} "requires": {}
} }
} }

View File

@@ -26,7 +26,7 @@
"@graphql-tools/schema": "10.0.23", "@graphql-tools/schema": "10.0.23",
"@graphql-tools/utils": "10.8.6", "@graphql-tools/utils": "10.8.6",
"@parse/fs-files-adapter": "3.0.0", "@parse/fs-files-adapter": "3.0.0",
"@parse/push-adapter": "8.1.0", "@parse/push-adapter": "8.2.0",
"bcryptjs": "3.0.2", "bcryptjs": "3.0.2",
"commander": "14.0.2", "commander": "14.0.2",
"cors": "2.8.5", "cors": "2.8.5",
@@ -48,7 +48,7 @@
"mongodb": "6.20.0", "mongodb": "6.20.0",
"mustache": "4.2.0", "mustache": "4.2.0",
"otpauth": "9.4.0", "otpauth": "9.4.0",
"parse": "8.0.0", "parse": "8.0.3",
"path-to-regexp": "8.3.0", "path-to-regexp": "8.3.0",
"pg-monitor": "3.0.0", "pg-monitor": "3.0.0",
"pg-promise": "12.2.0", "pg-promise": "12.2.0",