feat: Upgrade to parse 8.0.0 (#9976)

This commit is contained in:
Manuel
2025-12-12 17:58:03 +01:00
committed by GitHub
parent 74f85e9b16
commit f9970d4bb2
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -37,7 +37,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": "7.1.2", "parse": "8.0.0",
"path-to-regexp": "6.3.0", "path-to-regexp": "6.3.0",
"pg-monitor": "3.0.0", "pg-monitor": "3.0.0",
"pg-promise": "12.2.0", "pg-promise": "12.2.0",
@@ -18719,9 +18719,9 @@
} }
}, },
"node_modules/parse": { "node_modules/parse": {
"version": "7.1.2", "version": "8.0.0",
"resolved": "https://registry.npmjs.org/parse/-/parse-7.1.2.tgz", "resolved": "https://registry.npmjs.org/parse/-/parse-8.0.0.tgz",
"integrity": "sha512-PXcPZDElBni06WPMxg0e6XmvgYBu3v39pRezZDbsomi8y9k1uNEDO/uICIqndw8jdES2ZfVpHp0TQoar2SObHQ==", "integrity": "sha512-T1PGLe+HaySulYSrS598tXZASgMwMAq8yQOJHtNEfxi14eYnbM89h51SXckEocIyHpOX/YnUY0C9iHH6ZTJ+Xg==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/runtime-corejs3": "7.28.4", "@babel/runtime-corejs3": "7.28.4",
@@ -18731,7 +18731,7 @@
"ws": "8.18.3" "ws": "8.18.3"
}, },
"engines": { "engines": {
"node": "18 || 19 || 20 || 22 || 24" "node": ">=20.19.0 <21 || >=22.12.0 <23 || >=24.1.0 <25"
} }
}, },
"node_modules/parse-json": { "node_modules/parse-json": {
@@ -36132,9 +36132,9 @@
} }
}, },
"parse": { "parse": {
"version": "7.1.2", "version": "8.0.0",
"resolved": "https://registry.npmjs.org/parse/-/parse-7.1.2.tgz", "resolved": "https://registry.npmjs.org/parse/-/parse-8.0.0.tgz",
"integrity": "sha512-PXcPZDElBni06WPMxg0e6XmvgYBu3v39pRezZDbsomi8y9k1uNEDO/uICIqndw8jdES2ZfVpHp0TQoar2SObHQ==", "integrity": "sha512-T1PGLe+HaySulYSrS598tXZASgMwMAq8yQOJHtNEfxi14eYnbM89h51SXckEocIyHpOX/YnUY0C9iHH6ZTJ+Xg==",
"requires": { "requires": {
"@babel/runtime-corejs3": "7.28.4", "@babel/runtime-corejs3": "7.28.4",
"crypto-js": "4.2.0", "crypto-js": "4.2.0",

View File

@@ -47,7 +47,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": "7.1.2", "parse": "8.0.0",
"path-to-regexp": "6.3.0", "path-to-regexp": "6.3.0",
"pg-monitor": "3.0.0", "pg-monitor": "3.0.0",
"pg-promise": "12.2.0", "pg-promise": "12.2.0",