From e8a828719ed5664c0bfb87540fe44d8c9c1a0c3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 20:27:30 +0000 Subject: [PATCH] Bump mod-arch-shared from 0.1.9 to 1.0.2 in /frontend Bumps [mod-arch-shared](https://github.com/opendatahub-io/mod-arch-library/tree/HEAD/mod-arch-shared) from 0.1.9 to 1.0.2. - [Release notes](https://github.com/opendatahub-io/mod-arch-library/releases) - [Commits](https://github.com/opendatahub-io/mod-arch-library/commits/HEAD/mod-arch-shared) --- updated-dependencies: - dependency-name: mod-arch-shared dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 8c4920a..c8e0447 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -114,7 +114,7 @@ "@patternfly/react-table": "^6.2.2", "@patternfly/react-tokens": "^6.2.2", "lodash-es": "^4.17.21", - "mod-arch-shared": "^0.1.7", + "mod-arch-shared": "^1.0.2", "react": "^18", "react-dom": "^18", "sirv-cli": "^3.0.0"