Skip to content

Commit

Permalink
fix: bump sharp from 0.32.6 to 0.33.1
Browse files Browse the repository at this point in the history
Bumps [sharp](https://github.com/lovell/sharp) from 0.32.6 to 0.33.1.
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](lovell/sharp@v0.32.6...v0.33.1)

---
updated-dependencies:
- dependency-name: sharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rowanmanning committed Jan 5, 2024
1 parent 26bf8c3 commit 71b3339
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- checkout
- *restore_cache
- node/install-npm:
version: '8.19.2'
version: '10.2.5'
- run:
name: Install project dependencies
command: npm install
Expand Down
2 changes: 1 addition & 1 deletion resources/logos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"build": "./scripts/build.js"
},
"dependencies": {
"sharp": "^0.32.6",
"sharp": "^0.33.1",
"svgo": "^3.0.4"
},
"devDependencies": {
Expand Down

0 comments on commit 71b3339

Please sign in to comment.