chore(deps): update dependency typescript to ~4.9.0

This commit is contained in:
renovate[bot] 2024-03-12 21:45:20 +00:00 committed by kolaente
parent 855319082d
commit 5d935818c8
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -17,7 +17,7 @@
"n8n-core": "*", "n8n-core": "*",
"n8n-workflow": "*", "n8n-workflow": "*",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"typescript": "~4.8.4" "typescript": "~4.9.0"
} }
}, },
"node_modules/@eslint-community/eslint-utils": { "node_modules/@eslint-community/eslint-utils": {
@ -6677,9 +6677,9 @@
"dev": true "dev": true
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.8.4", "version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
@ -12371,9 +12371,9 @@
"dev": true "dev": true
}, },
"typescript": { "typescript": {
"version": "4.8.4", "version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"dev": true "dev": true
}, },
"unc-path-regex": { "unc-path-regex": {

View File

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