This commit is contained in:
biskwt 2022-11-23 23:38:06 +01:00
commit 4d9277c08a
2 changed files with 24 additions and 15 deletions

33
package-lock.json generated
View File

@ -11,7 +11,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"axios": "^1.1.3",
"axios": "^1.2.0",
"hls.js": "^1.2.7",
"plyr": "^3.7.3",
"react": "^18.2.0",
@ -23,7 +23,7 @@
"react-scripts": "5.0.1",
"scripts": "^0.1.0",
"styled-components": "^5.3.6",
"swiper": "^8.4.4",
"swiper": "^8.4.5",
"web-vitals": "^3.0.4",
"workbox-core": "^6.5.4",
"workbox-expiration": "^6.5.4",
@ -33,7 +33,7 @@
},
"devDependencies": {
"nth-check": ">=2.0.1",
"prettier": "2.7.1"
"prettier": "2.8.0"
}
},
"node_modules/@adobe/css-tools": {
@ -4618,8 +4618,9 @@
}
},
"node_modules/axios": {
"version": "1.1.3",
"license": "MIT",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.2.0.tgz",
"integrity": "sha512-zT7wZyNYu3N5Bu0wuZ6QccIf93Qk1eV8LOewxgjOZFd2DenOs98cJ7+Y6703d0wkaXGY6/nZd4EweJaHz9uzQw==",
"dependencies": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",
@ -13431,9 +13432,10 @@
}
},
"node_modules/prettier": {
"version": "2.7.1",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.0.tgz",
"integrity": "sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin-prettier.js"
},
@ -15582,7 +15584,9 @@
}
},
"node_modules/swiper": {
"version": "8.4.4",
"version": "8.4.5",
"resolved": "https://registry.npmjs.org/swiper/-/swiper-8.4.5.tgz",
"integrity": "sha512-zveyEFBBv4q1sVkbJHnuH4xCtarKieavJ4SxP0QEHvdpPLJRuD7j/Xg38IVVLbp7Db6qrPsLUePvxohYx39Agw==",
"funding": [
{
"type": "patreon",
@ -15594,7 +15598,6 @@
}
],
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"dom7": "^4.0.4",
"ssr-window": "^4.0.2"
@ -19894,7 +19897,9 @@
"version": "4.5.2"
},
"axios": {
"version": "1.1.3",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.2.0.tgz",
"integrity": "sha512-zT7wZyNYu3N5Bu0wuZ6QccIf93Qk1eV8LOewxgjOZFd2DenOs98cJ7+Y6703d0wkaXGY6/nZd4EweJaHz9uzQw==",
"requires": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",
@ -25401,7 +25406,9 @@
"version": "1.2.1"
},
"prettier": {
"version": "2.7.1",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.0.tgz",
"integrity": "sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==",
"dev": true
},
"pretty-bytes": {
@ -26828,7 +26835,9 @@
}
},
"swiper": {
"version": "8.4.4",
"version": "8.4.5",
"resolved": "https://registry.npmjs.org/swiper/-/swiper-8.4.5.tgz",
"integrity": "sha512-zveyEFBBv4q1sVkbJHnuH4xCtarKieavJ4SxP0QEHvdpPLJRuD7j/Xg38IVVLbp7Db6qrPsLUePvxohYx39Agw==",
"requires": {
"dom7": "^4.0.4",
"ssr-window": "^4.0.2"

View File

@ -7,7 +7,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"axios": "^1.1.3",
"axios": "^1.2.0",
"hls.js": "^1.2.7",
"plyr": "^3.7.3",
"react": "^18.2.0",
@ -19,7 +19,7 @@
"react-scripts": "5.0.1",
"scripts": "^0.1.0",
"styled-components": "^5.3.6",
"swiper": "^8.4.4",
"swiper": "^8.4.5",
"web-vitals": "^3.0.4",
"workbox-core": "^6.5.4",
"workbox-expiration": "^6.5.4",
@ -53,6 +53,6 @@
},
"devDependencies": {
"nth-check": ">=2.0.1",
"prettier": "2.7.1"
"prettier": "2.8.0"
}
}