Skip to content

Commit

Permalink
Upgrade types/node dev depdendency to 16.18.68 (#7878)
Browse files Browse the repository at this point in the history
The Firetore build process logged errors when importing undici complaining about a lack of definition of Blob. This change updates the @types/node version from 12.20.50 to 16.18.68 which fixes the issue.
  • Loading branch information
DellaBitta committed Dec 18, 2023
1 parent ac7fee1 commit f5882cb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@types/long": "4.0.2",
"@types/mocha": "9.1.1",
"@types/mz": "2.7.4",
"@types/node": "12.20.50",
"@types/node": "16.18.68",
"@types/request": "2.48.8",
"@types/sinon": "9.0.11",
"@types/sinon-chai": "3.2.9",
Expand Down
21 changes: 13 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3487,7 +3487,7 @@
"@types/node" "*"
form-data "^3.0.0"

"@types/node@*", "@types/node@12.20.50", "@types/node@>=10.0.0", "@types/node@^12.7.1":
"@types/node@*", "@types/node@>=10.0.0", "@types/node@^12.7.1":
version "12.20.50"
resolved "https://registry.npmjs.org/@types/node/-/node-12.20.50.tgz"
integrity sha512-+9axpWx2b2JCVovr7Ilgt96uc6C1zBKOQMpGtRbWT9IoR/8ue32GGMfGA4woP8QyP2gBs6GQWEVM3tCybGCxDA==
Expand All @@ -3497,6 +3497,18 @@
resolved "https://registry.npmjs.org/@types/node/-/node-10.17.13.tgz"
integrity sha512-pMCcqU2zT4TjqYFrWtYHKal7Sl30Ims6ulZ4UFXxI4xbtQqK/qqKwkDoBFCfooRqqmRu9vY3xaJRwxSh673aYg==

"@types/node@16.18.68":
version "16.18.68"
resolved "https://registry.npmjs.org/@types/node/-/node-16.18.68.tgz#3155f64a961b3d8d10246c80657f9a7292e3421a"
integrity sha512-sG3hPIQwJLoewrN7cr0dwEy+yF5nD4D/4FxtQpFciRD/xwUzgD+G05uxZHv5mhfXo4F9Jkp13jjn0CC2q325sg==

"@types/node@20.8.10":
version "20.8.10"
resolved "https://registry.npmjs.org/@types/node/-/node-20.8.10.tgz#a5448b895c753ae929c26ce85cab557c6d4a365e"
integrity sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w==
dependencies:
undici-types "~5.26.4"

"@types/node@>=12.12.47":
version "16.9.6"
resolved "https://registry.npmjs.org/@types/node/-/node-16.9.6.tgz"
Expand All @@ -3509,13 +3521,6 @@
dependencies:
undici-types "~5.26.4"

"@types/node@20.8.10":
version "20.8.10"
resolved "https://registry.npmjs.org/@types/node/-/node-20.8.10.tgz#a5448b895c753ae929c26ce85cab557c6d4a365e"
integrity sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w==
dependencies:
undici-types "~5.26.4"

"@types/normalize-package-data@^2.4.0":
version "2.4.1"
resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz"
Expand Down

0 comments on commit f5882cb

Please sign in to comment.