bump to v1.0.6, addresses vulnerability in dependency

This commit is contained in:
2024-08-01 08:22:16 +02:00
parent 0175e9120d
commit 0bc9a4e83c
6 changed files with 12 additions and 11 deletions

View File

@@ -1932,9 +1932,9 @@
"dev": true
},
"node_modules/fast-xml-parser": {
"version": "4.3.6",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz",
"integrity": "sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==",
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
"integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
"funding": [
{
"type": "github",
@@ -1945,6 +1945,7 @@
"url": "https://paypal.me/naturalintelligence"
}
],
"license": "MIT",
"peer": true,
"dependencies": {
"strnum": "^1.0.5"
@@ -5945,9 +5946,9 @@
"dev": true
},
"fast-xml-parser": {
"version": "4.3.6",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz",
"integrity": "sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==",
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
"integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
"peer": true,
"requires": {
"strnum": "^1.0.5"

View File

@@ -1,6 +1,6 @@
{
"name": "libreevent",
"version": "1.0.5",
"version": "1.0.6",
"private": false,
"scripts": {
"dev": "vite --host",

View File

@@ -1,6 +1,6 @@
{
"name": "libreevent-setup",
"version": "1.0.5",
"version": "1.0.6",
"private": true,
"scripts": {
"dev": "vite",