Updates some npm packages.

This commit is contained in:
mateuswetah 2022-11-09 11:13:43 -03:00
parent 86f56773e1
commit 708753e348
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@ -2016,9 +2016,9 @@
}
},
"apexcharts": {
"version": "3.36.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.36.0.tgz",
"integrity": "sha512-9r7M/SOfnYS1g4G1gmRRgeIN1Oj+ct1S0G6PpMPPD3F4jGHgWl5EzxqvoQkk3vpTxN8MbZB5ZHWIAQvPuFiA+w==",
"version": "3.36.3",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.36.3.tgz",
"integrity": "sha512-8/FXEs0ohXMff07Gv28XjhPwEJphIUdq2/wii/pcvi54Tw6z1mjrV8ydN8rlWi/ve8BAPBefJkLmRWv7UOBsLw==",
"requires": {
"svg.draggable.js": "^2.2.2",
"svg.easing.js": "^2.0.0",
@ -2255,9 +2255,9 @@
"dev": true
},
"blurhash": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.3.tgz",
"integrity": "sha512-nTnJTOheiaV3b189f7rH5AbbrnQB2r3CcOZBg47GUDaE9DrxyBPD2w0HYp4ME2UBlTP7LMIa6nMWqg/58oyIzA=="
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.4.tgz",
"integrity": "sha512-r/As72u2FbucLoK5NTegM/GucxJc3d8GvHc4ngo13IO/nt2HU4gONxNLq1XPN6EM/V8Y9URIa7PcSz2RZu553A=="
},
"body-parser": {
"version": "1.20.0",
@ -4327,9 +4327,9 @@
"dev": true
},
"loader-utils": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz",
"integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==",
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.3.tgz",
"integrity": "sha512-THWqIsn8QRnvLl0shHYVBN9syumU8pYWEHPTmkiVGd+7K5eFNVSY6AJhRvgGF70gg1Dz+l/k8WicvFCxdEs60A==",
"dev": true,
"requires": {
"big.js": "^5.2.2",

View File

@ -8,9 +8,9 @@
"build-prod": "cross-env NODE_ENV=production webpack --config webpack.prod.js --progress --mode production"
},
"dependencies": {
"apexcharts": "^3.36.0",
"apexcharts": "^3.36.3",
"axios": "^1.1.3",
"blurhash": "^2.0.3",
"blurhash": "^2.0.4",
"buefy": "^0.9.22",
"bulma": "^0.9.4",
"conditioner-core": "^2.3.3",