Skip to content

Commit 4adc76e

Browse files
authored
Merge pull request #247 from 1inch/feature/handlebars-fix
Bump version to 6.9.8 and update handlebars dependency to 4.7.9
2 parents 4722927 + 229d7c3 commit 4adc76e

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@1inch/solidity-utils",
3-
"version": "6.9.7",
3+
"version": "6.9.8",
44
"main": "dist/src/index.js",
55
"types": "dist/src/index.d.ts",
66
"exports": {
@@ -111,6 +111,7 @@
111111
"commitLimit": 0
112112
},
113113
"resolutions": {
114-
"elliptic": "^6.5.7"
114+
"elliptic": "^6.5.7",
115+
"handlebars": "^4.7.9"
115116
}
116117
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4227,10 +4227,10 @@ graphemer@^1.4.0:
42274227
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
42284228
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
42294229

4230-
handlebars@^4.0.1, handlebars@^4.7.7:
4231-
version "4.7.8"
4232-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.8.tgz#41c42c18b1be2365439188c77c6afae71c0cd9e9"
4233-
integrity sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==
4230+
handlebars@^4.0.1, handlebars@^4.7.7, handlebars@^4.7.9:
4231+
version "4.7.9"
4232+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.9.tgz#6f139082ab58dc4e5a0e51efe7db5ae890d56a0f"
4233+
integrity sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==
42344234
dependencies:
42354235
minimist "^1.2.5"
42364236
neo-async "^2.6.2"

0 commit comments

Comments
 (0)