Skip to content

Commit

Permalink
chore(deps): update dependency webpack to v5.96.1 (#5164)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Nov 15, 2024
1 parent 6096f72 commit 23a47d3
Show file tree
Hide file tree
Showing 27 changed files with 92 additions and 353 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"ts-loader": "9.5.1",
"typescript": "4.4.4",
"unionfs": "4.5.4",
"webpack": "5.94.0"
"webpack": "5.96.1"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/api",
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion experimental/packages/api-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"nyc": "15.1.0",
"ts-loader": "9.5.1",
"typescript": "4.4.4",
"webpack": "5.94.0"
"webpack": "5.96.1"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/api-events",
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion experimental/packages/api-logs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"nyc": "15.1.0",
"ts-loader": "9.5.1",
"typescript": "4.4.4",
"webpack": "5.94.0"
"webpack": "5.96.1"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/api-logs",
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion experimental/packages/exporter-logs-otlp-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"sinon": "15.1.2",
"ts-loader": "9.5.1",
"typescript": "4.4.4",
"webpack": "5.94.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"sinon": "15.1.2",
"ts-loader": "9.5.1",
"typescript": "4.4.4",
"webpack": "5.94.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"sinon": "15.1.2",
"ts-loader": "9.5.1",
"typescript": "4.4.4",
"webpack": "5.94.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"sinon": "15.1.2",
"ts-loader": "9.5.1",
"typescript": "4.4.4",
"webpack": "5.94.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"sinon": "15.1.2",
"ts-loader": "9.5.1",
"typescript": "4.4.4",
"webpack": "5.94.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"sinon": "15.1.2",
"ts-loader": "9.5.1",
"typescript": "4.4.4",
"webpack": "5.94.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"sinon": "15.1.2",
"ts-loader": "9.5.1",
"typescript": "4.4.4",
"webpack": "5.94.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"sinon": "15.1.2",
"ts-loader": "9.5.1",
"typescript": "4.4.4",
"webpack": "5.94.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"sinon": "15.1.2",
"ts-loader": "9.5.1",
"typescript": "4.4.4",
"webpack": "5.94.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion experimental/packages/otlp-exporter-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"sinon": "15.1.2",
"ts-loader": "9.5.1",
"typescript": "4.4.4",
"webpack": "5.94.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion experimental/packages/otlp-transformer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"protobufjs-cli": "1.1.3",
"ts-loader": "9.5.1",
"typescript": "4.4.4",
"webpack": "5.94.0"
"webpack": "5.96.1"
},
"dependencies": {
"@opentelemetry/api-logs": "0.54.2",
Expand Down
2 changes: 1 addition & 1 deletion experimental/packages/sdk-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"sinon": "15.1.2",
"ts-loader": "9.5.1",
"typescript": "4.4.4",
"webpack": "5.94.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion experimental/packages/sdk-logs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"sinon": "15.1.2",
"ts-loader": "9.5.1",
"typescript": "4.4.4",
"webpack": "5.94.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion experimental/packages/web-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"sinon": "15.1.2",
"ts-loader": "9.5.1",
"typescript": "4.4.4",
"webpack": "5.94.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0"
}
Expand Down
Loading

0 comments on commit 23a47d3

Please sign in to comment.