chore(deps): update deps

This commit is contained in:
Sonny
2023-11-12 03:33:29 +01:00
parent fbf12d9947
commit 7387b4f364
2 changed files with 15 additions and 15 deletions

24
package-lock.json generated
View File

@@ -10,9 +10,9 @@
"@svgr/webpack": "^8.1.0",
"accept-language": "^3.0.18",
"framer-motion": "^10.16.4",
"i18next": "^23.7.1",
"i18next": "^23.7.3",
"next": "^14.0.2",
"next-auth": "^4.24.4",
"next-auth": "^4.24.5",
"next-i18next": "^15.0.0",
"next-seo": "^6.4.0",
"node-html-parser": "^6.1.11",
@@ -20,7 +20,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.4.1",
"react-i18next": "^13.3.1",
"react-i18next": "^13.4.0",
"react-icons": "^4.11.0",
"react-select": "^5.8.0",
"sass": "^1.69.5",
@@ -5095,9 +5095,9 @@
}
},
"node_modules/i18next": {
"version": "23.7.1",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.1.tgz",
"integrity": "sha512-lD2lZkdhb9jnIGGc2ja8ER6cGStgJ+jFVL336Sa1C37//2Q8odC617ek2oafYbbs0/a+BbUqKe5JPST2r88UEQ==",
"version": "23.7.3",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.3.tgz",
"integrity": "sha512-XetHM9UCk5oeeIcE2hu6Os16mq/zPHi8v/janExQjbFtx4ndNg9ye5OyAz+f5aYums8A1WcnXa7QikaEjyELPg==",
"funding": [
{
"type": "individual",
@@ -5901,9 +5901,9 @@
}
},
"node_modules/next-auth": {
"version": "4.24.4",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.4.tgz",
"integrity": "sha512-5DGffi+OpkbU62vPQIJ1z+hFnmow+ec5Qrn9m6eoglIO51m0DlrmLxBduZEwKAYDEg9k2joi1yelgmq1vqK3aQ==",
"version": "4.24.5",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.5.tgz",
"integrity": "sha512-3RafV3XbfIKk6rF6GlLE4/KxjTcuMCifqrmD+98ejFq73SRoj2rmzoca8u764977lH/Q7jo6Xu6yM+Re1Mz/Og==",
"dependencies": {
"@babel/runtime": "^7.20.13",
"@panva/hkdf": "^1.0.2",
@@ -6572,9 +6572,9 @@
}
},
"node_modules/react-i18next": {
"version": "13.3.1",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.3.1.tgz",
"integrity": "sha512-JAtYREK879JXaN9GdzfBI4yJeo/XyLeXWUsRABvYXiFUakhZJ40l+kaTo+i+A/3cKIED41kS/HAbZ5BzFtq/Og==",
"version": "13.4.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.4.0.tgz",
"integrity": "sha512-sZlTQEVK5dQuvq8AaIuj2OKviPqEskcBZdcHrsaoNGLv/uVCqUBfKYvJg9vcVeVqlxjJyYQ6A7LIHl4k7kkD3w==",
"dependencies": {
"@babel/runtime": "^7.22.5",
"html-parse-stringify": "^3.0.1"

View File

@@ -12,9 +12,9 @@
"@svgr/webpack": "^8.1.0",
"accept-language": "^3.0.18",
"framer-motion": "^10.16.4",
"i18next": "^23.7.1",
"i18next": "^23.7.3",
"next": "^14.0.2",
"next-auth": "^4.24.4",
"next-auth": "^4.24.5",
"next-i18next": "^15.0.0",
"next-seo": "^6.4.0",
"node-html-parser": "^6.1.11",
@@ -22,7 +22,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.4.1",
"react-i18next": "^13.3.1",
"react-i18next": "^13.4.0",
"react-icons": "^4.11.0",
"react-select": "^5.8.0",
"sass": "^1.69.5",