Bump typescript from 5.0.4 to 5.1.6 in /dependencies (#4428)

This commit is contained in:
dependabot[bot] 2023-07-09 21:49:07 +00:00 committed by GitHub
parent 22e9c118d4
commit b06bf74f99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
dependencies/package-lock.json generated vendored
View file

@ -55,7 +55,7 @@
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-terminology": "^3.0.4",
"ts-standard": "^12.0.2",
"typescript": "^5.0.4"
"typescript": "^5.1.6"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -10905,15 +10905,15 @@
}
},
"node_modules/typescript": {
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz",
"integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==",
"version": "5.1.6",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz",
"integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=12.20"
"node": ">=14.17"
}
},
"node_modules/uc.micro": {

View file

@ -50,6 +50,6 @@
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-terminology": "^3.0.4",
"ts-standard": "^12.0.2",
"typescript": "^5.0.4"
"typescript": "^5.1.6"
}
}