Merge pull request #193 from PrismLauncher/renovate/node-20.x

This commit is contained in:
Sefa Eyeoglu 2023-06-26 12:17:12 +02:00 committed by GitHub
commit 9c18ff26a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -16,7 +16,7 @@
"tsx": "3.12.7" "tsx": "3.12.7"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "20.2.5", "@types/node": "20.3.1",
"@typescript-eslint/eslint-plugin": "5.60.0", "@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0", "@typescript-eslint/parser": "5.60.0",
"dotenv": "16.1.4", "dotenv": "16.1.4",

10
pnpm-lock.yaml generated
View file

@ -23,8 +23,8 @@ dependencies:
devDependencies: devDependencies:
'@types/node': '@types/node':
specifier: 20.2.5 specifier: 20.3.1
version: 20.2.5 version: 20.3.1
'@typescript-eslint/eslint-plugin': '@typescript-eslint/eslint-plugin':
specifier: 5.60.0 specifier: 5.60.0
version: 5.60.0(@typescript-eslint/parser@5.60.0)(eslint@8.42.0)(typescript@5.1.3) version: 5.60.0(@typescript-eslint/parser@5.60.0)(eslint@8.42.0)(typescript@5.1.3)
@ -434,8 +434,8 @@ packages:
resolution: {integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==} resolution: {integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==}
dev: true dev: true
/@types/node@20.2.5: /@types/node@20.3.1:
resolution: {integrity: sha512-JJulVEQXmiY9Px5axXHeYGLSjhkZEnD+MDPDGbCbIAbMslkKwmygtZFy1X6s/075Yo94sf8GuSlFfPzysQrWZQ==} resolution: {integrity: sha512-EhcH/wvidPy1WeML3TtYFGR83UzjxeWRen9V402T8aUGYsCHOmfoisV3ZSg03gAFIbLq8TnWOJ0f4cALtnSEUg==}
/@types/semver@7.5.0: /@types/semver@7.5.0:
resolution: {integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==} resolution: {integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==}
@ -444,7 +444,7 @@ packages:
/@types/ws@8.5.4: /@types/ws@8.5.4:
resolution: {integrity: sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==} resolution: {integrity: sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==}
dependencies: dependencies:
'@types/node': 20.2.5 '@types/node': 20.3.1
dev: false dev: false
/@typescript-eslint/eslint-plugin@5.60.0(@typescript-eslint/parser@5.60.0)(eslint@8.42.0)(typescript@5.1.3): /@typescript-eslint/eslint-plugin@5.60.0(@typescript-eslint/parser@5.60.0)(eslint@8.42.0)(typescript@5.1.3):