Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Abinet18 authored Sep 30, 2024
2 parents 717152b + 38d26fe commit 7a84f16
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/web/integration-tests/tests/cdn/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module.exports = {
);
await browser.assert.strictEqual(
rumScriptFetchSpan.tags['splunk.rumVersion'],
'0.19.0'
'0.19.1'
);
},
};
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"body-parser": "^1.20.2",
"chai": "^4.3.7",
"chrome-launcher": "^1.0.0",
"chromedriver": "^126.0.2",
"chromedriver": "^128.0.3",
"codecov": "^3.8.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
Expand Down

0 comments on commit 7a84f16

Please sign in to comment.