Skip to content

Commit 9562be3

Browse files
committed
update webpack-sources
1 parent f6dd7a5 commit 9562be3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"tapable": "~0.2.5",
2424
"uglify-js": "^2.8.27",
2525
"watchpack": "^1.3.1",
26-
"webpack-sources": "^0.2.3",
26+
"webpack-sources": "^1.0.1",
2727
"yargs": "^6.0.0"
2828
},
2929
"license": "MIT",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3689,9 +3689,9 @@ source-list-map@^0.1.4, source-list-map@~0.1.7:
36893689
version "0.1.8"
36903690
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-0.1.8.tgz#c550b2ab5427f6b3f21f5afead88c4f5587b2106"
36913691

3692-
source-list-map@^1.1.1:
3693-
version "1.1.2"
3694-
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-1.1.2.tgz#9889019d1024cce55cdc069498337ef6186a11a1"
3692+
source-list-map@^2.0.0:
3693+
version "2.0.0"
3694+
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.0.tgz#aaa47403f7b245a92fbc97ea08f250d6087ed085"
36953695

36963696
source-map@0.4.x, source-map@^0.4.4:
36973697
version "0.4.4"
@@ -4158,11 +4158,11 @@ webpack-sources@^0.1.0:
41584158
source-list-map "~0.1.7"
41594159
source-map "~0.5.3"
41604160

4161-
webpack-sources@^0.2.3:
4162-
version "0.2.3"
4163-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-0.2.3.tgz#17c62bfaf13c707f9d02c479e0dcdde8380697fb"
4161+
webpack-sources@^1.0.1:
4162+
version "1.0.1"
4163+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.0.1.tgz#c7356436a4d13123be2e2426a05d1dad9cbe65cf"
41644164
dependencies:
4165-
source-list-map "^1.1.1"
4165+
source-list-map "^2.0.0"
41664166
source-map "~0.5.3"
41674167

41684168
whatwg-fetch@>=0.10.0:

0 commit comments

Comments
 (0)