Merge pull request #304 from JonasKruckenberg/renovate/node-20.x

This commit is contained in:
Jonas Kruckenberg 2024-01-16 09:40:57 +01:00 committed by GitHub
commit b4d88a8ebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 5 deletions

View File

@ -32,7 +32,7 @@
"tiny-glob": "^0.2.9"
},
"devDependencies": {
"@types/node": "18.18.0",
"@types/node": "20.11.3",
"@typescript-eslint/parser": "6.7.0",
"@vercel/ncc": "0.38.0",
"eslint": "8.49.0",

14
pnpm-lock.yaml generated
View File

@ -29,8 +29,8 @@ dependencies:
devDependencies:
'@types/node':
specifier: 18.18.0
version: 18.18.0
specifier: 20.11.3
version: 20.11.3
'@typescript-eslint/parser':
specifier: 6.7.0
version: 6.7.0(eslint@8.49.0)(typescript@5.3.3)
@ -310,8 +310,10 @@ packages:
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
dev: true
/@types/node@18.18.0:
resolution: {integrity: sha512-3xA4X31gHT1F1l38ATDIL9GpRLdwVhnEFC8Uikv5ZLlXATwrCYyPq7ZWHxzxc3J/30SUiwiYT+bQe0/XvKlWbw==}
/@types/node@20.11.3:
resolution: {integrity: sha512-nrlmbvGPNGaj84IJZXMPhQuCMEVTT/hXZMJJG/aIqVL9fKxqk814sGGtJA4GI6hpJSLQjpi6cn0Qx9eOf9SDVg==}
dependencies:
undici-types: 5.26.5
dev: true
/@types/semver@7.5.1:
@ -2342,6 +2344,10 @@ packages:
which-boxed-primitive: 1.0.2
dev: true
/undici-types@5.26.5:
resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
dev: true
/untildify@4.0.0:
resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==}
engines: {node: '>=8'}