Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency source-map-loader to v5 #12693

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"redux-mock-store": "1.5.4",
"redux-saga": "1.3.0",
"redux-saga-test-plan": "4.0.6",
"source-map-loader": "4.0.2",
"source-map-loader": "5.0.0",
"style-loader": "4.0.0",
"svg-inline-loader": "0.8.2",
"swc-loader": "0.2.6",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8404,7 +8404,7 @@ __metadata:
redux-mock-store: "npm:1.5.4"
redux-saga: "npm:1.3.0"
redux-saga-test-plan: "npm:4.0.6"
source-map-loader: "npm:4.0.2"
source-map-loader: "npm:5.0.0"
style-loader: "npm:4.0.0"
svg-inline-loader: "npm:0.8.2"
swc-loader: "npm:0.2.6"
Expand Down Expand Up @@ -20326,15 +20326,15 @@ __metadata:
languageName: node
linkType: hard

"source-map-loader@npm:4.0.2":
version: 4.0.2
resolution: "source-map-loader@npm:4.0.2"
"source-map-loader@npm:5.0.0":
version: 5.0.0
resolution: "source-map-loader@npm:5.0.0"
dependencies:
iconv-lite: "npm:^0.6.3"
source-map-js: "npm:^1.0.2"
peerDependencies:
webpack: ^5.72.1
checksum: 10/9a33adfe21b804b2ac5be05d159dda0dd8e86ac8650816638dcff0aa982e7559ced366ed68800b82c85a48482df9072694482757ab8746633c75bae75da698b6
checksum: 10/9bc90a50df1a3570ddc1ea9cd1aeadb241fd6f6ddb03e72a8f45f5d3fcc357e7edcc9fff8d35d2e338d17edf13c38a7b6e530308ac263d1b462a1e6bfacaf1a1
languageName: node
linkType: hard

Expand Down
Loading