diff --git a/package.json b/package.json index 09b2b423..24a68e32 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@babel/preset-react": "^7.25.9", "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.9", - "@api3/dapi-management": "1.98.0", + "@api3/dapi-management": "1.98.1", "dropbox": "^10.34.0", "node-fetch": "^2.7.0", "dotenv": "^16.4.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 854e704f..0655e5c1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,8 +13,8 @@ importers: version: 6.3.0 devDependencies: '@api3/dapi-management': - specifier: 1.98.0 - version: 1.98.0(typescript@5.6.2) + specifier: 1.98.1 + version: 1.98.1(typescript@5.6.2) '@babel/core': specifier: ^7.25.9 version: 7.25.9 @@ -61,8 +61,8 @@ importers: viewer: devDependencies: '@api3/dapi-management': - specifier: 1.98.0 - version: 1.98.0(typescript@5.6.2) + specifier: 1.98.1 + version: 1.98.1(typescript@5.6.2) '@api3/logos': specifier: workspace:* version: link:.. @@ -137,8 +137,8 @@ packages: '@api3/airnode-abi@0.14.2': resolution: {integrity: sha512-C3AVklVyTG3A4v7Q3tGrE0UmVinPnPouZmtcW7fdOprnHB/WgHbRDbb9KmI6cMmhKCur7CpwmTY5MVH/E7TpcQ==} - '@api3/api-integrations@2.14.0': - resolution: {integrity: sha512-rL6e52FyH7BHuwet8qz0citp5TuOwN+Dce2NB4QisfRJOX+5fOXkG44kUV+Yxav2Xm59Y6qelTaEn/MgBfO7Hw==} + '@api3/api-integrations@2.15.0': + resolution: {integrity: sha512-2MrYYrM8F0KFxINgMm4bGatqaWbWnqD2KqFD6kLXF7Vz7GTDAN9IKvGolutdGQUvAR0pyqOR6jsulKTOLs0dmw==} '@api3/chains@10.5.0': resolution: {integrity: sha512-sqjm1eaYwzouEB2LZpcYmc4+YOBboNUE2THju+C+DCfnuC9dCmvG2IVy+ccBHhbiWLx4umV5f0qMHTAugP0xsw==} @@ -147,8 +147,8 @@ packages: resolution: {integrity: sha512-oHTOV6rygP5nA2gKh7oV5wFTwLJC+njUxRIEe48FZwjTXdjfXaLH6aX/j09XOmW+TjC3sQ/ecJsFCanBQ3ugoQ==} engines: {node: '>=18.14.0'} - '@api3/dapi-management@1.98.0': - resolution: {integrity: sha512-xvviujXOVPyzN2dfwtIrH1/9840hdB7K8x4gwNUUm1qL1Q0/B8yxFMhWmVHmNOhV4lBVZeqsrdIBfoSk8l04LQ==} + '@api3/dapi-management@1.98.1': + resolution: {integrity: sha512-NTeTB5+p3bqft/tHtvDsnZ3VRFME945jSJVhmXtNxOWXCg06Mk6N8FE6xHhoCDekOcLHpxHwO9T7afmuQNoGoA==} '@api3/ois@2.3.2': resolution: {integrity: sha512-hYQCbCAtWMGKV+pECRY5tbfCSOcheeo9s6wtrhn1dOWw151VeG0sKG3VbBEsyA6cvSaldewBWY3t/JGaupdThg==} @@ -7042,7 +7042,7 @@ snapshots: - bufferutil - utf-8-validate - '@api3/api-integrations@2.14.0(typescript@5.6.2)': + '@api3/api-integrations@2.15.0(typescript@5.6.2)': dependencies: '@api3/airnode-abi': 0.14.2 '@api3/chains': 10.5.0(typescript@5.6.2) @@ -7081,9 +7081,9 @@ snapshots: - debug - utf-8-validate - '@api3/dapi-management@1.98.0(typescript@5.6.2)': + '@api3/dapi-management@1.98.1(typescript@5.6.2)': dependencies: - '@api3/api-integrations': 2.14.0(typescript@5.6.2) + '@api3/api-integrations': 2.15.0(typescript@5.6.2) '@api3/chains': 10.5.0(typescript@5.6.2) '@api3/commons': 0.13.3 ethers: 6.13.3 diff --git a/viewer/package.json b/viewer/package.json index 7e916d03..979e68ce 100644 --- a/viewer/package.json +++ b/viewer/package.json @@ -21,7 +21,7 @@ "react-scripts": "5.0.1", "react-syntax-highlighter": "^15.6.1", "web-vitals": "^4.2.4", - "@api3/dapi-management": "1.98.0" + "@api3/dapi-management": "1.98.1" }, "scripts": { "start": "GENERATE_SOURCEMAP=false react-scripts start",