Skip to content

Commit a9fc600

Browse files
authored
chore(deps): update to [email protected] (#5709)
1 parent 08afa47 commit a9fc600

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

experimental/packages/opentelemetry-instrumentation-fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"karma-webpack": "5.0.1",
7676
"lerna": "6.6.2",
7777
"mocha": "11.1.0",
78-
"msw": "2.7.6",
78+
"msw": "2.8.4",
7979
"nyc": "17.1.0",
8080
"sinon": "15.1.2",
8181
"ts-loader": "9.5.2",

karma.webpack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = {
3636
// because the `util` package expects there to be a global variable named `process`.
3737
// Thanks to https://stackoverflow.com/a/65018686/14239942
3838
// NOTE: I wish there was a better way as this pollutes the tests with a defined 'process' global.
39-
process: 'process/browser'
39+
process: 'process/browser.js'
4040
})
4141
],
4242
module: {

package-lock.json

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

0 commit comments

Comments
 (0)