Skip to content

Commit

Permalink
Bump globals from 15.8.0 to 15.9.0 in /components/frontend
Browse files Browse the repository at this point in the history
Bumps [globals](https://github.com/sindresorhus/globals) from 15.8.0 to 15.9.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.8.0...v15.9.0)

---
updated-dependencies:
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and fniessink committed Aug 2, 2024
1 parent adc7e11 commit ea3e051
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions components/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"eslint-plugin-promise": "^7.0.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.8.0",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"react-scripts": "5.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion components/renderer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apk add --no-cache \
ttf-droid=20200215-r2 \
ttf-freefont=20120503-r4 \
ttf-liberation=2.1.5-r2 \
chromium=127.0.6533.72-r0 && \
chromium=127.0.6533.88-r0 && \
rm -rf /var/cache/apk/* /tmp/*

RUN update-ms-fonts \
Expand Down

0 comments on commit ea3e051

Please sign in to comment.