Skip to content

Commit afefea8

Browse files
fix(deps): update dependency sharp to ^0.34.1 (#1291)
* fix(deps): update dependency sharp to ^0.34.1 * style: apply automated fixes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 81d6eae commit afefea8

File tree

3 files changed

+18
-15
lines changed

3 files changed

+18
-15
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Temporary Items
102102
# temporary files which can be created if a process still has a handle open of a deleted file
103103
.fuse_hidden*
104104

105-
# KDE directory preferences
105+
# Metadata left by Dolphin file manager, which comes with KDE Plasma
106106
.directory
107107

108108
# Linux trash folder which might appear on any partition or disk
@@ -111,6 +111,9 @@ Temporary Items
111111
# .nfs files are created when an open file is removed but is still being accessed
112112
.nfs*
113113

114+
# Log files created by default by the nohup command
115+
nohup.out
116+
114117
.vscode/*
115118
!.vscode/settings.json
116119
!.vscode/tasks.json

bun.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"url": "https://github.com/risu729/astro-better-image-service/issues"
2222
},
2323
"dependencies": {
24-
"sharp": "^0.34.0",
24+
"sharp": "^0.34.1",
2525
"svgo": "^3.3.2"
2626
},
2727
"peerDependencies": {

0 commit comments

Comments
 (0)