Merge pull request 'chore(deps): update dependency @types/node to v20.8.7' (#5) from renovate/node-20.x-lockfile into master
Some checks failed
deploy / deploy (push) Failing after 5s

Reviewed-on: #5
This commit is contained in:
Lee 2023-10-19 15:45:36 +00:00
commit 7478f6bebf
2 changed files with 8 additions and 8 deletions

6
package-lock.json generated

@ -588,9 +588,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "20.8.6",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.6.tgz",
"integrity": "sha512-eWO4K2Ji70QzKUqRy6oyJWUeB7+g2cRagT3T/nxYibYcT4y2BDL8lqolRXjTHmkZCdJfIPaY73KbJAZmcryxTQ==",
"version": "20.8.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.7.tgz",
"integrity": "sha512-21TKHHh3eUHIi2MloeptJWALuCu5H7HQTdTrWIFReA8ad+aggoX+lRes3ex7/FtpC+sVUpFMQ+QTfYr74mruiQ==",
"dependencies": {
"undici-types": "~5.25.1"
}

@ -318,10 +318,10 @@
"@types/node" "*"
form-data "^4.0.0"
"@types/node@*", "@types/node@^20":
version "20.8.6"
resolved "https://registry.npmjs.org/@types/node/-/node-20.8.6.tgz"
integrity sha512-eWO4K2Ji70QzKUqRy6oyJWUeB7+g2cRagT3T/nxYibYcT4y2BDL8lqolRXjTHmkZCdJfIPaY73KbJAZmcryxTQ==
"@types/node@*", "@types/node@^20.8.7":
version "20.8.7"
resolved "https://registry.npmjs.org/@types/node/-/node-20.8.7.tgz"
integrity sha512-21TKHHh3eUHIi2MloeptJWALuCu5H7HQTdTrWIFReA8ad+aggoX+lRes3ex7/FtpC+sVUpFMQ+QTfYr74mruiQ==
dependencies:
undici-types "~5.25.1"
@ -3323,7 +3323,7 @@ unbox-primitive@^1.0.2:
undici-types@~5.25.1:
version "5.25.3"
resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.25.3.tgz"
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.25.3.tgz#e044115914c85f0bcbb229f346ab739f064998c3"
integrity sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==
unique-filename@^1.1.1: