[sandbox] Update deps

This commit is contained in:
orosmatthew 2023-11-05 21:11:12 -05:00
parent 52343e792f
commit 7ca8a6aadc
2 changed files with 9 additions and 9 deletions

View File

@ -17,7 +17,7 @@
},
"devDependencies": {
"@types/fs-extra": "^11.0.3",
"@types/node": "^20.8.7",
"@types/node": "^20.8.10",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
}
@ -55,12 +55,12 @@
}
},
"node_modules/@types/node": {
"version": "20.8.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.7.tgz",
"integrity": "sha512-21TKHHh3eUHIi2MloeptJWALuCu5H7HQTdTrWIFReA8ad+aggoX+lRes3ex7/FtpC+sVUpFMQ+QTfYr74mruiQ==",
"version": "20.8.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.10.tgz",
"integrity": "sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w==",
"dev": true,
"dependencies": {
"undici-types": "~5.25.1"
"undici-types": "~5.26.4"
}
},
"node_modules/debug": {
@ -167,9 +167,9 @@
}
},
"node_modules/undici-types": {
"version": "5.25.3",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.25.3.tgz",
"integrity": "sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==",
"version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
"dev": true
},
"node_modules/universalify": {

View File

@ -13,7 +13,7 @@
"license": "ISC",
"devDependencies": {
"@types/fs-extra": "^11.0.3",
"@types/node": "^20.8.7",
"@types/node": "^20.8.10",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
},