Skip to content

Commit 7b8ba05

Browse files
authored
refactor: Bump parse from 7.1.2 to 8.5.0 (#3295)
1 parent aa1d94b commit 7b8ba05

3 files changed

Lines changed: 13 additions & 86 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ jobs:
103103
matrix:
104104
include:
105105
- name: Node 20
106-
NODE_VERSION: 20.18.0
106+
NODE_VERSION: 20.19.0
107107
- name: Node 22
108108
NODE_VERSION: 22.12.0
109109
- name: Node 24
110-
NODE_VERSION: 24.0.0
110+
NODE_VERSION: 24.1.0
111111
fail-fast: false
112112
name: ${{ matrix.name }}
113113
timeout-minutes: 15

package-lock.json

Lines changed: 9 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"node-fetch": "3.3.2",
6262
"otpauth": "8.0.3",
6363
"package-json": "7.0.0",
64-
"parse": "7.1.2",
64+
"parse": "8.5.0",
6565
"passport": "0.7.0",
6666
"passport-local": "1.0.0",
6767
"prismjs": "1.30.0",
@@ -152,7 +152,7 @@
152152
"parse-dashboard": "./bin/parse-dashboard"
153153
},
154154
"engines": {
155-
"node": ">=20.18.0 <21.0.0 || >=22.12.0 <23.0.0 || >=24.0.0 <25.0.0"
155+
"node": ">=20.19.0 <21.0.0 || >=22.12.0 <23.0.0 || >=24.1.0 <25.0.0"
156156
},
157157
"main": "Parse-Dashboard/app.js",
158158
"jest": {

0 commit comments

Comments
 (0)