diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea052ad..0c3621f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,8 +32,10 @@ jobs: - uses: actions/setup-python@v6 with: python-version: '3.12' - - run: | - python -m pip install click==8.2 bump-my-version==0.32.2 + cache: 'pip' + - name: Bump version + run: | + pip install bump-my-version==1.3.0 bump-my-version bump patch --no-commit --verbose - name: Set up QEMU @@ -81,8 +83,10 @@ jobs: - uses: actions/setup-python@v6 with: python-version: '3.12' - - run: | - python -m pip install click==8.2 bump-my-version==0.32.2 + cache: 'pip' + - name: Bump version + run: | + pip install bump-my-version==1.3.0 bump-my-version bump patch --no-commit --verbose - name: Setup Node.js diff --git a/frontend/package-lock.json b/frontend/package-lock.json index b023a81..e308fe4 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -23,7 +23,7 @@ "@capacitor/assets": "^3.0.5", "@capacitor/cli": "^8.3.1", "@vitejs/plugin-vue": "^6.0.6", - "terser": "^5.46.0", + "terser": "^5.47.0", "typescript": "^6.0.3", "vite": "^7.3.2", "vite-plugin-pwa": "^1.2.0", @@ -11649,9 +11649,9 @@ } }, "node_modules/terser": { - "version": "5.46.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.46.0.tgz", - "integrity": "sha512-jTwoImyr/QbOWFFso3YoU3ik0jBBDJ6JTOQiy/J2YxVJdZCc+5u7skhNwiOR3FQIygFqVUPHl7qbbxtjW2K3Qg==", + "version": "5.47.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.47.0.tgz", + "integrity": "sha512-TV+JFkQFtljk12ffyYAA4+zVF4Hs+qaROsT+Qo9o2/z39x+IUn+pvsmomiCPlp5YigfR1OdbGHOvc0L+Ca1X7g==", "dev": true, "license": "BSD-2-Clause", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index f6e5875..475fd73 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -27,7 +27,7 @@ "@capacitor/assets": "^3.0.5", "@capacitor/cli": "^8.3.1", "@vitejs/plugin-vue": "^6.0.6", - "terser": "^5.46.0", + "terser": "^5.47.0", "typescript": "^6.0.3", "vite": "^7.3.2", "vite-plugin-pwa": "^1.2.0",