feat: Upgrade to parse 7.1.1 (#9954)

This commit is contained in:
Manuel
2025-12-01 19:11:20 +01:00
committed by GitHub
parent a906a11107
commit fa57d69cbe
2 changed files with 10 additions and 47 deletions

53
package-lock.json generated
View File

@@ -37,7 +37,7 @@
"mongodb": "6.20.0",
"mustache": "4.2.0",
"otpauth": "9.4.0",
"parse": "7.0.1",
"parse": "7.1.1",
"path-to-regexp": "6.3.0",
"pg-monitor": "3.0.0",
"pg-promise": "12.2.0",
@@ -18688,22 +18688,17 @@
}
},
"node_modules/parse": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/parse/-/parse-7.0.1.tgz",
"integrity": "sha512-6hCnE8EWky/MqDtlpMnztzL0BEEsU3jVI7iKl2+AlJeSAeWkCgkPcb30eBNq57FcCnqWWC6uVJAaUMmX3+zrvg==",
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/parse/-/parse-7.1.1.tgz",
"integrity": "sha512-iqV+y9CqgJmh529chMuuswe8DSQYcUcF2bwnsA61WBpcI6W6kIQHt4avs+XlmEDMB0twYELdMET+QaKbUkBHBw==",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "7.28.4",
"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": {
@@ -18733,25 +18728,6 @@
"node": ">=6"
}
},
"node_modules/parse/node_modules/idb-keyval": {
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/idb-keyval/-/idb-keyval-6.2.2.tgz",
"integrity": "sha512-yjD9nARJ/jb1g+CvD0tlhUHOrJ9Sy0P8T9MF3YaLlHnSRpwPfpTX0XIvpmw3gAJUmEu3FiICLBDPXVwyEvrleg==",
"license": "Apache-2.0"
},
"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/parse/node_modules/ws": {
"version": "8.18.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
@@ -36073,28 +36049,15 @@
}
},
"parse": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/parse/-/parse-7.0.1.tgz",
"integrity": "sha512-6hCnE8EWky/MqDtlpMnztzL0BEEsU3jVI7iKl2+AlJeSAeWkCgkPcb30eBNq57FcCnqWWC6uVJAaUMmX3+zrvg==",
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/parse/-/parse-7.1.1.tgz",
"integrity": "sha512-iqV+y9CqgJmh529chMuuswe8DSQYcUcF2bwnsA61WBpcI6W6kIQHt4avs+XlmEDMB0twYELdMET+QaKbUkBHBw==",
"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": {
"idb-keyval": {
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/idb-keyval/-/idb-keyval-6.2.2.tgz",
"integrity": "sha512-yjD9nARJ/jb1g+CvD0tlhUHOrJ9Sy0P8T9MF3YaLlHnSRpwPfpTX0XIvpmw3gAJUmEu3FiICLBDPXVwyEvrleg=="
},
"uuid": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ=="
},
"ws": {
"version": "8.18.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",

View File

@@ -47,7 +47,7 @@
"mongodb": "6.20.0",
"mustache": "4.2.0",
"otpauth": "9.4.0",
"parse": "7.0.1",
"parse": "7.1.1",
"path-to-regexp": "6.3.0",
"pg-monitor": "3.0.0",
"pg-promise": "12.2.0",
@@ -64,11 +64,11 @@
"ws": "8.18.2"
},
"devDependencies": {
"@babel/eslint-parser": "7.28.0",
"@actions/core": "1.11.1",
"@apollo/client": "3.13.8",
"@babel/cli": "7.27.0",
"@babel/core": "7.27.4",
"@babel/eslint-parser": "7.28.0",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-flow-strip-types": "7.26.5",
"@babel/preset-env": "7.27.2",