Skip to content

Commit 1ece69f

Browse files
chore(deps): update dependency semver to v7.7.1 (#144)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [semver](https://redirect.github.com/npm/node-semver) | overrides | patch | [`7.7.0` -> `7.7.1`](https://renovatebot.com/diffs/npm/semver/7.7.0/7.7.1) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/npm/node-semver/badge)](https://securityscorecards.dev/viewer/?uri=github.com/npm/node-semver) | --- ### Release Notes <details> <summary>npm/node-semver (semver)</summary> ### [`v7.7.1`](https://redirect.github.com/npm/node-semver/blob/HEAD/CHANGELOG.md#771-2025-02-03) [Compare Source](https://redirect.github.com/npm/node-semver/compare/v7.7.0...v7.7.1) ##### Bug Fixes - [`af761c0`](https://redirect.github.com/npm/node-semver/commit/af761c05bd53eef83b5e20f8b09360b0e70557dc) [#&#8203;764](https://redirect.github.com/npm/node-semver/pull/764) inc: fully capture prerelease identifier ([#&#8203;764](https://redirect.github.com/npm/node-semver/issues/764)) ([@&#8203;wraithgar](https://redirect.github.com/wraithgar)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/solidity-token-erc20). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 31878be commit 1ece69f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"adm-zip": "0.5.16",
2929
"@graphprotocol/graph-ts": "0.37.0",
3030
"cookie": "1.0.2",
31-
"semver": "7.7.0",
31+
"semver": "7.7.1",
3232
"@graphprotocol/graph-cli": "0.95.0",
3333
"ejs": "3.1.10",
3434
"elliptic": "6.6.1",
@@ -1249,7 +1249,7 @@
12491249

12501250
"secp256k1": ["[email protected]", "", { "dependencies": { "elliptic": "^6.5.7", "node-addon-api": "^5.0.0", "node-gyp-build": "^4.2.0" } }, "sha512-6JfvwvjUOn8F/jUoBY2Q1v5WY5XS+rj8qSe0v8Y4ezH4InLgTEeOOPQsRll9OV429Pvo6BCHGavIyJfr3TAhsw=="],
12511251

1252-
"semver": ["[email protected].0", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-DrfFnPzblFmNrIZzg5RzHegbiRWg7KMR7btwi2yjHwx06zsUbO5g613sVwEV7FTwmzJu+Io0lJe2GJ3LxqpvBQ=="],
1252+
"semver": ["[email protected].1", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA=="],
12531253

12541254
"serialize-javascript": ["[email protected]", "", { "dependencies": { "randombytes": "^2.1.0" } }, "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g=="],
12551255

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"ws": "8.18.0",
5454
"adm-zip": "0.5.16",
5555
"cross-spawn": "7.0.6",
56-
"semver": "7.7.0",
56+
"semver": "7.7.1",
5757
"undici": "7.3.0",
5858
"axios": "1.7.9",
5959
"cookie": "1.0.2",

0 commit comments

Comments
 (0)