Merge pull request #5145 from jellyfin/renovate/sortablejs-1.x

This commit is contained in:
Bill Thornton 2024-01-20 22:22:18 -05:00 committed by GitHub
commit b15f6f48e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -56,7 +56,7 @@
"react-router-dom": "6.21.2",
"resize-observer-polyfill": "1.5.1",
"screenfull": "6.0.2",
"sortablejs": "1.15.1",
"sortablejs": "1.15.2",
"swiper": "11.0.5",
"webcomponents.js": "0.7.24",
"whatwg-fetch": "3.6.20"
@ -17632,9 +17632,9 @@
}
},
"node_modules/sortablejs": {
"version": "1.15.1",
"resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.1.tgz",
"integrity": "sha512-P5Cjvb0UG1ZVNiDPj/n4V+DinttXG6K8n7vM/HQf0C25K3YKQTQY6fsr/sEGsJGpQ9exmPxluHxKBc0mLKU1lQ=="
"version": "1.15.2",
"resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.2.tgz",
"integrity": "sha512-FJF5jgdfvoKn1MAKSdGs33bIqLi3LmsgVTliuX6iITj834F+JRQZN90Z93yql8h0K2t0RwDPBmxwlbZfDcxNZA=="
},
"node_modules/source-map": {
"version": "0.5.7",
@ -35386,9 +35386,9 @@
}
},
"sortablejs": {
"version": "1.15.1",
"resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.1.tgz",
"integrity": "sha512-P5Cjvb0UG1ZVNiDPj/n4V+DinttXG6K8n7vM/HQf0C25K3YKQTQY6fsr/sEGsJGpQ9exmPxluHxKBc0mLKU1lQ=="
"version": "1.15.2",
"resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.2.tgz",
"integrity": "sha512-FJF5jgdfvoKn1MAKSdGs33bIqLi3LmsgVTliuX6iITj834F+JRQZN90Z93yql8h0K2t0RwDPBmxwlbZfDcxNZA=="
},
"source-map": {
"version": "0.5.7",

View file

@ -117,7 +117,7 @@
"react-router-dom": "6.21.2",
"resize-observer-polyfill": "1.5.1",
"screenfull": "6.0.2",
"sortablejs": "1.15.1",
"sortablejs": "1.15.2",
"swiper": "11.0.5",
"webcomponents.js": "0.7.24",
"whatwg-fetch": "3.6.20"