Skip to content

Commit 280cd50

Browse files
authored
test(instrumentation-fetch): pin msw dep to avoid breakage in msw@2.8 (#5702)
1 parent 1c8ec3b commit 280cd50

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.0",
78+
"msw": "2.7.6",
7979
"nyc": "17.1.0",
8080
"sinon": "15.1.2",
8181
"ts-loader": "9.5.2",

experimental/packages/opentelemetry-instrumentation-fetch/test/mockServiceWorker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* - Please do NOT serve this file on production.
99
*/
1010

11-
const PACKAGE_VERSION = '2.7.0'
11+
const PACKAGE_VERSION = '2.7.6'
1212
const INTEGRITY_CHECKSUM = '00729d72e3b82faf54ca8b9621dbb96f'
1313
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
1414
const activeClientIds = new Set()

package-lock.json

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

0 commit comments

Comments
 (0)