diff --git a/package-lock.json b/package-lock.json index 35996fb4..5fbf0021 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.2.0", "license": "MIT", "dependencies": { - "@abaplint/core": "^2.112.6", + "@abaplint/core": "^2.112.10", "fs-extra": "^11.2.0", "sync-request": "^6.1.0" }, @@ -35,11 +35,11 @@ } }, "node_modules/@abaplint/core": { - "version": "2.112.6", - "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.112.6.tgz", - "integrity": "sha512-W2NIRPrxPq3bAIvJjFfMYqHaNcVAo4g8Q1LGmdq2O3+zXAXCeg/tbB6E1Flqv1XShmSPQkRe/PaFviMh19FPXw==", + "version": "2.112.10", + "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.112.10.tgz", + "integrity": "sha512-o1tO8ZcYPW4Rn+DS2W+CYzFHgczqRH2G4asgNZaRKDqdNb4uXYJxuXiiGX2ki2rmOEB5JYm/qnJ035sbB75wHA==", "dependencies": { - "fast-xml-parser": "^4.4.0", + "fast-xml-parser": "^4.4.1", "json5": "^2.2.3", "vscode-languageserver-types": "^3.17.5" }, @@ -1549,9 +1549,9 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.0.tgz", - "integrity": "sha512-kLY3jFlwIYwBNDojclKsNAC12sfD6NwW74QB2CoNGPvtVxjliYehVunB3HYyNi+n4Tt1dAcgwYvmKF/Z18flqg==", + "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", @@ -3693,11 +3693,11 @@ "dev": true }, "@abaplint/core": { - "version": "2.112.6", - "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.112.6.tgz", - "integrity": "sha512-W2NIRPrxPq3bAIvJjFfMYqHaNcVAo4g8Q1LGmdq2O3+zXAXCeg/tbB6E1Flqv1XShmSPQkRe/PaFviMh19FPXw==", + "version": "2.112.10", + "resolved": "https://registry.npmjs.org/@abaplint/core/-/core-2.112.10.tgz", + "integrity": "sha512-o1tO8ZcYPW4Rn+DS2W+CYzFHgczqRH2G4asgNZaRKDqdNb4uXYJxuXiiGX2ki2rmOEB5JYm/qnJ035sbB75wHA==", "requires": { - "fast-xml-parser": "^4.4.0", + "fast-xml-parser": "^4.4.1", "json5": "^2.2.3", "vscode-languageserver-types": "^3.17.5" } @@ -4786,9 +4786,9 @@ "dev": true }, "fast-xml-parser": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.0.tgz", - "integrity": "sha512-kLY3jFlwIYwBNDojclKsNAC12sfD6NwW74QB2CoNGPvtVxjliYehVunB3HYyNi+n4Tt1dAcgwYvmKF/Z18flqg==", + "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==", "requires": { "strnum": "^1.0.5" } diff --git a/package.json b/package.json index fccc1d7a..4b6a7ad2 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "license": "MIT", "dependencies": { - "@abaplint/core": "^2.112.6", + "@abaplint/core": "^2.112.10", "fs-extra": "^11.2.0", "sync-request": "^6.1.0" },