diff --git a/package-lock.json b/package-lock.json index 6aa8035..e0803c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@digicatapult/sqnc-ipfs", - "version": "2.10.8", + "version": "2.10.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@digicatapult/sqnc-ipfs", - "version": "2.10.8", + "version": "2.10.9", "license": "Apache-2.0", "dependencies": { - "@polkadot/api": "^10.11.3", + "@polkadot/api": "^10.12.1", "axios": "^1.6.7", "dotenv": "^16.4.5", "envalid": "^8.0.0", @@ -29,7 +29,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "formdata-node": "^6.0.3", - "kubo": "^0.26.0", + "kubo": "^0.27.0", "mocha": "^10.3.0", "nodemon": "^3.1.0", "pino-colada": "^2.2.2", @@ -756,22 +756,22 @@ "optional": true }, "node_modules/@polkadot/api": { - "version": "10.11.3", - "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-10.11.3.tgz", - "integrity": "sha512-V+zOMhDvH1g1WtWh0EN9nUQ/aJ9KItubzCbD9CTGHk/W8ZiYsTbKK0lT9C3itQV54d4GViXwIrylGjogKZGTXg==", + "version": "10.12.1", + "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-10.12.1.tgz", + "integrity": "sha512-6pZPpgyxSphse9PCZ/QxUygk0BYbcCNjr5ERZZsTE/F1znZ62Ce63A8AE0bwga9ITkiVISLDSU36hghKs3tVhA==", "dependencies": { - "@polkadot/api-augment": "10.11.3", - "@polkadot/api-base": "10.11.3", - "@polkadot/api-derive": "10.11.3", + "@polkadot/api-augment": "10.12.1", + "@polkadot/api-base": "10.12.1", + "@polkadot/api-derive": "10.12.1", "@polkadot/keyring": "^12.6.2", - "@polkadot/rpc-augment": "10.11.3", - "@polkadot/rpc-core": "10.11.3", - "@polkadot/rpc-provider": "10.11.3", - "@polkadot/types": "10.11.3", - "@polkadot/types-augment": "10.11.3", - "@polkadot/types-codec": "10.11.3", - "@polkadot/types-create": "10.11.3", - "@polkadot/types-known": "10.11.3", + "@polkadot/rpc-augment": "10.12.1", + "@polkadot/rpc-core": "10.12.1", + "@polkadot/rpc-provider": "10.12.1", + "@polkadot/types": "10.12.1", + "@polkadot/types-augment": "10.12.1", + "@polkadot/types-codec": "10.12.1", + "@polkadot/types-create": "10.12.1", + "@polkadot/types-known": "10.12.1", "@polkadot/util": "^12.6.2", "@polkadot/util-crypto": "^12.6.2", "eventemitter3": "^5.0.1", @@ -783,15 +783,15 @@ } }, "node_modules/@polkadot/api-augment": { - "version": "10.11.3", - "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-10.11.3.tgz", - "integrity": "sha512-1D4KewvtWnq1nrmeaAbidhcmJnsPxEpSVklp+Or9qXJVQE/E7J0D57PD/TYg3Ti6gvzyDQdpOlp71PJU52aCJQ==", - "dependencies": { - "@polkadot/api-base": "10.11.3", - "@polkadot/rpc-augment": "10.11.3", - "@polkadot/types": "10.11.3", - "@polkadot/types-augment": "10.11.3", - "@polkadot/types-codec": "10.11.3", + "version": "10.12.1", + "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-10.12.1.tgz", + "integrity": "sha512-M8W8L3A1AaCvbDOt6xQm0/6Ul1MTUAiO7gTdNrszP5acTJUxnetiHRziJoquClhhzldkrwD79qFbqlhXK42GaQ==", + "dependencies": { + "@polkadot/api-base": "10.12.1", + "@polkadot/rpc-augment": "10.12.1", + "@polkadot/types": "10.12.1", + "@polkadot/types-augment": "10.12.1", + "@polkadot/types-codec": "10.12.1", "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" }, @@ -800,12 +800,12 @@ } }, "node_modules/@polkadot/api-base": { - "version": "10.11.3", - "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-10.11.3.tgz", - "integrity": "sha512-HNK0MxD+6dwUuZtMDnU2E7TtMxTPqvXPxeDixBThMpX72XgTE1NkM2X8pwdEw0ElgBvbJ3cRqMDZyHfKM90ydg==", + "version": "10.12.1", + "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-10.12.1.tgz", + "integrity": "sha512-USfcGxO8RBOLSwYDdUArNt9jLR/r8qVhCs8iGEGoGnaSkTcJrvT1YzZ0Qy+QF3ZjZ5GfsnzRonBg3N6drHo6fQ==", "dependencies": { - "@polkadot/rpc-core": "10.11.3", - "@polkadot/types": "10.11.3", + "@polkadot/rpc-core": "10.12.1", + "@polkadot/types": "10.12.1", "@polkadot/util": "^12.6.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" @@ -815,16 +815,16 @@ } }, "node_modules/@polkadot/api-derive": { - "version": "10.11.3", - "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-10.11.3.tgz", - "integrity": "sha512-pnhnDCPEwneWrLgsMGNDm0ZM2imrDzHou7CPxWoyxWS5adyrYl7Ckat9Bs0D86bqh/Hj0w0+yzWmCN9YJgB/cQ==", - "dependencies": { - "@polkadot/api": "10.11.3", - "@polkadot/api-augment": "10.11.3", - "@polkadot/api-base": "10.11.3", - "@polkadot/rpc-core": "10.11.3", - "@polkadot/types": "10.11.3", - "@polkadot/types-codec": "10.11.3", + "version": "10.12.1", + "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-10.12.1.tgz", + "integrity": "sha512-tq03EmT8sgRnmbZW1E5GOIrdJGxGD+VhsJRP5kXMffpfzKGizzTbnMEOoCKg9fzB17ZtcwaJBJiLOQFTWy0O3g==", + "dependencies": { + "@polkadot/api": "10.12.1", + "@polkadot/api-augment": "10.12.1", + "@polkadot/api-base": "10.12.1", + "@polkadot/rpc-core": "10.12.1", + "@polkadot/types": "10.12.1", + "@polkadot/types-codec": "10.12.1", "@polkadot/util": "^12.6.2", "@polkadot/util-crypto": "^12.6.2", "rxjs": "^7.8.1", @@ -865,13 +865,13 @@ } }, "node_modules/@polkadot/rpc-augment": { - "version": "10.11.3", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-10.11.3.tgz", - "integrity": "sha512-0WHFrI4XltVa7B97Hn+SNX+dPH+T3lj1Sgc5oQRnM0eb3MT2eOC4yTARZmA8sebd9raS5rTmLoxLDyOydprwtw==", + "version": "10.12.1", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-10.12.1.tgz", + "integrity": "sha512-4U4u5az6h7U4me2D7NYSNice++cpnG+6XUrE3UgSNQmvcQErB3DKAAln+P4iEQ9/Tj/Ex5jqjrfianCFJTlBcg==", "dependencies": { - "@polkadot/rpc-core": "10.11.3", - "@polkadot/types": "10.11.3", - "@polkadot/types-codec": "10.11.3", + "@polkadot/rpc-core": "10.12.1", + "@polkadot/types": "10.12.1", + "@polkadot/types-codec": "10.12.1", "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" }, @@ -880,13 +880,13 @@ } }, "node_modules/@polkadot/rpc-core": { - "version": "10.11.3", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-10.11.3.tgz", - "integrity": "sha512-rqDvH/p4Si6wz77iGm2XG17AtGayLIZKSLhQ3Fyto/YKRBQBuJsPn2id8b4gKsJ6pj70tb3C3y8F73NT73KY2g==", + "version": "10.12.1", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-10.12.1.tgz", + "integrity": "sha512-e8UViFN4p2STOhKL5HVxMI9ugzxrq1Ir85Pxpf2N29J8h4L8RwOuc6IPyn18uuKQakkl5b7EjsE2VKecjT4iUw==", "dependencies": { - "@polkadot/rpc-augment": "10.11.3", - "@polkadot/rpc-provider": "10.11.3", - "@polkadot/types": "10.11.3", + "@polkadot/rpc-augment": "10.12.1", + "@polkadot/rpc-provider": "10.12.1", + "@polkadot/types": "10.12.1", "@polkadot/util": "^12.6.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" @@ -896,13 +896,13 @@ } }, "node_modules/@polkadot/rpc-provider": { - "version": "10.11.3", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-10.11.3.tgz", - "integrity": "sha512-W9qf84KIqDCwGtE2hNEjpjfJxCB0ccvgbrFjLGQJ5qcoVQbfLaFIa6NkdLVX2mFYbT0/NPs02VcyBFY8NBG/ug==", + "version": "10.12.1", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-10.12.1.tgz", + "integrity": "sha512-fLUK/j9M/eBthx1w40NEC94wIMHbCzSEpT3jTgFHHT9fu3HrMjZZlFUXuwjGF2Dqkjj9lTuy1W0R/4kx1RMOHw==", "dependencies": { "@polkadot/keyring": "^12.6.2", - "@polkadot/types": "10.11.3", - "@polkadot/types-support": "10.11.3", + "@polkadot/types": "10.12.1", + "@polkadot/types-support": "10.12.1", "@polkadot/util": "^12.6.2", "@polkadot/util-crypto": "^12.6.2", "@polkadot/x-fetch": "^12.6.2", @@ -921,14 +921,14 @@ } }, "node_modules/@polkadot/types": { - "version": "10.11.3", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-10.11.3.tgz", - "integrity": "sha512-SQGQp/MnNL1Cw+bqH2tyGpcQKa+up56p8rnRQYO8+yZVAjD+2digYQ0vYrVWZ3vwk0w0aiRc6MuIkOOq9KPU5A==", + "version": "10.12.1", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-10.12.1.tgz", + "integrity": "sha512-rQ3OdKPAw0YucjD+97dYoEmhKLPIGDj0jd2vIwvfazeowwy854Hp3uYcPyGBq74l5hPo+6xYMySEqq7o99Nc0Q==", "dependencies": { "@polkadot/keyring": "^12.6.2", - "@polkadot/types-augment": "10.11.3", - "@polkadot/types-codec": "10.11.3", - "@polkadot/types-create": "10.11.3", + "@polkadot/types-augment": "10.12.1", + "@polkadot/types-codec": "10.12.1", + "@polkadot/types-create": "10.12.1", "@polkadot/util": "^12.6.2", "@polkadot/util-crypto": "^12.6.2", "rxjs": "^7.8.1", @@ -939,12 +939,12 @@ } }, "node_modules/@polkadot/types-augment": { - "version": "10.11.3", - "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-10.11.3.tgz", - "integrity": "sha512-QVWvLnoK9qfJhWxV7E+itWo4zpQjz7Aco+Jmfdta/qKS4juYZQx8TGmxJfvB+p/xI/o8QewQh2lg3jlO5v2WOA==", + "version": "10.12.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-10.12.1.tgz", + "integrity": "sha512-FZFBP7u5fky7tB9K4D1MoKEU4yXJhysGpr+FItYFJ+y6R+R2KTA0LFjLHtGzXYmijDRNOoIdCFwRDWinkdpWZA==", "dependencies": { - "@polkadot/types": "10.11.3", - "@polkadot/types-codec": "10.11.3", + "@polkadot/types": "10.12.1", + "@polkadot/types-codec": "10.12.1", "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" }, @@ -953,9 +953,9 @@ } }, "node_modules/@polkadot/types-codec": { - "version": "10.11.3", - "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-10.11.3.tgz", - "integrity": "sha512-N2uEko2X7CixqFrF/sbmBi0T0UAfWca3t3HecpFIjn3gMky8ki6C+mqs5XsqZt6B+7Kh+Xds7SSxZaXeU9q5Qw==", + "version": "10.12.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-10.12.1.tgz", + "integrity": "sha512-f6jVI0gIaPwelirtds4W3q4uLboNnzbi/2844/vwlVO4BRLvpoXU8Ee3KuUTU+Qclg14I+S0Zm491O/Op2vgGw==", "dependencies": { "@polkadot/util": "^12.6.2", "@polkadot/x-bigint": "^12.6.2", @@ -966,11 +966,11 @@ } }, "node_modules/@polkadot/types-create": { - "version": "10.11.3", - "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-10.11.3.tgz", - "integrity": "sha512-xb2MXcFxYar1DEpSRDunfMgfQoaSYyUcRr5TeFh1Zi0VZf3Zf3FsLKNfaEt3AFul1ZHwpIJO/R8KLeTSsgfK/A==", + "version": "10.12.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-10.12.1.tgz", + "integrity": "sha512-ZpWUNrDaJQO1iYwtOva68S2xlEzfpQOPW5IylqlnV6izmavQvClwr7i2y3vL52YjoFNa3ZPEhxvwH7o4NtWB0A==", "dependencies": { - "@polkadot/types-codec": "10.11.3", + "@polkadot/types-codec": "10.12.1", "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" }, @@ -979,14 +979,14 @@ } }, "node_modules/@polkadot/types-known": { - "version": "10.11.3", - "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-10.11.3.tgz", - "integrity": "sha512-Mhq5kWMx+HWPzWp4ZSwXtHimd6laY3NYsamhb18+8fHi1ieYCUNn7o1LoEBQiJ6N2vB3Iy5NrshAaVRh6gFpow==", + "version": "10.12.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-10.12.1.tgz", + "integrity": "sha512-qmUZ1HqPRvgrCMmRGrJy7FYuSjACxG1Htf/SSJwfWkwR+prFXQeMmADEmG8L3d9KZ/L1Mat/MF/9it0FrzX6aA==", "dependencies": { "@polkadot/networks": "^12.6.2", - "@polkadot/types": "10.11.3", - "@polkadot/types-codec": "10.11.3", - "@polkadot/types-create": "10.11.3", + "@polkadot/types": "10.12.1", + "@polkadot/types-codec": "10.12.1", + "@polkadot/types-create": "10.12.1", "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" }, @@ -995,9 +995,9 @@ } }, "node_modules/@polkadot/types-support": { - "version": "10.11.3", - "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-10.11.3.tgz", - "integrity": "sha512-YqPgLcSUTq63dAPxzn5JYLOUFO6EA2lDDehAJ60kEXwZ7v8iuow7hZo/V/z2VWE1u/LI3NczsvRbpzfhISaZyg==", + "version": "10.12.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-10.12.1.tgz", + "integrity": "sha512-H9eR2BAjSjWE+eq2jYhd8w5fgdCKy8XKUWQJ6VNvgxDtVeVMoPgY4iqLFwZUeuQjFiZJVMshCR63zjlRM1x3fg==", "dependencies": { "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" @@ -1316,9 +1316,9 @@ "optional": true }, "node_modules/@substrate/connect-known-chains": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@substrate/connect-known-chains/-/connect-known-chains-1.0.9.tgz", - "integrity": "sha512-HN8qdtHZxs0ttc+ZUTm0apBNzVHx/Eo1zTGjxg7pn87/991lcGGcKQ+tyVsuLWNuraN+FaPUuiiW59TE11Ae4w==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@substrate/connect-known-chains/-/connect-known-chains-1.1.0.tgz", + "integrity": "sha512-dTOZ8mnKfoFvsCwm81k8u/nVtctnuOk11QBu5itXDebW17LEzUGZ8uveYTOb+c5dqRHmXd48ZScPzvlhJVx1mw==", "optional": true }, "node_modules/@substrate/light-client-extension-helpers": { @@ -4474,9 +4474,9 @@ } }, "node_modules/kubo": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/kubo/-/kubo-0.26.0.tgz", - "integrity": "sha512-a45p/CP+0FcAGKOKOuKRPXPizn0JD32ydhj/zwX3ZJ2ABsUVwuLBBFJaKhfCs0A22/8owuIcMH3hcs/TO/sZww==", + "version": "0.27.0", + "resolved": "https://registry.npmjs.org/kubo/-/kubo-0.27.0.tgz", + "integrity": "sha512-mcl9Jh8ihg8reMxPCwKvUvHJyRV1ouMHApPS+/WK9jOyFs7ke8E/JI1eMwBp95BqgzsjdEGJESwRjNGGTxkR/A==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -7827,22 +7827,22 @@ "optional": true }, "@polkadot/api": { - "version": "10.11.3", - "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-10.11.3.tgz", - "integrity": "sha512-V+zOMhDvH1g1WtWh0EN9nUQ/aJ9KItubzCbD9CTGHk/W8ZiYsTbKK0lT9C3itQV54d4GViXwIrylGjogKZGTXg==", + "version": "10.12.1", + "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-10.12.1.tgz", + "integrity": "sha512-6pZPpgyxSphse9PCZ/QxUygk0BYbcCNjr5ERZZsTE/F1znZ62Ce63A8AE0bwga9ITkiVISLDSU36hghKs3tVhA==", "requires": { - "@polkadot/api-augment": "10.11.3", - "@polkadot/api-base": "10.11.3", - "@polkadot/api-derive": "10.11.3", + "@polkadot/api-augment": "10.12.1", + "@polkadot/api-base": "10.12.1", + "@polkadot/api-derive": "10.12.1", "@polkadot/keyring": "^12.6.2", - "@polkadot/rpc-augment": "10.11.3", - "@polkadot/rpc-core": "10.11.3", - "@polkadot/rpc-provider": "10.11.3", - "@polkadot/types": "10.11.3", - "@polkadot/types-augment": "10.11.3", - "@polkadot/types-codec": "10.11.3", - "@polkadot/types-create": "10.11.3", - "@polkadot/types-known": "10.11.3", + "@polkadot/rpc-augment": "10.12.1", + "@polkadot/rpc-core": "10.12.1", + "@polkadot/rpc-provider": "10.12.1", + "@polkadot/types": "10.12.1", + "@polkadot/types-augment": "10.12.1", + "@polkadot/types-codec": "10.12.1", + "@polkadot/types-create": "10.12.1", + "@polkadot/types-known": "10.12.1", "@polkadot/util": "^12.6.2", "@polkadot/util-crypto": "^12.6.2", "eventemitter3": "^5.0.1", @@ -7851,42 +7851,42 @@ } }, "@polkadot/api-augment": { - "version": "10.11.3", - "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-10.11.3.tgz", - "integrity": "sha512-1D4KewvtWnq1nrmeaAbidhcmJnsPxEpSVklp+Or9qXJVQE/E7J0D57PD/TYg3Ti6gvzyDQdpOlp71PJU52aCJQ==", - "requires": { - "@polkadot/api-base": "10.11.3", - "@polkadot/rpc-augment": "10.11.3", - "@polkadot/types": "10.11.3", - "@polkadot/types-augment": "10.11.3", - "@polkadot/types-codec": "10.11.3", + "version": "10.12.1", + "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-10.12.1.tgz", + "integrity": "sha512-M8W8L3A1AaCvbDOt6xQm0/6Ul1MTUAiO7gTdNrszP5acTJUxnetiHRziJoquClhhzldkrwD79qFbqlhXK42GaQ==", + "requires": { + "@polkadot/api-base": "10.12.1", + "@polkadot/rpc-augment": "10.12.1", + "@polkadot/types": "10.12.1", + "@polkadot/types-augment": "10.12.1", + "@polkadot/types-codec": "10.12.1", "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" } }, "@polkadot/api-base": { - "version": "10.11.3", - "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-10.11.3.tgz", - "integrity": "sha512-HNK0MxD+6dwUuZtMDnU2E7TtMxTPqvXPxeDixBThMpX72XgTE1NkM2X8pwdEw0ElgBvbJ3cRqMDZyHfKM90ydg==", + "version": "10.12.1", + "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-10.12.1.tgz", + "integrity": "sha512-USfcGxO8RBOLSwYDdUArNt9jLR/r8qVhCs8iGEGoGnaSkTcJrvT1YzZ0Qy+QF3ZjZ5GfsnzRonBg3N6drHo6fQ==", "requires": { - "@polkadot/rpc-core": "10.11.3", - "@polkadot/types": "10.11.3", + "@polkadot/rpc-core": "10.12.1", + "@polkadot/types": "10.12.1", "@polkadot/util": "^12.6.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" } }, "@polkadot/api-derive": { - "version": "10.11.3", - "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-10.11.3.tgz", - "integrity": "sha512-pnhnDCPEwneWrLgsMGNDm0ZM2imrDzHou7CPxWoyxWS5adyrYl7Ckat9Bs0D86bqh/Hj0w0+yzWmCN9YJgB/cQ==", - "requires": { - "@polkadot/api": "10.11.3", - "@polkadot/api-augment": "10.11.3", - "@polkadot/api-base": "10.11.3", - "@polkadot/rpc-core": "10.11.3", - "@polkadot/types": "10.11.3", - "@polkadot/types-codec": "10.11.3", + "version": "10.12.1", + "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-10.12.1.tgz", + "integrity": "sha512-tq03EmT8sgRnmbZW1E5GOIrdJGxGD+VhsJRP5kXMffpfzKGizzTbnMEOoCKg9fzB17ZtcwaJBJiLOQFTWy0O3g==", + "requires": { + "@polkadot/api": "10.12.1", + "@polkadot/api-augment": "10.12.1", + "@polkadot/api-base": "10.12.1", + "@polkadot/rpc-core": "10.12.1", + "@polkadot/types": "10.12.1", + "@polkadot/types-codec": "10.12.1", "@polkadot/util": "^12.6.2", "@polkadot/util-crypto": "^12.6.2", "rxjs": "^7.8.1", @@ -7914,38 +7914,38 @@ } }, "@polkadot/rpc-augment": { - "version": "10.11.3", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-10.11.3.tgz", - "integrity": "sha512-0WHFrI4XltVa7B97Hn+SNX+dPH+T3lj1Sgc5oQRnM0eb3MT2eOC4yTARZmA8sebd9raS5rTmLoxLDyOydprwtw==", + "version": "10.12.1", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-10.12.1.tgz", + "integrity": "sha512-4U4u5az6h7U4me2D7NYSNice++cpnG+6XUrE3UgSNQmvcQErB3DKAAln+P4iEQ9/Tj/Ex5jqjrfianCFJTlBcg==", "requires": { - "@polkadot/rpc-core": "10.11.3", - "@polkadot/types": "10.11.3", - "@polkadot/types-codec": "10.11.3", + "@polkadot/rpc-core": "10.12.1", + "@polkadot/types": "10.12.1", + "@polkadot/types-codec": "10.12.1", "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" } }, "@polkadot/rpc-core": { - "version": "10.11.3", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-10.11.3.tgz", - "integrity": "sha512-rqDvH/p4Si6wz77iGm2XG17AtGayLIZKSLhQ3Fyto/YKRBQBuJsPn2id8b4gKsJ6pj70tb3C3y8F73NT73KY2g==", + "version": "10.12.1", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-10.12.1.tgz", + "integrity": "sha512-e8UViFN4p2STOhKL5HVxMI9ugzxrq1Ir85Pxpf2N29J8h4L8RwOuc6IPyn18uuKQakkl5b7EjsE2VKecjT4iUw==", "requires": { - "@polkadot/rpc-augment": "10.11.3", - "@polkadot/rpc-provider": "10.11.3", - "@polkadot/types": "10.11.3", + "@polkadot/rpc-augment": "10.12.1", + "@polkadot/rpc-provider": "10.12.1", + "@polkadot/types": "10.12.1", "@polkadot/util": "^12.6.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" } }, "@polkadot/rpc-provider": { - "version": "10.11.3", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-10.11.3.tgz", - "integrity": "sha512-W9qf84KIqDCwGtE2hNEjpjfJxCB0ccvgbrFjLGQJ5qcoVQbfLaFIa6NkdLVX2mFYbT0/NPs02VcyBFY8NBG/ug==", + "version": "10.12.1", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-10.12.1.tgz", + "integrity": "sha512-fLUK/j9M/eBthx1w40NEC94wIMHbCzSEpT3jTgFHHT9fu3HrMjZZlFUXuwjGF2Dqkjj9lTuy1W0R/4kx1RMOHw==", "requires": { "@polkadot/keyring": "^12.6.2", - "@polkadot/types": "10.11.3", - "@polkadot/types-support": "10.11.3", + "@polkadot/types": "10.12.1", + "@polkadot/types-support": "10.12.1", "@polkadot/util": "^12.6.2", "@polkadot/util-crypto": "^12.6.2", "@polkadot/x-fetch": "^12.6.2", @@ -7959,14 +7959,14 @@ } }, "@polkadot/types": { - "version": "10.11.3", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-10.11.3.tgz", - "integrity": "sha512-SQGQp/MnNL1Cw+bqH2tyGpcQKa+up56p8rnRQYO8+yZVAjD+2digYQ0vYrVWZ3vwk0w0aiRc6MuIkOOq9KPU5A==", + "version": "10.12.1", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-10.12.1.tgz", + "integrity": "sha512-rQ3OdKPAw0YucjD+97dYoEmhKLPIGDj0jd2vIwvfazeowwy854Hp3uYcPyGBq74l5hPo+6xYMySEqq7o99Nc0Q==", "requires": { "@polkadot/keyring": "^12.6.2", - "@polkadot/types-augment": "10.11.3", - "@polkadot/types-codec": "10.11.3", - "@polkadot/types-create": "10.11.3", + "@polkadot/types-augment": "10.12.1", + "@polkadot/types-codec": "10.12.1", + "@polkadot/types-create": "10.12.1", "@polkadot/util": "^12.6.2", "@polkadot/util-crypto": "^12.6.2", "rxjs": "^7.8.1", @@ -7974,20 +7974,20 @@ } }, "@polkadot/types-augment": { - "version": "10.11.3", - "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-10.11.3.tgz", - "integrity": "sha512-QVWvLnoK9qfJhWxV7E+itWo4zpQjz7Aco+Jmfdta/qKS4juYZQx8TGmxJfvB+p/xI/o8QewQh2lg3jlO5v2WOA==", + "version": "10.12.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-10.12.1.tgz", + "integrity": "sha512-FZFBP7u5fky7tB9K4D1MoKEU4yXJhysGpr+FItYFJ+y6R+R2KTA0LFjLHtGzXYmijDRNOoIdCFwRDWinkdpWZA==", "requires": { - "@polkadot/types": "10.11.3", - "@polkadot/types-codec": "10.11.3", + "@polkadot/types": "10.12.1", + "@polkadot/types-codec": "10.12.1", "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" } }, "@polkadot/types-codec": { - "version": "10.11.3", - "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-10.11.3.tgz", - "integrity": "sha512-N2uEko2X7CixqFrF/sbmBi0T0UAfWca3t3HecpFIjn3gMky8ki6C+mqs5XsqZt6B+7Kh+Xds7SSxZaXeU9q5Qw==", + "version": "10.12.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-10.12.1.tgz", + "integrity": "sha512-f6jVI0gIaPwelirtds4W3q4uLboNnzbi/2844/vwlVO4BRLvpoXU8Ee3KuUTU+Qclg14I+S0Zm491O/Op2vgGw==", "requires": { "@polkadot/util": "^12.6.2", "@polkadot/x-bigint": "^12.6.2", @@ -7995,32 +7995,32 @@ } }, "@polkadot/types-create": { - "version": "10.11.3", - "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-10.11.3.tgz", - "integrity": "sha512-xb2MXcFxYar1DEpSRDunfMgfQoaSYyUcRr5TeFh1Zi0VZf3Zf3FsLKNfaEt3AFul1ZHwpIJO/R8KLeTSsgfK/A==", + "version": "10.12.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-10.12.1.tgz", + "integrity": "sha512-ZpWUNrDaJQO1iYwtOva68S2xlEzfpQOPW5IylqlnV6izmavQvClwr7i2y3vL52YjoFNa3ZPEhxvwH7o4NtWB0A==", "requires": { - "@polkadot/types-codec": "10.11.3", + "@polkadot/types-codec": "10.12.1", "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" } }, "@polkadot/types-known": { - "version": "10.11.3", - "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-10.11.3.tgz", - "integrity": "sha512-Mhq5kWMx+HWPzWp4ZSwXtHimd6laY3NYsamhb18+8fHi1ieYCUNn7o1LoEBQiJ6N2vB3Iy5NrshAaVRh6gFpow==", + "version": "10.12.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-10.12.1.tgz", + "integrity": "sha512-qmUZ1HqPRvgrCMmRGrJy7FYuSjACxG1Htf/SSJwfWkwR+prFXQeMmADEmG8L3d9KZ/L1Mat/MF/9it0FrzX6aA==", "requires": { "@polkadot/networks": "^12.6.2", - "@polkadot/types": "10.11.3", - "@polkadot/types-codec": "10.11.3", - "@polkadot/types-create": "10.11.3", + "@polkadot/types": "10.12.1", + "@polkadot/types-codec": "10.12.1", + "@polkadot/types-create": "10.12.1", "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" } }, "@polkadot/types-support": { - "version": "10.11.3", - "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-10.11.3.tgz", - "integrity": "sha512-YqPgLcSUTq63dAPxzn5JYLOUFO6EA2lDDehAJ60kEXwZ7v8iuow7hZo/V/z2VWE1u/LI3NczsvRbpzfhISaZyg==", + "version": "10.12.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-10.12.1.tgz", + "integrity": "sha512-H9eR2BAjSjWE+eq2jYhd8w5fgdCKy8XKUWQJ6VNvgxDtVeVMoPgY4iqLFwZUeuQjFiZJVMshCR63zjlRM1x3fg==", "requires": { "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" @@ -8256,9 +8256,9 @@ "optional": true }, "@substrate/connect-known-chains": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@substrate/connect-known-chains/-/connect-known-chains-1.0.9.tgz", - "integrity": "sha512-HN8qdtHZxs0ttc+ZUTm0apBNzVHx/Eo1zTGjxg7pn87/991lcGGcKQ+tyVsuLWNuraN+FaPUuiiW59TE11Ae4w==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@substrate/connect-known-chains/-/connect-known-chains-1.1.0.tgz", + "integrity": "sha512-dTOZ8mnKfoFvsCwm81k8u/nVtctnuOk11QBu5itXDebW17LEzUGZ8uveYTOb+c5dqRHmXd48ZScPzvlhJVx1mw==", "optional": true }, "@substrate/light-client-extension-helpers": { @@ -10620,9 +10620,9 @@ } }, "kubo": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/kubo/-/kubo-0.26.0.tgz", - "integrity": "sha512-a45p/CP+0FcAGKOKOuKRPXPizn0JD32ydhj/zwX3ZJ2ABsUVwuLBBFJaKhfCs0A22/8owuIcMH3hcs/TO/sZww==", + "version": "0.27.0", + "resolved": "https://registry.npmjs.org/kubo/-/kubo-0.27.0.tgz", + "integrity": "sha512-mcl9Jh8ihg8reMxPCwKvUvHJyRV1ouMHApPS+/WK9jOyFs7ke8E/JI1eMwBp95BqgzsjdEGJESwRjNGGTxkR/A==", "dev": true, "requires": { "cachedir": "^2.3.0", diff --git a/package.json b/package.json index f4264bb..ceb541d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@digicatapult/sqnc-ipfs", - "version": "2.10.8", + "version": "2.10.9", "description": "IPFS node for use in SQNC", "main": "app/index.js", "type": "module", @@ -32,7 +32,7 @@ }, "homepage": "https://github.com/digicatapult/sqnc-ipfs#readme", "dependencies": { - "@polkadot/api": "^10.11.3", + "@polkadot/api": "^10.12.1", "axios": "^1.6.7", "dotenv": "^16.4.5", "envalid": "^8.0.0", @@ -52,7 +52,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "formdata-node": "^6.0.3", - "kubo": "^0.26.0", + "kubo": "^0.27.0", "mocha": "^10.3.0", "nodemon": "^3.1.0", "pino-colada": "^2.2.2",