diff --git a/tools/package-lock.json b/tools/package-lock.json index d0f1f4fa..f2846f44 100644 --- a/tools/package-lock.json +++ b/tools/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@sentry/cli": "^2.17.4", + "@sentry/cli": "^2.17.5", "@withgraphite/graphite-cli": "^0.20.17", "depcheck": "^1.4.3", "next": "^13.3.2", @@ -2936,9 +2936,9 @@ } }, "node_modules/@sentry/cli": { - "version": "2.17.4", - "resolved": "https://registry.npmjs.org/@sentry/cli/-/cli-2.17.4.tgz", - "integrity": "sha512-5tLu/2U+MuEksIhvzW5LJEwhoqbdgwxE3Q5UwIJtJt3do4PFv1UVg1aLBJ3u6sGxAJpxqJYWvqfc/tXswQCJBA==", + "version": "2.17.5", + "resolved": "https://registry.npmjs.org/@sentry/cli/-/cli-2.17.5.tgz", + "integrity": "sha512-0tXjLDpaKB46851EMJ6NbP0o9/gdEaDSLAyjEtXxlVO6+RyhUj6x6jDwn0vis8n/7q0AvbIjAcJrot+TbZP+WQ==", "hasInstallScript": true, "dependencies": { "https-proxy-agent": "^5.0.0", @@ -15118,9 +15118,9 @@ } }, "@sentry/cli": { - "version": "2.17.4", - "resolved": "https://registry.npmjs.org/@sentry/cli/-/cli-2.17.4.tgz", - "integrity": "sha512-5tLu/2U+MuEksIhvzW5LJEwhoqbdgwxE3Q5UwIJtJt3do4PFv1UVg1aLBJ3u6sGxAJpxqJYWvqfc/tXswQCJBA==", + "version": "2.17.5", + "resolved": "https://registry.npmjs.org/@sentry/cli/-/cli-2.17.5.tgz", + "integrity": "sha512-0tXjLDpaKB46851EMJ6NbP0o9/gdEaDSLAyjEtXxlVO6+RyhUj6x6jDwn0vis8n/7q0AvbIjAcJrot+TbZP+WQ==", "requires": { "https-proxy-agent": "^5.0.0", "node-fetch": "^2.6.7", diff --git a/tools/package.json b/tools/package.json index d2e5b4b9..7967e18c 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "@sentry/cli": "^2.17.4", + "@sentry/cli": "^2.17.5", "@withgraphite/graphite-cli": "^0.20.17", "depcheck": "^1.4.3", "next": "^13.3.2",