build: Release (#9814)

This commit is contained in:
Manuel
2025-07-01 18:44:19 +02:00
committed by GitHub
3 changed files with 437 additions and 546 deletions

View File

@@ -9,7 +9,7 @@
[![auto-release](https://img.shields.io/badge/%F0%9F%9A%80-auto--release-9e34eb.svg)](https://github.com/parse-community/parse-dashboard/releases)
[![Node Version](https://img.shields.io/badge/nodejs-18,_20,_22-green.svg?logo=node.js&style=flat)](https://nodejs.org)
[![MongoDB Version](https://img.shields.io/badge/mongodb-4.2,_4.4,_5,_6,_7,_8-green.svg?logo=mongodb&style=flat)](https://www.mongodb.com)
[![MongoDB Version](https://img.shields.io/badge/mongodb-6,_7,_8-green.svg?logo=mongodb&style=flat)](https://www.mongodb.com)
[![Postgres Version](https://img.shields.io/badge/postgresql-13,_14,_15,_16,_17-green.svg?logo=postgresql&style=flat)](https://www.postgresql.org)
[![npm latest version](https://img.shields.io/npm/v/parse-server/latest.svg)](https://www.npmjs.com/package/parse-server)

965
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -20,7 +20,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@apollo/server": "4.12.0",
"@apollo/server": "4.12.1",
"@babel/eslint-parser": "7.27.1",
"@graphql-tools/merge": "9.0.24",
"@graphql-tools/schema": "10.0.23",
@@ -46,7 +46,7 @@
"lodash": "4.17.21",
"lru-cache": "10.4.0",
"mime": "4.0.7",
"mongodb": "6.16.0",
"mongodb": "6.17.0",
"mustache": "4.2.0",
"otpauth": "9.4.0",
"parse": "6.1.1",
@@ -70,7 +70,7 @@
"@actions/core": "1.11.1",
"@apollo/client": "3.13.8",
"@babel/cli": "7.27.0",
"@babel/core": "7.27.3",
"@babel/core": "7.27.4",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-flow-strip-types": "7.26.5",
"@babel/preset-env": "7.27.2",
@@ -90,27 +90,27 @@
"eslint": "9.27.0",
"eslint-plugin-expect-type": "0.6.2",
"flow-bin": "0.271.0",
"form-data": "4.0.2",
"form-data": "4.0.3",
"globals": "16.2.0",
"graphql-tag": "2.12.6",
"husky": "9.1.7",
"jasmine": "5.6.0",
"jasmine": "5.7.1",
"jasmine-spec-reporter": "7.0.0",
"jsdoc": "4.0.4",
"jsdoc-babel": "0.5.0",
"lint-staged": "15.5.1",
"lint-staged": "16.1.0",
"m": "1.9.1",
"madge": "8.0.0",
"mock-files-adapter": "file:spec/dependencies/mock-files-adapter",
"mock-mail-adapter": "file:spec/dependencies/mock-mail-adapter",
"mongodb-runner": "5.8.2",
"mongodb-runner": "5.8.3",
"node-abort-controller": "3.1.1",
"node-fetch": "3.2.10",
"nyc": "17.1.0",
"prettier": "2.0.5",
"semantic-release": "24.2.5",
"typescript": "5.8.3",
"typescript-eslint": "8.33.0",
"typescript-eslint": "8.33.1",
"yaml": "2.8.0"
},
"scripts": {