diff --git a/package-lock.json b/package-lock.json index d0366a1..2b55533 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@ionic/react-router": "^8.2.2", "@ionic/storage": "^4.0.0", "@sentry/browser": "^8.32.0", - "@supabase/sentry-js-integration": "^0.2.0", + "@supabase/sentry-js-integration": "^0.3.0", "@supabase/supabase-js": "^2.45.0", "@types/humanize-duration": "^3.27.4", "@types/leaflet": "^1.9.12", @@ -3321,9 +3321,10 @@ } }, "node_modules/@supabase/sentry-js-integration": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@supabase/sentry-js-integration/-/sentry-js-integration-0.2.0.tgz", - "integrity": "sha512-TNRknjWb442qmNoFoSemrD1uzFSYSwxRAq9vqJIRbAbl13BQyC7Uk8YVWMa3FFtyxMxk13PMfQrCzLO9IvrhLQ==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@supabase/sentry-js-integration/-/sentry-js-integration-0.3.0.tgz", + "integrity": "sha512-L6tr+M9OlYu3Ge3G33Cf5BptYYs30feJmD3zovCSRQezJOdtkbA361WVNyzCpSoIbUo4rcDVY/apklAhBewFBw==", + "license": "MIT", "peerDependencies": { "@supabase/supabase-js": "2.x" } diff --git a/package.json b/package.json index ba4ad19..4d8faea 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@ionic/react-router": "^8.2.2", "@ionic/storage": "^4.0.0", "@sentry/browser": "^8.32.0", - "@supabase/sentry-js-integration": "^0.2.0", + "@supabase/sentry-js-integration": "^0.3.0", "@supabase/supabase-js": "^2.45.0", "@types/humanize-duration": "^3.27.4", "@types/leaflet": "^1.9.12",