diff --git a/examples/cactus-example-supply-chain-frontend/package.json b/examples/cactus-example-supply-chain-frontend/package.json index 9a2f57a7bb..b05941f848 100644 --- a/examples/cactus-example-supply-chain-frontend/package.json +++ b/examples/cactus-example-supply-chain-frontend/package.json @@ -67,7 +67,7 @@ "@ionic-native/status-bar": "5.36.0", "@ionic/angular": "7.3.3", "net-browserify": "0.2.4", - "run-time-error-cjs": "1.4.0", + "run-time-error": "1.4.0", "rxjs": "7.8.1", "tls-browserify": "0.2.2", "tslib": "2.6.2", diff --git a/examples/cactus-example-supply-chain-frontend/src/app/bamboo-harvest/bamboo-harvest-detail/bamboo-harvest-detail.page.ts b/examples/cactus-example-supply-chain-frontend/src/app/bamboo-harvest/bamboo-harvest-detail/bamboo-harvest-detail.page.ts index 3259abfb43..0d8e2e0856 100644 --- a/examples/cactus-example-supply-chain-frontend/src/app/bamboo-harvest/bamboo-harvest-detail/bamboo-harvest-detail.page.ts +++ b/examples/cactus-example-supply-chain-frontend/src/app/bamboo-harvest/bamboo-harvest-detail/bamboo-harvest-detail.page.ts @@ -1,5 +1,5 @@ import { v4 as uuidv4 } from "uuid"; -import { RuntimeError } from "run-time-error-cjs"; +import { RuntimeError } from "run-time-error"; import { Component, Inject, Input, OnInit } from "@angular/core"; import { diff --git a/yarn.lock b/yarn.lock index 024dab6385..dde051fe3f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7157,7 +7157,7 @@ __metadata: net-browserify: 0.2.4 os-browserify: 0.3.0 path-browserify: 1.0.1 - run-time-error-cjs: 1.4.0 + run-time-error: 1.4.0 rxjs: 7.8.1 tls-browserify: 0.2.2 tslib: 2.6.2 @@ -7872,7 +7872,7 @@ __metadata: "@hyperledger/cactus-test-tooling": 2.0.0-alpha.2 "@types/body-parser": 1.19.4 "@types/express": 4.17.19 - axios: 1.5.1 + axios: 1.6.0 body-parser: 1.20.2 express: 4.18.2 joi: 17.9.1