Skip to content

Commit 6dc5964

Browse files
chore(deps): pin dependencies (#4)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | @&#8203;amxx/graphprotocol-utils | dependencies | pin | [`^1.1.0` -> `1.1.0`](https://renovatebot.com/diffs/npm/@amxx%2fgraphprotocol-utils/1.1.0/1.1.0) | | | @&#8203;graphprotocol/graph-cli | dependencies | pin | [`^0.68.5` -> `0.68.5`](https://renovatebot.com/diffs/npm/@graphprotocol%2fgraph-cli/0.68.5/0.68.5) | | | @&#8203;graphprotocol/graph-ts | dependencies | pin | [`^0.33.0` -> `0.33.0`](https://renovatebot.com/diffs/npm/@graphprotocol%2fgraph-ts/0.33.0/0.33.0) | | | [@openzeppelin/contracts](https://openzeppelin.com/contracts/) ([source](https://togithub.com/OpenZeppelin/openzeppelin-contracts)) | dependencies | pin | [`^5.0.2` -> `5.0.2`](https://renovatebot.com/diffs/npm/@openzeppelin%2fcontracts/5.0.2/5.0.2) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/OpenZeppelin/openzeppelin-contracts/badge)](https://securityscorecards.dev/viewer/?uri=github.com/OpenZeppelin/openzeppelin-contracts) | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/settlemint/solidity-supplychain). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> 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 fced29a commit 6dc5964

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

subgraph/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

subgraph/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"author": "SettleMint <hello@settlemint.com>",
1111
"license": "MIT",
1212
"dependencies": {
13-
"@amxx/graphprotocol-utils": "^1.1.0",
14-
"@graphprotocol/graph-cli": "^0.68.5",
15-
"@graphprotocol/graph-ts": "^0.33.0",
16-
"@openzeppelin/contracts": "^5.0.2",
13+
"@amxx/graphprotocol-utils": "1.1.0",
14+
"@graphprotocol/graph-cli": "0.68.5",
15+
"@graphprotocol/graph-ts": "0.33.0",
16+
"@openzeppelin/contracts": "5.0.2",
1717
"@openzeppelin/subgraphs": "0.1.8-5"
1818
}
1919
}

0 commit comments

Comments
 (0)