Merge pull request #135 from CompeyDev/dependabot/npm_and_yarn/typescript-5.5.4

Bump typescript from 5.5.3 to 5.5.4
This commit is contained in:
Erica Marigold 2024-07-23 20:59:00 +05:30 committed by GitHub
commit 9c6535d442
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -1911,9 +1911,9 @@
"optional": true
},
"typescript": {
"version": "5.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
"integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
"version": "5.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
"dev": true
},
"undici-types": {

View file

@ -24,7 +24,7 @@
"@typescript-eslint/parser": "^4.33.0",
"electron": "^31.2.1",
"eslint": "^7.32.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"dependencies": {}
}