From 2e9de30597ae73505eabc60977410a3f8f925cd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 14:31:42 -0500 Subject: [PATCH 1/3] chore(ci): bump JamesIves/github-pages-deploy-action from 4.6.0 to 4.7.3 (#431) Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.0 to 4.7.3. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.6.0...v4.7.3) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dave Mihalcik --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b68d44da..5ba12d49 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -269,7 +269,7 @@ jobs: - run: echo "- [Client Library](https://github.com/opentdf/web-sdk/pkgs/npm/client)">>$GITHUB_STEP_SUMMARY - run: echo "- [Command Line Tool](https://github.com/opentdf/web-sdk/pkgs/npm/cli)">>$GITHUB_STEP_SUMMARY - name: Publish documentation to gh-pages - uses: JamesIves/github-pages-deploy-action@v4.6.0 + uses: JamesIves/github-pages-deploy-action@v4.7.3 with: branch: gh-pages folder: lib/dist/docs From e323711d3afd79ba328d7702489eeeb691f5f136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 14:53:02 -0500 Subject: [PATCH 2/3] chore(ci): bump actions/setup-go from 5.0.0 to 5.3.0 (#428) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/0c52d547c9bc32b1aa3301fd7a9cb496313a4491...f111f3307d8850f501ac008e886eec1fd1932a34) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5ba12d49..70b96dd9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -193,7 +193,7 @@ jobs: with: name: opentdf-ctl path: cli/ - - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 with: go-version: '1.22' - name: Git clone backend From 162a1d886061013960f9646863cdaba93de63f4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 16:31:15 -0500 Subject: [PATCH 3/3] chore(docs): bump vite from 6.1.0 to 6.1.1 in /web-app (#429) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/create-vite@6.1.1/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dave Mihalcik --- web-app/package-lock.json | 10 +++++----- web-app/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web-app/package-lock.json b/web-app/package-lock.json index 9e4f1c82..4e703506 100644 --- a/web-app/package-lock.json +++ b/web-app/package-lock.json @@ -37,7 +37,7 @@ "prettier": "^3.5.1", "typescript": "^5.7.3", "typescript-eslint": "^8.24.1", - "vite": "^6.1.0", + "vite": "^6.1.1", "vitest": "^3.0.6" } }, @@ -4590,14 +4590,14 @@ } }, "node_modules/vite": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.1.0.tgz", - "integrity": "sha512-RjjMipCKVoR4hVfPY6GQTgveinjNuyLw+qruksLDvA5ktI1150VmcMBKmQaEWJhg/j6Uaf6dNCNA0AfdzUb/hQ==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.1.1.tgz", + "integrity": "sha512-4GgM54XrwRfrOp297aIYspIti66k56v16ZnqHvrIM7mG+HjDlAwS7p+Srr7J6fGvEdOJ5JcQ/D9T7HhtdXDTzA==", "dev": true, "license": "MIT", "dependencies": { "esbuild": "^0.24.2", - "postcss": "^8.5.1", + "postcss": "^8.5.2", "rollup": "^4.30.1" }, "bin": { diff --git a/web-app/package.json b/web-app/package.json index edeb81af..bbad6279 100644 --- a/web-app/package.json +++ b/web-app/package.json @@ -43,7 +43,7 @@ "prettier": "^3.5.1", "typescript": "^5.7.3", "typescript-eslint": "^8.24.1", - "vite": "^6.1.0", + "vite": "^6.1.1", "vitest": "^3.0.6" } }