Merge pull request #68 from CompeyDev/dependabot/npm_and_yarn/typescript-5.1.6

Bump typescript from 5.1.3 to 5.1.6
This commit is contained in:
Erica Marigold 2023-07-13 23:14:50 +05:30 committed by GitHub
commit 0791901ba2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -1866,9 +1866,9 @@
"optional": true
},
"typescript": {
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz",
"integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==",
"version": "5.1.6",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz",
"integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==",
"dev": true
},
"universalify": {

View file

@ -24,7 +24,7 @@
"@typescript-eslint/parser": "^4.33.0",
"electron": "^25.3.0",
"eslint": "^7.32.0",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
},
"dependencies": {}
}