Skip to content

Commit c7b13d4

Browse files
committed
Fix webpack-sources version
1 parent 695f17e commit c7b13d4

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

packages/webextension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"ts-loader": "^8.4.0",
2222
"webextension-toolbox": "^4.0.3",
2323
"webpack": "5.42.0",
24-
"webpack-sources": "^1.4.1",
24+
"webpack-sources": "^2.3.0",
2525
"webpack-watched-glob-entries-plugin": "^2.1.9"
2626
},
2727
"dependencies": {

yarn.lock

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10877,7 +10877,7 @@ sorted-joyo-kanji@^0.2.0:
1087710877
joyo-kanji "^0.2.1"
1087810878
sorted-array "^2.0.1"
1087910879

10880-
source-list-map@^2.0.0, source-list-map@^2.0.1:
10880+
source-list-map@^2.0.1:
1088110881
version "2.0.1"
1088210882
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
1088310883
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
@@ -10905,7 +10905,7 @@ source-map@^0.5.0:
1090510905
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
1090610906
integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
1090710907

10908-
source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
10908+
source-map@^0.6.0, source-map@^0.6.1:
1090910909
version "0.6.1"
1091010910
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
1091110911
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
@@ -12567,14 +12567,6 @@ webidl-conversions@^3.0.0:
1256712567
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
1256812568
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
1256912569

12570-
webpack-sources@^1.4.1:
12571-
version "1.4.3"
12572-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933"
12573-
integrity sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==
12574-
dependencies:
12575-
source-list-map "^2.0.0"
12576-
source-map "~0.6.1"
12577-
1257812570
webpack-sources@^2.3.0:
1257912571
version "2.3.1"
1258012572
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.3.1.tgz#570de0af163949fe272233c2cefe1b56f74511fd"

0 commit comments

Comments
 (0)