Merge pull request #46 from immutable-actions/dependabot/npm_and_yarn/typescript-5.3.3

Bump typescript from 5.3.2 to 5.3.3
This commit is contained in:
David Daly
2024-01-30 15:42:35 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -40,7 +40,7 @@
"prettier": "^3.1.0",
"prettier-eslint": "^16.1.2",
"ts-jest": "^29.1.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"engines": {
"node": ">=20"
@@ -7670,9 +7670,9 @@
}
},
"node_modules/typescript": {
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz",
"integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==",
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
+1 -1
View File
@@ -97,6 +97,6 @@
"prettier": "^3.1.0",
"prettier-eslint": "^16.1.2",
"ts-jest": "^29.1.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
}
}