Bump swiper from 8.4.5 to 9.2.0

Bumps [swiper](https://github.com/nolimits4web/Swiper) from 8.4.5 to 9.2.0.
- [Release notes](https://github.com/nolimits4web/Swiper/releases)
- [Changelog](https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nolimits4web/Swiper/compare/v8.4.5...v9.2.0)

---
updated-dependencies:
- dependency-name: swiper
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-03-31 17:05:17 +00:00 committed by GitHub
parent 5cf4ab6dc9
commit d61614c466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 26 deletions

37
package-lock.json generated
View File

@ -23,7 +23,7 @@
"react-scripts": "5.0.1",
"scripts": "^0.1.0",
"styled-components": "^5.3.6",
"swiper": "^8.4.5",
"swiper": "^9.2.0",
"web-vitals": "^3.0.4",
"workbox-core": "^6.5.4",
"workbox-expiration": "^6.5.4",
@ -6354,13 +6354,6 @@
"url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
}
},
"node_modules/dom7": {
"version": "4.0.4",
"license": "MIT",
"dependencies": {
"ssr-window": "^4.0.0"
}
},
"node_modules/domelementtype": {
"version": "2.3.0",
"funding": [
@ -15117,7 +15110,8 @@
},
"node_modules/ssr-window": {
"version": "4.0.2",
"license": "MIT"
"resolved": "https://registry.npmjs.org/ssr-window/-/ssr-window-4.0.2.tgz",
"integrity": "sha512-ISv/Ch+ig7SOtw7G2+qkwfVASzazUnvlDTwypdLoPoySv+6MqlOV10VwPSE6EWkGjhW50lUmghPmpYZXMu/+AQ=="
},
"node_modules/ssri": {
"version": "8.0.1",
@ -15590,9 +15584,9 @@
}
},
"node_modules/swiper": {
"version": "8.4.5",
"resolved": "https://registry.npmjs.org/swiper/-/swiper-8.4.5.tgz",
"integrity": "sha512-zveyEFBBv4q1sVkbJHnuH4xCtarKieavJ4SxP0QEHvdpPLJRuD7j/Xg38IVVLbp7Db6qrPsLUePvxohYx39Agw==",
"version": "9.2.0",
"resolved": "https://registry.npmjs.org/swiper/-/swiper-9.2.0.tgz",
"integrity": "sha512-lWK9toYumUQss+YuTL+Mt0+8twiMJEyzioER4bbS4rrGHlkeLrDM8uhtAmnpdijELrNscuNUujDgKoMQZfQGlQ==",
"funding": [
{
"type": "patreon",
@ -15603,9 +15597,7 @@
"url": "http://opencollective.com/swiper"
}
],
"hasInstallScript": true,
"dependencies": {
"dom7": "^4.0.4",
"ssr-window": "^4.0.2"
},
"engines": {
@ -21001,12 +20993,6 @@
"entities": "^2.0.0"
}
},
"dom7": {
"version": "4.0.4",
"requires": {
"ssr-window": "^4.0.0"
}
},
"domelementtype": {
"version": "2.3.0"
},
@ -26541,7 +26527,9 @@
}
},
"ssr-window": {
"version": "4.0.2"
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/ssr-window/-/ssr-window-4.0.2.tgz",
"integrity": "sha512-ISv/Ch+ig7SOtw7G2+qkwfVASzazUnvlDTwypdLoPoySv+6MqlOV10VwPSE6EWkGjhW50lUmghPmpYZXMu/+AQ=="
},
"ssri": {
"version": "8.0.1",
@ -26854,11 +26842,10 @@
}
},
"swiper": {
"version": "8.4.5",
"resolved": "https://registry.npmjs.org/swiper/-/swiper-8.4.5.tgz",
"integrity": "sha512-zveyEFBBv4q1sVkbJHnuH4xCtarKieavJ4SxP0QEHvdpPLJRuD7j/Xg38IVVLbp7Db6qrPsLUePvxohYx39Agw==",
"version": "9.2.0",
"resolved": "https://registry.npmjs.org/swiper/-/swiper-9.2.0.tgz",
"integrity": "sha512-lWK9toYumUQss+YuTL+Mt0+8twiMJEyzioER4bbS4rrGHlkeLrDM8uhtAmnpdijELrNscuNUujDgKoMQZfQGlQ==",
"requires": {
"dom7": "^4.0.4",
"ssr-window": "^4.0.2"
}
},

View File

@ -19,7 +19,7 @@
"react-scripts": "5.0.1",
"scripts": "^0.1.0",
"styled-components": "^5.3.6",
"swiper": "^8.4.5",
"swiper": "^9.2.0",
"web-vitals": "^3.0.4",
"workbox-core": "^6.5.4",
"workbox-expiration": "^6.5.4",