Updated deps

This commit is contained in:
DrMint 2024-07-28 21:03:51 +02:00
parent 02bfd949b0
commit fd0908a88b
2 changed files with 14 additions and 14 deletions

24
package-lock.json generated
View File

@ -11,9 +11,9 @@
"meilisearch": "^0.41.0"
},
"devDependencies": {
"@types/node": "^20.14.9",
"@types/node": "^22.0.0",
"tsx": "^4.16.2",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
},
"node_modules/@esbuild/aix-ppc64": {
@ -385,12 +385,12 @@
}
},
"node_modules/@types/node": {
"version": "20.14.9",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.9.tgz",
"integrity": "sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==",
"version": "22.0.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.0.0.tgz",
"integrity": "sha512-VT7KSYudcPOzP5Q0wfbowyNLaVR8QWUdw+088uFWwfvpY6uCWaXpqV6ieLAu9WBcnTa7H4Z5RLK8I5t2FuOcqw==",
"dev": true,
"dependencies": {
"undici-types": "~5.26.4"
"undici-types": "~6.11.1"
}
},
"node_modules/cross-fetch": {
@ -526,9 +526,9 @@
}
},
"node_modules/typescript": {
"version": "5.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
"integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
"version": "5.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@ -539,9 +539,9 @@
}
},
"node_modules/undici-types": {
"version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
"version": "6.11.1",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.11.1.tgz",
"integrity": "sha512-mIDEX2ek50x0OlRgxryxsenE5XaQD4on5U2inY7RApK3SOJpofyw7uW2AyfMKkhAxXIceo2DeWGVGwyvng1GNQ==",
"dev": true
},
"node_modules/webidl-conversions": {

View File

@ -12,8 +12,8 @@
"meilisearch": "^0.41.0"
},
"devDependencies": {
"@types/node": "^20.14.9",
"@types/node": "^22.0.0",
"tsx": "^4.16.2",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}