Skip to content

Commit cd0781d

Browse files
chore(deps): update dependency webpack-sources to v3.5.1 (#14750)
* chore(deps): update dependency webpack-sources to v3.5.1 * chore(deps): update webpack-sources lockfile --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: neverland <chenjiahan.jait@bytedance.com>
1 parent 19d2b2b commit cd0781d

7 files changed

Lines changed: 17 additions & 17 deletions

File tree

packages/rspack-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@rspack/lite-tapable": "1.1.2",
3939
"@swc/types": "0.1.27",
4040
"memfs": "4.57.8",
41-
"webpack-sources": "3.5.0"
41+
"webpack-sources": "3.5.1"
4242
},
4343
"peerDependencies": {
4444
"@swc/helpers": "^0.5.23"

packages/rspack-test-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"source-map": "^0.7.6",
5858
"terser-webpack-plugin": "^5.6.1",
5959
"wast-loader": "^1.14.1",
60-
"webpack-sources": "3.5.0"
60+
"webpack-sources": "3.5.1"
6161
},
6262
"devDependencies": {
6363
"@rslib/core": "^0.23.2",

packages/rspack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"tinypool": "^2.1.0",
6262
"typescript": "^6.0.3",
6363
"watchpack": "2.5.2",
64-
"webpack-sources": "3.5.0"
64+
"webpack-sources": "3.5.1"
6565
},
6666
"dependencies": {
6767
"@rspack/binding": "workspace:*"

pnpm-lock.yaml

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ minimumReleaseAgeExclude:
4848
- '@rstackjs/load-config'
4949

5050
patchedDependencies:
51-
webpack-sources@3.5.0: patches/webpack-sources@3.5.0.patch
51+
webpack-sources@3.5.1: patches/webpack-sources@3.5.1.patch
5252

5353
# Prevent un-reviewed build scripts
5454
strictDepBuilds: true

tests/rspack-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"typescript": "^6.0.3",
8181
"url-loader": "^4.1.1",
8282
"wast-loader": "^1.14.1",
83-
"webpack-sources": "3.5.0",
83+
"webpack-sources": "3.5.1",
8484
"worker-rspack-loader": "^3.1.5",
8585
"xxhashjs": "^0.2.2",
8686
"yamljs": "^0.3.0"

0 commit comments

Comments
 (0)