Skip to content

Commit

Permalink
chore(deps): update node.js to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 12, 2023
1 parent adeb466 commit cf81b38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"emulators": "firebase emulators:start"
},
"engines": {
"node": "14"
"node": "18"
},
"main": "lib/index.js",
"resolutions": {
Expand All @@ -30,7 +30,7 @@
"firebase-functions": "3.16.0"
},
"devDependencies": {
"@types/node": "14.18.3",
"@types/node": "18.18.5",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
Expand Down
8 changes: 4 additions & 4 deletions functions/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -709,10 +709,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.7.8.tgz#2448be5f24fe6b77114632b6350fcd219334651e"
integrity sha512-8upnoQU0OPzbIkm+ZMM0zCeFCkw2s3mS0IWdx0+AAaWqm4fkBb0UJp8Edl7FVKRamYbpJC/aVsHpKWBIbiC7Zg==

"@types/node@14.18.3":
version "14.18.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.3.tgz#b3682cfd9d5542b025df13233d073cb4347f63f3"
integrity sha512-GtTH2crF4MtOIrrAa+jgTV9JX/PfoUCYr6MiZw7O/dkZu5b6gm5dc1nAL0jwGo4ortSBBtGyeVaxdC8X6V+pLg==
"@types/node@18.18.5":
version "18.18.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.5.tgz#afc0fd975df946d6e1add5bbf98264225b212244"
integrity sha512-4slmbtwV59ZxitY4ixUZdy1uRLf9eSIvBWPQxNjhHYWEtn0FryfKpyS2cvADYXTayWdKEIsJengncrVvkI4I6A==

"@types/node@>=12.13.0 < 13":
version "12.20.21"
Expand Down

0 comments on commit cf81b38

Please sign in to comment.