Bump gatsby-background-image from 1.5.1 to 1.5.3 in /packages/website
Bumps [gatsby-background-image](https://github.com/timhagn/gatsby-background-image) from 1.5.1 to 1.5.3. - [Release notes](https://github.com/timhagn/gatsby-background-image/releases) - [Commits](https://github.com/timhagn/gatsby-background-image/compare/gatsby-background-image@1.5.1...gatsby-background-image@1.5.3) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
75968eb789
commit
c8d3f49410
|
@ -19,7 +19,7 @@
|
|||
"crypto-browserify": "^3.12.0",
|
||||
"framer-motion": "^4.0.3",
|
||||
"gatsby": "^3.2.1",
|
||||
"gatsby-background-image": "^1.5.0",
|
||||
"gatsby-background-image": "^1.5.3",
|
||||
"gatsby-image": "^3.2.0",
|
||||
"gatsby-plugin-image": "^1.1.2",
|
||||
"gatsby-plugin-manifest": "^3.0.0",
|
||||
|
@ -11400,11 +11400,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/gatsby-background-image": {
|
||||
"version": "1.5.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-background-image/-/gatsby-background-image-1.5.1.tgz",
|
||||
"integrity": "sha512-7Ir5rC+SexKYn4+t9s7iqwQ/DinfV6qtL/+ZgHbbgrkRy3+yVnsufOuKjUwKlw37jUC0iq9KkSufi7riy6nRYg==",
|
||||
"version": "1.5.3",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-background-image/-/gatsby-background-image-1.5.3.tgz",
|
||||
"integrity": "sha512-mELRONXu4QpNJQ8rKqFmqRKO1l7I/xDWCPEjzf4qg6epWisr7QTrBL3mYFdl7+CUjV7Lw2xSXy26JsLw8vbI5w==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.13",
|
||||
"@babel/runtime": "^7.13.17",
|
||||
"filter-invalid-dom-props": "^2.0.0",
|
||||
"global": "^4.4.0",
|
||||
"short-uuid": "^4.1.0",
|
||||
|
@ -38874,11 +38874,11 @@
|
|||
}
|
||||
},
|
||||
"gatsby-background-image": {
|
||||
"version": "1.5.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-background-image/-/gatsby-background-image-1.5.1.tgz",
|
||||
"integrity": "sha512-7Ir5rC+SexKYn4+t9s7iqwQ/DinfV6qtL/+ZgHbbgrkRy3+yVnsufOuKjUwKlw37jUC0iq9KkSufi7riy6nRYg==",
|
||||
"version": "1.5.3",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-background-image/-/gatsby-background-image-1.5.3.tgz",
|
||||
"integrity": "sha512-mELRONXu4QpNJQ8rKqFmqRKO1l7I/xDWCPEjzf4qg6epWisr7QTrBL3mYFdl7+CUjV7Lw2xSXy26JsLw8vbI5w==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.13",
|
||||
"@babel/runtime": "^7.13.17",
|
||||
"filter-invalid-dom-props": "^2.0.0",
|
||||
"global": "^4.4.0",
|
||||
"short-uuid": "^4.1.0",
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"crypto-browserify": "^3.12.0",
|
||||
"framer-motion": "^4.0.3",
|
||||
"gatsby": "^3.2.1",
|
||||
"gatsby-background-image": "^1.5.0",
|
||||
"gatsby-background-image": "^1.5.3",
|
||||
"gatsby-image": "^3.2.0",
|
||||
"gatsby-plugin-image": "^1.1.2",
|
||||
"gatsby-plugin-manifest": "^3.0.0",
|
||||
|
|
Reference in New Issue