Skip to content

Commit 5bfa549

Browse files
authored
Merge branch 'develop' into sig/add-write-permission
2 parents 046d9a3 + 4071444 commit 5bfa549

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@sentry/browser": "10.39.0",
6464
"@supabase/supabase-js": "2.49.3",
6565
"axios": "^1.12.2",
66-
"babel-loader": "^8.2.2",
66+
"babel-loader": "^10.0.0",
6767
"fflate": "0.8.2",
6868
"html-webpack-plugin": "^5.5.0",
6969
"webpack": "^5.95.0"

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12221,7 +12221,7 @@ babel-import-util@^3.0.0:
1222112221
resolved "https://registry.yarnpkg.com/babel-import-util/-/babel-import-util-3.0.0.tgz#5814c6a58e7b80e64156b48fdfd34d48e6e0b1df"
1222212222
integrity sha512-4YNPkuVsxAW5lnSTa6cn4Wk49RX6GAB6vX+M6LqEtN0YePqoFczv1/x0EyLK/o+4E1j9jEuYj5Su7IEPab5JHQ==
1222312223

12224-
babel-loader@8.2.5, babel-loader@^8.0.6, babel-loader@^8.2.2:
12224+
babel-loader@8.2.5, babel-loader@^8.0.6:
1222512225
version "8.2.5"
1222612226
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.5.tgz#d45f585e654d5a5d90f5350a779d7647c5ed512e"
1222712227
integrity sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==
@@ -12231,6 +12231,13 @@ babel-loader@8.2.5, babel-loader@^8.0.6, babel-loader@^8.2.2:
1223112231
make-dir "^3.1.0"
1223212232
schema-utils "^2.6.5"
1223312233

12234+
babel-loader@^10.0.0:
12235+
version "10.0.0"
12236+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-10.0.0.tgz#b9743714c0e1e084b3e4adef3cd5faee33089977"
12237+
integrity sha512-z8jt+EdS61AMw22nSfoNJAZ0vrtmhPRVi6ghL3rCeRZI8cdNYFiV5xeV3HbE7rlZZNmGH8BVccwWt8/ED0QOHA==
12238+
dependencies:
12239+
find-up "^5.0.0"
12240+
1223412241
babel-plugin-debug-macros@^0.2.0:
1223512242
version "0.2.0"
1223612243
resolved "https://registry.yarnpkg.com/babel-plugin-debug-macros/-/babel-plugin-debug-macros-0.2.0.tgz#0120ac20ce06ccc57bf493b667cf24b85c28da7a"
@@ -28673,6 +28680,7 @@ stylus@0.59.0, stylus@^0.59.0:
2867328680

2867428681
sucrase@^3.27.0, sucrase@^3.35.0, sucrase@getsentry/sucrase#es2020-polyfills:
2867528682
version "3.36.0"
28683+
uid fd682f6129e507c00bb4e6319cc5d6b767e36061
2867628684
resolved "https://codeload.github.com/getsentry/sucrase/tar.gz/fd682f6129e507c00bb4e6319cc5d6b767e36061"
2867728685
dependencies:
2867828686
"@jridgewell/gen-mapping" "^0.3.2"

0 commit comments

Comments
 (0)