Merge pull request #961 from actions/dependabot/npm_and_yarn/typescript-5.0.2

build(deps-dev): bump typescript from 4.9.4 to 5.0.2
This commit is contained in:
Milos Pantic 2023-03-21 23:19:43 +01:00 committed by GitHub
commit 4f29769aee
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

@ -8214,9 +8214,9 @@
"dev": true "dev": true
}, },
"typescript": { "typescript": {
"version": "4.9.4", "version": "5.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==", "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==",
"dev": true "dev": true
}, },
"uglify-js": { "uglify-js": {

View File

@ -64,6 +64,6 @@
"standard-version": "^9.3.1", "standard-version": "^9.3.1",
"terminal-link": "^2.1.1", "terminal-link": "^2.1.1",
"ts-jest": "^29.0.5", "ts-jest": "^29.0.5",
"typescript": "^4.9.4" "typescript": "^5.0.2"
} }
} }