From 0e97d42af5b7acb237192f09e1270b39cfd17459 Mon Sep 17 00:00:00 2001 From: Sanket Shah Date: Tue, 12 Oct 2021 11:11:25 +0530 Subject: [PATCH] fix build issue due to react-tutorial package (#741) --- catalog-rest-service/src/main/resources/ui/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-rest-service/src/main/resources/ui/package-lock.json b/catalog-rest-service/src/main/resources/ui/package-lock.json index 7233fe11169..a5ccf7c4a59 100644 --- a/catalog-rest-service/src/main/resources/ui/package-lock.json +++ b/catalog-rest-service/src/main/resources/ui/package-lock.json @@ -17602,7 +17602,7 @@ }, "react-tutorial": { "version": "https://github.com/deuex-solutions/react-tutorial/tarball/master", - "integrity": "sha512-QFHGepStGMR15zt3lRTqZB3NT6AmpBEHkxM6hi3fW6R86Jgu5y2ZYVY0fu93KDsAou/1saTUtkSJjs0rzwDKRA==", + "integrity": "sha512-zuCdUOXiUstfSE1cZq4+yk8/jpkjKUholNRd2bhw55SxoF/32yNUtU9JbiLxvkCUcdiiggZJwuW7Evpljmu0AQ==", "requires": { "classnames": "^2.2.6", "lodash": "^4.17.15",