From 167f073da7805d2d1e168fab05358cb1a3d91db3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 19:36:07 +0000 Subject: [PATCH] build(deps): bump @graphprotocol/graph-ts from 0.35.1 to 0.37.0 Bumps @graphprotocol/graph-ts from 0.35.1 to 0.37.0. --- updated-dependencies: - dependency-name: "@graphprotocol/graph-ts" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 45 +++++++++++++++++++++---------------------- subgraph/package.json | 2 +- 2 files changed, 23 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index 72b646b..ae8ac80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1093,24 +1093,28 @@ } }, "node_modules/@graphprotocol/graph-ts": { - "version": "0.35.1", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.35.1.tgz", - "integrity": "sha512-74CfuQmf7JI76/XCC34FTkMMKeaf+3Pn0FIV3m9KNeaOJ+OI3CvjMIVRhOZdKcJxsFCBGaCCl0eQjh47xTjxKA==", + "version": "0.37.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.37.0.tgz", + "integrity": "sha512-3xp/sO8zFDBkX44ydGB87ow5Cyrfr/SAm/cWzIRzUVL7ROw0KUyFBG1xj4KKlMnAod7/RL99zChYquC15H4Oqg==", "dependencies": { - "assemblyscript": "0.19.10" + "assemblyscript": "0.27.31" } }, "node_modules/@graphprotocol/graph-ts/node_modules/assemblyscript": { - "version": "0.19.10", - "resolved": "https://registry.npmjs.org/assemblyscript/-/assemblyscript-0.19.10.tgz", - "integrity": "sha512-HavcUBXB3mBTRGJcpvaQjmnmaqKHBGREjSPNsIvnAk2f9dj78y4BkMaSSdvBQYWcDDzsHQjyUC8stICFkD1Odg==", + "version": "0.27.31", + "resolved": "https://registry.npmjs.org/assemblyscript/-/assemblyscript-0.27.31.tgz", + "integrity": "sha512-Ra8kiGhgJQGZcBxjtMcyVRxOEJZX64kd+XGpjWzjcjgxWJVv+CAQO0aDBk4GQVhjYbOkATarC83mHjAVGtwPBQ==", "dependencies": { - "binaryen": "101.0.0-nightly.20210723", - "long": "^4.0.0" + "binaryen": "116.0.0-nightly.20240114", + "long": "^5.2.1" }, "bin": { - "asc": "bin/asc", - "asinit": "bin/asinit" + "asc": "bin/asc.js", + "asinit": "bin/asinit.js" + }, + "engines": { + "node": ">=16", + "npm": ">=7" }, "funding": { "type": "opencollective", @@ -1118,18 +1122,14 @@ } }, "node_modules/@graphprotocol/graph-ts/node_modules/binaryen": { - "version": "101.0.0-nightly.20210723", - "resolved": "https://registry.npmjs.org/binaryen/-/binaryen-101.0.0-nightly.20210723.tgz", - "integrity": "sha512-eioJNqhHlkguVSbblHOtLqlhtC882SOEPKmNFZaDuz1hzQjolxZ+eu3/kaS10n3sGPONsIZsO7R9fR00UyhEUA==", + "version": "116.0.0-nightly.20240114", + "resolved": "https://registry.npmjs.org/binaryen/-/binaryen-116.0.0-nightly.20240114.tgz", + "integrity": "sha512-0GZrojJnuhoe+hiwji7QFaL3tBlJoA+KFUN7ouYSDGZLSo9CKM8swQX8n/UcbR0d1VuZKU+nhogNzv423JEu5A==", "bin": { - "wasm-opt": "bin/wasm-opt" + "wasm-opt": "bin/wasm-opt", + "wasm2js": "bin/wasm2js" } }, - "node_modules/@graphprotocol/graph-ts/node_modules/long": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz", - "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" - }, "node_modules/@ipld/dag-cbor": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-7.0.3.tgz", @@ -7326,8 +7326,7 @@ "node_modules/long": { "version": "5.2.3", "resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz", - "integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==", - "dev": true + "integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==" }, "node_modules/loupe": { "version": "2.3.7", @@ -11076,7 +11075,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@graphprotocol/graph-ts": "^0.35.1" + "@graphprotocol/graph-ts": "^0.37.0" }, "devDependencies": { "@graphprotocol/graph-cli": "^0.90.1" diff --git a/subgraph/package.json b/subgraph/package.json index f1da5e5..73783e1 100644 --- a/subgraph/package.json +++ b/subgraph/package.json @@ -16,7 +16,7 @@ "deploy:andromeda": "graph deploy --version-label v0.0.1 --network andromeda --node https://metisapi.0xgraph.xyz/deploy --ipfs https://metisapi.0xgraph.xyz/ipfs ericlee42/gravatar-registry-andromeda" }, "dependencies": { - "@graphprotocol/graph-ts": "^0.35.1" + "@graphprotocol/graph-ts": "^0.37.0" }, "devDependencies": { "@graphprotocol/graph-cli": "^0.90.1"