Merge pull request #4949 from jellyfin/renovate/escape-html-1.x

This commit is contained in:
Bill Thornton 2023-11-08 22:17:45 -05:00 committed by GitHub
commit d58527c742
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

@ -67,7 +67,7 @@
"@babel/plugin-transform-modules-umd": "7.18.6",
"@babel/preset-env": "7.21.5",
"@babel/preset-react": "7.18.6",
"@types/escape-html": "1.0.2",
"@types/escape-html": "1.0.3",
"@types/loadable__component": "5.13.4",
"@types/lodash-es": "4.17.7",
"@types/react": "17.0.59",
@ -3930,9 +3930,9 @@
}
},
"node_modules/@types/escape-html": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/escape-html/-/escape-html-1.0.2.tgz",
"integrity": "sha512-gaBLT8pdcexFztLSPRtriHeXY/Kn4907uOCZ4Q3lncFBkheAWOuNt53ypsF8szgxbEJ513UeBzcf4utN0EzEwA==",
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@types/escape-html/-/escape-html-1.0.3.tgz",
"integrity": "sha512-QbNxKa2IX2y/9eGiy4w8rrwk//ERHXA6zwYVRA3+ayA/D3pkz+/bLL4b5uSLA0L0kPuNX1Jbv9HyPzv9T4zbJQ==",
"dev": true
},
"node_modules/@types/eslint": {
@ -24059,9 +24059,9 @@
}
},
"@types/escape-html": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/escape-html/-/escape-html-1.0.2.tgz",
"integrity": "sha512-gaBLT8pdcexFztLSPRtriHeXY/Kn4907uOCZ4Q3lncFBkheAWOuNt53ypsF8szgxbEJ513UeBzcf4utN0EzEwA==",
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@types/escape-html/-/escape-html-1.0.3.tgz",
"integrity": "sha512-QbNxKa2IX2y/9eGiy4w8rrwk//ERHXA6zwYVRA3+ayA/D3pkz+/bLL4b5uSLA0L0kPuNX1Jbv9HyPzv9T4zbJQ==",
"dev": true
},
"@types/eslint": {

View File

@ -11,7 +11,7 @@
"@babel/plugin-transform-modules-umd": "7.18.6",
"@babel/preset-env": "7.21.5",
"@babel/preset-react": "7.18.6",
"@types/escape-html": "1.0.2",
"@types/escape-html": "1.0.3",
"@types/loadable__component": "5.13.4",
"@types/lodash-es": "4.17.7",
"@types/react": "17.0.59",