Updates package.json. #794.

This commit is contained in:
mateuswetah 2024-02-22 10:54:24 -03:00
parent c4dd39b125
commit 61863ee205
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@ -2445,9 +2445,9 @@
}
},
"apexcharts": {
"version": "3.45.2",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.45.2.tgz",
"integrity": "sha512-PpuM4sJWy70sUh5U1IFn1m1p45MdHSChLUNnqEoUUUHSU2IHZugFrsVNhov1S8Q0cvfdrCRCvdBtHGSs6PSAWQ==",
"version": "3.46.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.46.0.tgz",
"integrity": "sha512-ELAY6vj8JQD7QLktKasTzwm9Wt0qxqfQSo+3QWS7G7I774iK8HCkG1toGsqJH0mkK6PtYBtnSIe66uUcwoCw1w==",
"requires": {
"@yr/monotone-cubic-spline": "^1.0.3",
"svg.draggable.js": "^2.2.2",
@ -4490,9 +4490,9 @@
"dev": true
},
"ip": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz",
"integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ=="
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz",
"integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ=="
},
"ipaddr.js": {
"version": "2.1.0",
@ -7093,9 +7093,9 @@
}
},
"vue3-apexcharts": {
"version": "1.4.4",
"resolved": "https://registry.npmjs.org/vue3-apexcharts/-/vue3-apexcharts-1.4.4.tgz",
"integrity": "sha512-TH89uZrxGjaDvkaYAISvj8+k6Bf1rUKFillc8oJirs5XZEPiwM1ELKZQ786wz0rfPqkSHHny2lqqUCK7Rw+LcQ=="
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/vue3-apexcharts/-/vue3-apexcharts-1.5.2.tgz",
"integrity": "sha512-rGbgUJDjtsyjfRF0uzwDjzt8+M7ICSRAbm1N9KCDiczW8BSpbEZuaEsJDJYnJuLFIIVXIGilYzIcjNBf6NbeYA=="
},
"vuex": {
"version": "4.1.0",

View File

@ -11,7 +11,7 @@
"@ntohq/buefy-next": "^0.1.2",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"another-vue3-blurhash": "^0.0.1",
"apexcharts": "^3.45.2",
"apexcharts": "^3.46.0",
"axios": "^1.6.7",
"blurhash": "^2.0.5",
"bulma": "^0.9.4",
@ -36,7 +36,7 @@
"vue-countup-v3": "^1.4.1",
"vue-imask": "^7.4.0",
"vue-router": "^4.2.5",
"vue3-apexcharts": "^1.4.4",
"vue3-apexcharts": "^1.5.2",
"vuex": "^4.1.0"
},
"devDependencies": {