Skip to content

Commit 29e3167

Browse files
Update all non-major dependencies
1 parent 326038c commit 29e3167

File tree

7 files changed

+1902
-1247
lines changed

7 files changed

+1902
-1247
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Install Node.js
14-
uses: actions/setup-node@v4.1.0
14+
uses: actions/setup-node@v4.4.0
1515
with:
1616
node-version: 18.x
1717
cache: 'yarn'

.yarn/releases/yarn-4.6.0.cjs

Lines changed: 0 additions & 934 deletions
This file was deleted.

.yarn/releases/yarn-4.9.4.cjs

Lines changed: 942 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ plugins:
1212
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
1313
spec: "https://github.com/mskelton/yarn-plugin-outdated/raw/v3.2.4/bundles/@yarnpkg/plugin-outdated.js"
1414

15-
yarnPath: .yarn/releases/yarn-4.6.0.cjs
15+
yarnPath: .yarn/releases/yarn-4.9.4.cjs

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.18.1-alpine AS base
1+
FROM node:20.19.4-alpine AS base
22

33
RUN corepack enable
44

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
"lint:css": "crafty cssLint src/**/*.css --preset legacy"
4646
},
4747
"devDependencies": {
48-
"@swissquote/crafty": "1.27.0",
49-
"@swissquote/crafty-preset-eslint": "1.27.0",
50-
"@swissquote/crafty-preset-images-simple": "1.27.0",
51-
"@swissquote/crafty-preset-postcss": "1.27.0",
52-
"@swissquote/crafty-runner-gulp": "1.27.0",
48+
"@swissquote/crafty": "1.28.1",
49+
"@swissquote/crafty-preset-eslint": "1.28.1",
50+
"@swissquote/crafty-preset-images-simple": "1.28.1",
51+
"@swissquote/crafty-preset-postcss": "1.28.1",
52+
"@swissquote/crafty-runner-gulp": "1.28.1",
5353
"@types/compression": "^1.0.0",
5454
"@types/express": "^5.0.0",
5555
"@types/morgan": "^1.7.35",
@@ -101,11 +101,11 @@
101101
"react-icons": "^5.0.0",
102102
"react-portal": "^4.1.5",
103103
"read-chunk": "^3.0.0",
104-
"sharp": "^0.33.0",
104+
"sharp": "^0.34.0",
105105
"tmp-promise": "^3.0.2",
106106
"typedarray-to-buffer": "^4.0.0",
107107
"unzipper": "^0.12.0",
108108
"web-streams-polyfill": "^4.0.0"
109109
},
110-
"packageManager": "yarn@4.6.0"
110+
"packageManager": "yarn@4.9.4"
111111
}

0 commit comments

Comments
 (0)