1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #3060 from jellyfin/dependabot/npm_and_yarn/typescript-4.4.4

Bump typescript from 4.4.3 to 4.4.4
This commit is contained in:
Bill Thornton 2021-10-13 11:36:37 -04:00 committed by GitHub
commit e7ea7bb6da
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

@ -16549,9 +16549,9 @@
}
},
"typescript": {
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz",
"integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==",
"version": "4.4.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz",
"integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==",
"dev": true
},
"unbox-primitive": {

View file

@ -50,7 +50,7 @@
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.21.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"typescript": "^4.4.4",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.3.1",