Skip to content

Commit 9a4c8d1

Browse files
Bump source-map-loader from 1.1.3 to 3.0.0
Bumps [source-map-loader](https://github.com/webpack-contrib/source-map-loader) from 1.1.3 to 3.0.0. - [Release notes](https://github.com/webpack-contrib/source-map-loader/releases) - [Changelog](https://github.com/webpack-contrib/source-map-loader/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/source-map-loader@v1.1.3...v3.0.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9953f25 commit 9a4c8d1

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

Diff for: packages/storybook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"babel-loader": "^8.1.0",
3838
"core-js": "^3.6.5",
3939
"react-docgen-typescript-loader": "^3.7.2",
40-
"source-map-loader": "^1.0.2",
40+
"source-map-loader": "^3.0.0",
4141
"string-replace-loader": "^3.0.1",
4242
"ts-loader": "^8.0.2"
4343
},

Diff for: yarn.lock

+10-8
Original file line numberDiff line numberDiff line change
@@ -17429,17 +17429,19 @@ source-list-map@^2.0.0:
1742917429
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
1743017430
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
1743117431

17432-
source-map-loader@^1.0.2:
17433-
version "1.1.3"
17434-
resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-1.1.3.tgz#7dbc2fe7ea09d3e43c51fd9fc478b7f016c1f820"
17435-
integrity sha512-6YHeF+XzDOrT/ycFJNI53cgEsp/tHTMl37hi7uVyqFAlTXW109JazaQCkbc+jjoL2637qkH1amLi+JzrIpt5lA==
17432+
source-map-js@^0.6.2:
17433+
version "0.6.2"
17434+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e"
17435+
integrity sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==
17436+
17437+
source-map-loader@^3.0.0:
17438+
version "3.0.0"
17439+
resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-3.0.0.tgz#f2a04ee2808ad01c774dea6b7d2639839f3b3049"
17440+
integrity sha512-GKGWqWvYr04M7tn8dryIWvb0s8YM41z82iQv01yBtIylgxax0CwvSy6gc2Y02iuXwEfGWRlMicH0nvms9UZphw==
1743617441
dependencies:
1743717442
abab "^2.0.5"
1743817443
iconv-lite "^0.6.2"
17439-
loader-utils "^2.0.0"
17440-
schema-utils "^3.0.0"
17441-
source-map "^0.6.1"
17442-
whatwg-mimetype "^2.3.0"
17444+
source-map-js "^0.6.2"
1744317445

1744417446
source-map-resolve@^0.5.0, source-map-resolve@^0.5.2:
1744517447
version "0.5.3"

0 commit comments

Comments
 (0)