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

Update dependency source-map-loader to v4

This commit is contained in:
renovate[bot] 2022-09-29 18:26:49 +00:00 committed by GitHub
parent d84809f189
commit 324990aad0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 20 deletions

38
package-lock.json generated
View file

@ -95,7 +95,7 @@
"postcss-scss": "4.0.5",
"sass": "1.55.0",
"sass-loader": "13.0.2",
"source-map-loader": "3.0.1",
"source-map-loader": "4.0.0",
"style-loader": "3.3.1",
"stylelint": "14.12.1",
"stylelint-config-rational-order": "0.1.2",
@ -3429,9 +3429,9 @@
"devOptional": true
},
"node_modules/abab": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz",
"integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==",
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
"integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==",
"dev": true
},
"node_modules/accepts": {
@ -13669,24 +13669,24 @@
}
},
"node_modules/source-map-loader": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.1.tgz",
"integrity": "sha512-Vp1UsfyPvgujKQzi4pyDiTOnE3E4H+yHvkVRN3c/9PJmQS4CQJExvcDvaX/D+RV+xQben9HJ56jMJS3CgUeWyA==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-4.0.0.tgz",
"integrity": "sha512-i3KVgM3+QPAHNbGavK+VBq03YoJl24m9JWNbLgsjTj8aJzXG9M61bantBTNBt7CNwY2FYf+RJRYJ3pzalKjIrw==",
"dev": true,
"dependencies": {
"abab": "^2.0.5",
"abab": "^2.0.6",
"iconv-lite": "^0.6.3",
"source-map-js": "^1.0.1"
"source-map-js": "^1.0.2"
},
"engines": {
"node": ">= 12.13.0"
"node": ">= 14.15.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"peerDependencies": {
"webpack": "^5.0.0"
"webpack": "^5.72.1"
}
},
"node_modules/source-map-resolve": {
@ -20848,9 +20848,9 @@
"devOptional": true
},
"abab": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz",
"integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==",
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
"integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==",
"dev": true
},
"accepts": {
@ -28389,14 +28389,14 @@
"dev": true
},
"source-map-loader": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.1.tgz",
"integrity": "sha512-Vp1UsfyPvgujKQzi4pyDiTOnE3E4H+yHvkVRN3c/9PJmQS4CQJExvcDvaX/D+RV+xQben9HJ56jMJS3CgUeWyA==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-4.0.0.tgz",
"integrity": "sha512-i3KVgM3+QPAHNbGavK+VBq03YoJl24m9JWNbLgsjTj8aJzXG9M61bantBTNBt7CNwY2FYf+RJRYJ3pzalKjIrw==",
"dev": true,
"requires": {
"abab": "^2.0.5",
"abab": "^2.0.6",
"iconv-lite": "^0.6.3",
"source-map-js": "^1.0.1"
"source-map-js": "^1.0.2"
}
},
"source-map-resolve": {

View file

@ -47,7 +47,7 @@
"postcss-scss": "4.0.5",
"sass": "1.55.0",
"sass-loader": "13.0.2",
"source-map-loader": "3.0.1",
"source-map-loader": "4.0.0",
"style-loader": "3.3.1",
"stylelint": "14.12.1",
"stylelint-config-rational-order": "0.1.2",