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

Update dependency @types/escape-html to v1.0.2

This commit is contained in:
renovate[bot] 2022-08-17 19:53:47 +00:00 committed by GitHub
parent 810f5737e1
commit 0da50a3624
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -62,7 +62,7 @@
"@babel/preset-react": "7.16.7", "@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7", "@babel/preset-typescript": "7.16.7",
"@thornbill/jellyfin-sdk": "0.4.1", "@thornbill/jellyfin-sdk": "0.4.1",
"@types/escape-html": "1.0.1", "@types/escape-html": "1.0.2",
"@types/lodash-es": "4.17.6", "@types/lodash-es": "4.17.6",
"@types/react": "17.0.40", "@types/react": "17.0.40",
"@types/react-dom": "17.0.13", "@types/react-dom": "17.0.13",
@ -3721,9 +3721,9 @@
} }
}, },
"node_modules/@types/escape-html": { "node_modules/@types/escape-html": {
"version": "1.0.1", "version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/escape-html/-/escape-html-1.0.1.tgz", "resolved": "https://registry.npmjs.org/@types/escape-html/-/escape-html-1.0.2.tgz",
"integrity": "sha512-4mI1FuUUZiuT95fSVqvZxp/ssQK9zsa86S43h9x3zPOSU9BBJ+BfDkXwuaU7BfsD+e7U0/cUUfJFk3iW2M4okA==", "integrity": "sha512-gaBLT8pdcexFztLSPRtriHeXY/Kn4907uOCZ4Q3lncFBkheAWOuNt53ypsF8szgxbEJ513UeBzcf4utN0EzEwA==",
"dev": true "dev": true
}, },
"node_modules/@types/eslint": { "node_modules/@types/eslint": {
@ -23567,9 +23567,9 @@
} }
}, },
"@types/escape-html": { "@types/escape-html": {
"version": "1.0.1", "version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/escape-html/-/escape-html-1.0.1.tgz", "resolved": "https://registry.npmjs.org/@types/escape-html/-/escape-html-1.0.2.tgz",
"integrity": "sha512-4mI1FuUUZiuT95fSVqvZxp/ssQK9zsa86S43h9x3zPOSU9BBJ+BfDkXwuaU7BfsD+e7U0/cUUfJFk3iW2M4okA==", "integrity": "sha512-gaBLT8pdcexFztLSPRtriHeXY/Kn4907uOCZ4Q3lncFBkheAWOuNt53ypsF8szgxbEJ513UeBzcf4utN0EzEwA==",
"dev": true "dev": true
}, },
"@types/eslint": { "@types/eslint": {

View file

@ -15,7 +15,7 @@
"@babel/preset-react": "7.16.7", "@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7", "@babel/preset-typescript": "7.16.7",
"@thornbill/jellyfin-sdk": "0.4.1", "@thornbill/jellyfin-sdk": "0.4.1",
"@types/escape-html": "1.0.1", "@types/escape-html": "1.0.2",
"@types/lodash-es": "4.17.6", "@types/lodash-es": "4.17.6",
"@types/react": "17.0.40", "@types/react": "17.0.40",
"@types/react-dom": "17.0.13", "@types/react-dom": "17.0.13",