Skip to content

Commit

Permalink
chore(deps): bump @snapshot-labs/snapshot-sentry from 1.5.1 to 1.5.2 (#…
Browse files Browse the repository at this point in the history
…197)

* chore(deps): bump @snapshot-labs/snapshot-sentry from 1.5.1 to 1.5.2

Bumps @snapshot-labs/snapshot-sentry from 1.5.1 to 1.5.2.

---
updated-dependencies:
- dependency-name: "@snapshot-labs/snapshot-sentry"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: add NODE_ENV to test env

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Wan Qi Chen <[email protected]>
  • Loading branch information
dependabot[bot] and wa0x6e authored Oct 20, 2023
1 parent 77dfe85 commit 5205e47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@fleekhq/fleek-storage-js": "^1.0.21",
"@pinata/sdk": "^1.1.25",
"@snapshot-labs/snapshot-metrics": "^1.3.0",
"@snapshot-labs/snapshot-sentry": "^1.5.0",
"@snapshot-labs/snapshot-sentry": "^1.5.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
Expand Down
1 change: 1 addition & 0 deletions test/.env.test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NODE_ENV=test
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1896,10 +1896,10 @@
node-fetch "^2.7.0"
prom-client "^14.2.0"

"@snapshot-labs/snapshot-sentry@^1.5.0":
version "1.5.1"
resolved "https://registry.yarnpkg.com/@snapshot-labs/snapshot-sentry/-/snapshot-sentry-1.5.1.tgz#c4b5da87a97f760d9327743f7748783aaef14d9a"
integrity sha512-2xM72Xqypr73x6iWP5kr9fsNDeygmbiflTLhKeahT5yjjpFaSyS2razha+qxjo6w+0rIwNQXXYnlcrju24K2iA==
"@snapshot-labs/snapshot-sentry@^1.5.2":
version "1.5.2"
resolved "https://registry.yarnpkg.com/@snapshot-labs/snapshot-sentry/-/snapshot-sentry-1.5.2.tgz#a8c48e6602e0f236ba582a6728381e542501fe2a"
integrity sha512-xDZKiXigmfBWimDQGQwh/1WoqcD2n23nQczjWe+ukkLSvqk3AMwWz0F2tnd/MLiiklSyHezfcAzsSVMxlZPsPA==
dependencies:
"@sentry/node" "^7.60.1"

Expand Down

0 comments on commit 5205e47

Please sign in to comment.