Skip to content

Commit

Permalink
Bump express version to fix out of bounds characters
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Oct 14, 2024
1 parent 4e300ce commit 15dac9b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"jshint": "~2.13",
"puppeteer": "~23.2",
"puppeteer": "~23.5",
"puppeteer-browser-ready": "~1.3"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,29 +63,29 @@
"puppeteer": "^15 || ^16 || ^17 || ^18 || ^19.7 || ^20 || ^21 || ^22.8 || ^23"
},
"dependencies": {
"express": "~4.19",
"express": "~4.21",
"http-terminator": "~3.2",
"node-html-parser": "~6.1"
},
"devDependencies": {
"@eslint/js": "~9.9",
"@types/express": "~4.17",
"@eslint/js": "~9.12",
"@types/express": "~5.0",
"@types/mocha": "~10.0",
"@types/node": "~22.5",
"@types/node": "~22.7",
"@types/ws": "~8.5",
"add-dist-header": "~1.4",
"assert-deep-strict-equal": "~1.2",
"copy-file-util": "~1.2",
"copy-folder-util": "~1.1",
"eslint": "~9.9",
"eslint": "~9.12",
"jshint": "~2.13",
"mocha": "~10.7",
"open": "~10.1",
"puppeteer": "~23.2",
"puppeteer": "~23.5",
"rimraf": "~6.0",
"run-scripts-util": "~1.3",
"typescript": "~5.5",
"typescript-eslint": "~8.3",
"typescript": "~5.6",
"typescript-eslint": "~8.8",
"w3c-html-validator": "~1.8"
}
}

0 comments on commit 15dac9b

Please sign in to comment.