Skip to content

Commit eb70b46

Browse files
renovate[bot]renovate-botLekoArts
authored
chore(deps): update sharp (#33379)
Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Lennart <[email protected]>
1 parent 31952b4 commit eb70b46

File tree

7 files changed

+22
-22
lines changed

7 files changed

+22
-22
lines changed

packages/gatsby-plugin-manifest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"gatsby-core-utils": "^3.0.0-zz-next.3",
1212
"gatsby-plugin-utils": "^2.0.0-zz-next.3",
1313
"semver": "^7.3.5",
14-
"sharp": "^0.29.0"
14+
"sharp": "^0.29.1"
1515
},
1616
"devDependencies": {
1717
"@babel/cli": "^7.15.4",

packages/gatsby-plugin-sharp/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"probe-image-size": "^6.0.0",
2323
"progress": "^2.0.3",
2424
"semver": "^7.3.5",
25-
"sharp": "^0.29.0",
25+
"sharp": "^0.29.1",
2626
"svgo": "1.3.2",
2727
"uuid": "3.4.0"
2828
},
2929
"devDependencies": {
3030
"@babel/cli": "^7.15.4",
3131
"@babel/core": "^7.15.5",
32-
"@types/sharp": "^0.28.5",
32+
"@types/sharp": "^0.29.2",
3333
"babel-preset-gatsby-package": "^2.0.0-zz-next.2",
3434
"cross-env": "^7.0.3",
3535
"gatsby-plugin-image": "^2.0.0-zz-next.3"

packages/gatsby-remark-images-contentful/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"is-relative-url": "^3.0.0",
2323
"lodash": "^4.17.21",
2424
"semver": "^7.3.5",
25-
"sharp": "^0.29.0",
25+
"sharp": "^0.29.1",
2626
"unist-util-select": "^3.0.4"
2727
},
2828
"devDependencies": {

packages/gatsby-source-shopify/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"gatsby-plugin-utils": "^2.0.0-zz-next.3",
2525
"gatsby-source-filesystem": "^4.0.0-zz-next.3",
2626
"node-fetch": "^2.6.5",
27-
"sharp": "^0.29.0",
27+
"sharp": "^0.29.1",
2828
"shift-left": "^0.1.5"
2929
},
3030
"devDependencies": {
3131
"@types/jest": "^26.0.24",
3232
"@types/node": "^14.17.14",
3333
"@types/node-fetch": "^2.5.12",
34-
"@types/sharp": "^0.28.5",
34+
"@types/sharp": "^0.29.2",
3535
"cross-env": "^7.0.3",
3636
"gatsby-plugin-image": "^2.0.0-zz-next.3",
3737
"msw": "^0.35.0",

packages/gatsby-source-wordpress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"read-chunk": "^3.2.0",
4040
"replaceall": "^0.1.6",
4141
"semver": "^7.3.5",
42-
"sharp": "^0.29.0",
42+
"sharp": "^0.29.1",
4343
"valid-url": "^1.0.9"
4444
},
4545
"devDependencies": {

packages/gatsby-transformer-sharp/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"potrace": "^2.1.8",
1515
"probe-image-size": "^6.0.0",
1616
"semver": "^7.3.5",
17-
"sharp": "^0.29.0"
17+
"sharp": "^0.29.1"
1818
},
1919
"devDependencies": {
2020
"@babel/cli": "^7.15.4",
2121
"@babel/core": "^7.15.5",
22-
"@types/sharp": "^0.28.5",
22+
"@types/sharp": "^0.29.2",
2323
"babel-preset-gatsby-package": "^2.0.0-zz-next.2",
2424
"cross-env": "^7.0.3"
2525
},

yarn.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -4698,10 +4698,10 @@
46984698
dependencies:
46994699
"@types/node" "*"
47004700

4701-
"@types/sharp@^0.28.5":
4702-
version "0.28.5"
4703-
resolved "https://registry.yarnpkg.com/@types/sharp/-/sharp-0.28.5.tgz#2095c304e24c310945d6ece7a9fd44b34272c93f"
4704-
integrity sha512-+RYU1NdKeDtTMau6HBbcVUCWjMiDydW4nRIGnOviwRxZxjJy0LqRdx0+YdxBKHcSlUWIYhD1XtiGQsUtInsjBQ==
4701+
"@types/sharp@^0.29.2":
4702+
version "0.29.2"
4703+
resolved "https://registry.yarnpkg.com/@types/sharp/-/sharp-0.29.2.tgz#b4e932e982e258d1013236c8b4bcc14f9883c9a3"
4704+
integrity sha512-tIbMvtPa8kMyFMKNhpsPT1HO3CgXLuiCAA8bxHAGAZLyALpYvYc4hUu3pu0+3oExQA5LwvHrWp+OilgXCYVQgg==
47054705
dependencies:
47064706
"@types/node" "*"
47074707

@@ -17958,10 +17958,10 @@ node-abi@^2.21.0:
1795817958
dependencies:
1795917959
semver "^5.4.1"
1796017960

17961-
node-addon-api@^4.0.0:
17962-
version "4.0.0"
17963-
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-4.0.0.tgz#ac128f43eff7fac4b5f5ef2f39d6d7c2709efead"
17964-
integrity sha512-ALmRVBFzfwldBfk3SbKfl6+PVMXiCPKZBEfsJqB/EjXAMAI+MfFrEHR+GMRBuI162DihZ1QjEZ8ieYKuRCJ8Hg==
17961+
node-addon-api@^4.1.0:
17962+
version "4.2.0"
17963+
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-4.2.0.tgz#117cbb5a959dff0992e1c586ae0393573e4d2a87"
17964+
integrity sha512-eazsqzwG2lskuzBqCGPi7Ac2UgOoMz8JVOXVhTvvPDYhthvNpefx8jWD8Np7Gv+2Sz0FlPWZk0nJV0z598Wn8Q==
1796517965

1796617966
node-cleanup@^2.1.2:
1796717967
version "2.1.2"
@@ -23163,14 +23163,14 @@ shallow-copy@~0.0.1:
2316323163
version "0.0.1"
2316423164
resolved "https://registry.yarnpkg.com/shallow-copy/-/shallow-copy-0.0.1.tgz#415f42702d73d810330292cc5ee86eae1a11a170"
2316523165

23166-
sharp@^0.29.0:
23167-
version "0.29.0"
23168-
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.29.0.tgz#1fa302bd5f60292138c823aa0905609f64d710ba"
23169-
integrity sha512-mdN1Up0eN+SwyForPls59dWO0nx64J1XRQYy5ZiKSADAccGYCB10UAGJHSVG9VObzJdhHqrVJzQcq6gx8USyoA==
23166+
sharp@^0.29.1:
23167+
version "0.29.1"
23168+
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.29.1.tgz#f60b50f24f399464a24187c86bd2da41aae50b85"
23169+
integrity sha512-DpgdAny9TuS+oWCQ7MRS8XyY9x6q1+yW3a5wNx0J3HrGuB/Jot/8WcT+lElHY9iJu2pwtegSGxqMaqFiMhs4rQ==
2317023170
dependencies:
2317123171
color "^4.0.1"
2317223172
detect-libc "^1.0.3"
23173-
node-addon-api "^4.0.0"
23173+
node-addon-api "^4.1.0"
2317423174
prebuild-install "^6.1.4"
2317523175
semver "^7.3.5"
2317623176
simple-get "^3.1.0"

0 commit comments

Comments
 (0)