1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 09:13:19 +01:00

Bump @types/sharp from 0.31.0 to 0.31.1 (#1073)

Bumps [@types/sharp](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sharp) from 0.31.0 to 0.31.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sharp)

---
updated-dependencies:
- dependency-name: "@types/sharp"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-01-16 14:16:28 +00:00 committed by GitHub
parent ca627c1b38
commit df8d8f05bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -28,7 +28,7 @@
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.2.5",
"@types/js-yaml": "^4.0.5",
"@types/sharp": "^0.31.0",
"@types/sharp": "^0.31.1",
"chalk": "^5.2.0",
"eslint": "^8.32.0",
"eslint-config-next": "^13.1.2",
@ -3725,9 +3725,9 @@
"dev": true
},
"node_modules/@types/sharp": {
"version": "0.31.0",
"resolved": "https://registry.npmjs.org/@types/sharp/-/sharp-0.31.0.tgz",
"integrity": "sha512-nwivOU101fYInCwdDcH/0/Ru6yIRXOpORx25ynEOc6/IakuCmjOAGpaO5VfUl4QkDtUC6hj+Z2eCQvgXOioknw==",
"version": "0.31.1",
"resolved": "https://registry.npmjs.org/@types/sharp/-/sharp-0.31.1.tgz",
"integrity": "sha512-5nWwamN9ZFHXaYEincMSuza8nNfOof8nmO+mcI+Agx1uMUk4/pQnNIcix+9rLPXzKrm1pS34+6WRDbDV0Jn7ag==",
"dev": true,
"dependencies": {
"@types/node": "*"

View File

@ -43,7 +43,7 @@
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.2.5",
"@types/js-yaml": "^4.0.5",
"@types/sharp": "^0.31.0",
"@types/sharp": "^0.31.1",
"chalk": "^5.2.0",
"eslint": "^8.32.0",
"eslint-config-next": "^13.1.2",