Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Update dependency node to v14.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2023
1 parent b9dad7e commit de1f7ea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.20.0
14.21.3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/mocha": "10.0.0",
"@types/mock-require": "2.0.1",
"@types/mz": "2.7.4",
"@types/node": "14.18.28",
"@types/node": "14.18.57",
"@types/node-fetch": "3.0.2",
"@types/recursive-readdir": "2.2.1",
"@types/uuid": "8.3.4",
Expand Down
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dist"
],
"engines": {
"node": ">=v14.20.0"
"node": ">=v14.21.3"
},
"browserslist": [
"last 1 Chrome versions",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1724,10 +1724,10 @@
dependencies:
node-fetch "*"

"@types/node@*", "@types/node@14.18.28":
version "14.18.28"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.28.tgz#ddb82da2fff476a8e827e8773c84c19d9c235278"
integrity sha512-CK2fnrQlIgKlCV3N2kM+Gznb5USlwA1KFX3rJVHmgVk6NJxFPuQ86pAcvKnu37IA4BGlSRz7sEE1lHL1aLZ/eQ==
"@types/node@*", "@types/node@14.18.57":
version "14.18.57"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.57.tgz#5c0d143f7437ed847b7ae05392440d77984d429b"
integrity sha512-AV54VmsNLLPoUm+EBroYLyXQUI8kfG+oFIocRw5DjA6R+8wg7VV1Vqoi9sdjbjk1Zmxhxp+ecLqLdybnfV6MGQ==

"@types/normalize-package-data@^2.4.0":
version "2.4.0"
Expand Down

0 comments on commit de1f7ea

Please sign in to comment.