chore(deps): update dependency typescript to v5

This commit is contained in:
renovate[bot] 2024-03-12 21:53:31 +00:00 committed by kolaente
parent bb2d2ade1b
commit f2216dcea1
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -17,7 +17,7 @@
"n8n-core": "*",
"n8n-workflow": "*",
"prettier": "^3.0.0",
"typescript": "~4.9.0"
"typescript": "~5.4.0"
}
},
"node_modules/@eslint-community/eslint-utils": {
@ -7464,16 +7464,16 @@
"dev": true
},
"node_modules/typescript": {
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"version": "5.4.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz",
"integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
"node": ">=14.17"
}
},
"node_modules/unc-path-regex": {
@ -13762,9 +13762,9 @@
"dev": true
},
"typescript": {
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"version": "5.4.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz",
"integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==",
"dev": true
},
"unc-path-regex": {

View File

@ -46,6 +46,6 @@
"n8n-core": "*",
"n8n-workflow": "*",
"prettier": "^3.0.0",
"typescript": "~4.9.0"
"typescript": "~5.4.0"
}
}