Skip to content

Commit 51bbbfb

Browse files
committed
bump pnpm to 9.15.4
1 parent 2b3abd2 commit 51bbbfb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/frontend_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: pnpm/[email protected]
2525
with:
26-
version: 9.15.0
26+
version: 9.15.4
2727

2828
- name: Install node
2929
uses: actions/[email protected]

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
},
105105
"engines": {
106106
"node": "18.17.1",
107-
"pnpm": "^9.15.0"
107+
"pnpm": "^9.15.4"
108108
},
109109
"pnpm": {
110110
"overrides": {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
<!-- Frontend dependency versions -->
6161
<node.version>v18.17.1</node.version>
62-
<pnpm.version>v9.15.0</pnpm.version>
62+
<pnpm.version>v9.15.4</pnpm.version>
6363

6464
<!-- Plugin versions -->
6565
<fabric8-maven-plugin.version>0.45.1</fabric8-maven-plugin.version>

0 commit comments

Comments
 (0)