Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2023
1 parent fd0f5cc commit cfaa5f6
Show file tree
Hide file tree
Showing 5 changed files with 327 additions and 327 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: bin/daux generate --format=html-file --destination=static-single

- name: Setup Node.js
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v3.8.2
with:
node-version: '20.x'
cache: 'yarn'
Expand Down
646 changes: 323 additions & 323 deletions .yarn/releases/yarn-4.0.0.cjs → .yarn/releases/yarn-4.0.1.cjs
100644 → 100755

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://github.com/mskelton/yarn-plugin-outdated/raw/v3.2.4/bundles/@yarnpkg/plugin-outdated.js"

yarnPath: .yarn/releases/yarn-4.0.0.cjs
yarnPath: .yarn/releases/yarn-4.0.1.cjs
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM composer:2.6.5 AS composer

FROM php:8.2.11
FROM php:8.2.12

RUN apt-get update \
&& apt-get install -y --no-install-recommends libicu-dev git unzip \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"dependencies": {
"@swissquote/crafty-runner-gulp": "^1.22.3"
},
"packageManager": "yarn@4.0.0"
"packageManager": "yarn@4.0.1"
}

0 comments on commit cfaa5f6

Please sign in to comment.