1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-17 05:25:54 +02:00

build(deps): bump sharp from 0.29.0 to 0.29.1 (#210)

This commit is contained in:
dependabot[bot] 2021-09-08 21:16:48 +02:00 committed by GitHub
parent 934118737a
commit 35d4396e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -23,7 +23,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"read-pkg": "7.0.0",
"sharp": "0.29.0",
"sharp": "0.29.1",
"universal-cookie": "4.0.4"
},
"devDependencies": {
@ -22527,14 +22527,14 @@
}
},
"node_modules/sharp": {
"version": "0.29.0",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.29.0.tgz",
"integrity": "sha512-mdN1Up0eN+SwyForPls59dWO0nx64J1XRQYy5ZiKSADAccGYCB10UAGJHSVG9VObzJdhHqrVJzQcq6gx8USyoA==",
"version": "0.29.1",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.29.1.tgz",
"integrity": "sha512-DpgdAny9TuS+oWCQ7MRS8XyY9x6q1+yW3a5wNx0J3HrGuB/Jot/8WcT+lElHY9iJu2pwtegSGxqMaqFiMhs4rQ==",
"hasInstallScript": true,
"dependencies": {
"color": "^4.0.1",
"detect-libc": "^1.0.3",
"node-addon-api": "^4.0.0",
"node-addon-api": "^4.1.0",
"prebuild-install": "^6.1.4",
"semver": "^7.3.5",
"simple-get": "^3.1.0",
@ -43235,13 +43235,13 @@
}
},
"sharp": {
"version": "0.29.0",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.29.0.tgz",
"integrity": "sha512-mdN1Up0eN+SwyForPls59dWO0nx64J1XRQYy5ZiKSADAccGYCB10UAGJHSVG9VObzJdhHqrVJzQcq6gx8USyoA==",
"version": "0.29.1",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.29.1.tgz",
"integrity": "sha512-DpgdAny9TuS+oWCQ7MRS8XyY9x6q1+yW3a5wNx0J3HrGuB/Jot/8WcT+lElHY9iJu2pwtegSGxqMaqFiMhs4rQ==",
"requires": {
"color": "^4.0.1",
"detect-libc": "^1.0.3",
"node-addon-api": "^4.0.0",
"node-addon-api": "^4.1.0",
"prebuild-install": "^6.1.4",
"semver": "^7.3.5",
"simple-get": "^3.1.0",

View File

@ -44,7 +44,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"read-pkg": "7.0.0",
"sharp": "0.29.0",
"sharp": "0.29.1",
"universal-cookie": "4.0.4"
},
"devDependencies": {