Skip to content

Commit

Permalink
Update Node.js to v14.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 14, 2024
1 parent 371e005 commit c05d535
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/cors": "^2.8.10",
"@types/jasmine": "^3.6.4",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^14.14.35",
"@types/node": "^14.18.63",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"cors": "^2.8.5",
Expand Down
2 changes: 1 addition & 1 deletion samples/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@angular/cli": "^11.2.2",
"@angular/compiler-cli": "^11.2.3",
"@angular/language-service": "^11.2.3",
"@types/node": "^14.14.35",
"@types/node": "^14.18.63",
"ts-node": "~9.0.0",
"typescript": "~4.1.5"
}
Expand Down
2 changes: 1 addition & 1 deletion samples/firebase-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "firebase-demo-functions",
"private": true,
"engines": {
"node": "14"
"node": "14.21.3"
},
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit c05d535

Please sign in to comment.