Skip to content

Commit ec2337a

Browse files
authored
chore(deps): Bump axios in browser integration tests (#17839)
Not a big issue since we only use this internally closes https://github.com/getsentry/sentry-javascript/security/dependabot/757
1 parent 5cfa1c1 commit ec2337a

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

dev-packages/browser-integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@sentry-internal/rrweb": "2.34.0",
4646
"@sentry/browser": "10.17.0",
4747
"@supabase/supabase-js": "2.49.3",
48-
"axios": "1.8.2",
48+
"axios": "^1.12.2",
4949
"babel-loader": "^8.2.2",
5050
"fflate": "0.8.2",
5151
"html-webpack-plugin": "^5.5.0",

yarn.lock

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10956,13 +10956,13 @@ aws-ssl-profiles@^1.1.1:
1095610956
resolved "https://registry.yarnpkg.com/aws-ssl-profiles/-/aws-ssl-profiles-1.1.2.tgz#157dd77e9f19b1d123678e93f120e6f193022641"
1095710957
integrity sha512-NZKeq9AfyQvEeNlN0zSYAaWrmBffJh3IELMZfRpJVWgrpEbtEpnjvzqBPf+mxoI287JohRDoa+/nsfqqiZmF6g==
1095810958

10959-
axios@1.8.2, axios@^1.0.0:
10960-
version "1.8.2"
10961-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979"
10962-
integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==
10959+
axios@^1.0.0, axios@^1.12.2:
10960+
version "1.12.2"
10961+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.2.tgz#6c307390136cf7a2278d09cec63b136dfc6e6da7"
10962+
integrity sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==
1096310963
dependencies:
1096410964
follow-redirects "^1.15.6"
10965-
form-data "^4.0.0"
10965+
form-data "^4.0.4"
1096610966
proxy-from-env "^1.1.0"
1096710967

1096810968
axobject-query@^3.2.1:
@@ -17213,7 +17213,7 @@ foreground-child@^3.1.0:
1721317213
cross-spawn "^7.0.6"
1721417214
signal-exit "^4.0.1"
1721517215

17216-
form-data@^4.0.0:
17216+
form-data@^4.0.0, form-data@^4.0.4:
1721717217
version "4.0.4"
1721817218
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
1721917219
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
@@ -28843,7 +28843,6 @@ [email protected], stylus@^0.59.0:
2884328843

2884428844
sucrase@^3.27.0, sucrase@^3.35.0, sucrase@getsentry/sucrase#es2020-polyfills:
2884528845
version "3.36.0"
28846-
uid fd682f6129e507c00bb4e6319cc5d6b767e36061
2884728846
resolved "https://codeload.github.com/getsentry/sucrase/tar.gz/fd682f6129e507c00bb4e6319cc5d6b767e36061"
2884828847
dependencies:
2884928848
"@jridgewell/gen-mapping" "^0.3.2"

0 commit comments

Comments
 (0)