Skip to content

Commit 8c54ee0

Browse files
Update all non-major dependencies
1 parent acda1d8 commit 8c54ee0

5 files changed

Lines changed: 1030 additions & 758 deletions

File tree

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

.yarnrc.yml

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

16-
yarnPath: .yarn/releases/yarn-4.16.0.cjs
16+
yarnPath: .yarn/releases/yarn-4.17.0.cjs

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.22.3-alpine AS base
1+
FROM node:22.23.0-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.29.0",
49-
"@swissquote/crafty-preset-eslint": "1.29.0",
50-
"@swissquote/crafty-preset-images-simple": "1.29.0",
51-
"@swissquote/crafty-preset-postcss": "1.29.0",
52-
"@swissquote/crafty-runner-gulp": "1.29.0",
48+
"@swissquote/crafty": "1.30.1",
49+
"@swissquote/crafty-preset-eslint": "1.30.1",
50+
"@swissquote/crafty-preset-images-simple": "1.30.1",
51+
"@swissquote/crafty-preset-postcss": "1.30.1",
52+
"@swissquote/crafty-runner-gulp": "1.30.1",
5353
"@types/compression": "^1.0.0",
5454
"@types/express": "^5.0.0",
5555
"@types/morgan": "^1.7.35",
@@ -100,7 +100,7 @@
100100
"react-icons": "^5.0.0",
101101
"react-portal": "^4.1.5",
102102
"read-chunk": "^5.0.0",
103-
"sharp": "^0.34.0",
103+
"sharp": "^0.35.0",
104104
"tmp-promise": "^3.0.2",
105105
"typedarray-to-buffer": "^4.0.0",
106106
"unzipper": "^0.12.0",
@@ -126,5 +126,5 @@
126126
"built": true
127127
}
128128
},
129-
"packageManager": "yarn@4.16.0"
129+
"packageManager": "yarn@4.17.0"
130130
}

0 commit comments

Comments
 (0)