diff --git a/src/vscode-avalonia/package-lock.json b/src/vscode-avalonia/package-lock.json index 7011f5a..02ffa18 100644 --- a/src/vscode-avalonia/package-lock.json +++ b/src/vscode-avalonia/package-lock.json @@ -1,16 +1,17 @@ { "name": "vscode-avalonia", - "version": "0.0.17", + "version": "0.0.29", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-avalonia", - "version": "0.0.17", + "version": "0.0.29", "license": "MIT", "dependencies": { "@vscode/codicons": "^0.0.33", "@vscode/webview-ui-toolkit": "^1.2.2", + "@xmldom/xmldom": "^0.8.10", "bson": "^5.4.0", "fs-extra": "^11.1.1", "glob": "^8.1.0", @@ -18,7 +19,6 @@ "strongly-typed-events": "^3.0.11", "tree-kill": "^1.2.2", "vscode-languageclient": "^8.1.0", - "xmldom": "^0.6.0", "xpath": "^0.0.32" }, "devDependencies": { @@ -28,7 +28,6 @@ "@types/node": "16.x", "@types/vscode": "^1.79.0", "@types/vscode-webview": "^1.57.1", - "@types/xmldom": "^0.1.31", "@typescript-eslint/eslint-plugin": "^5.53.0", "@typescript-eslint/parser": "^5.53.0", "@vscode/test-electron": "^2.2.3", @@ -326,13 +325,6 @@ "dev": true, "license": "MIT" }, - "node_modules/@types/xmldom": { - "version": "0.1.31", - "resolved": "https://registry.npmjs.org/@types/xmldom/-/xmldom-0.1.31.tgz", - "integrity": "sha512-bVy7s0nvaR5D1mT1a8ZkByHWNOGb6Vn4yi5TWhEdmyKlAG+08SA7Md6+jH+tYmMLueAwNeWvHHpeKrr6S4c4BA==", - "dev": true, - "license": "MIT" - }, "node_modules/@typescript-eslint/eslint-plugin": { "version": "5.60.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.60.0.tgz", @@ -589,6 +581,14 @@ "react": ">=16.9.0" } }, + "node_modules/@xmldom/xmldom": { + "version": "0.8.10", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz", + "integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==", + "engines": { + "node": ">=10.0.0" + } + }, "node_modules/acorn": { "version": "8.9.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.9.0.tgz", @@ -2873,15 +2873,6 @@ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", "license": "ISC" }, - "node_modules/xmldom": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.6.0.tgz", - "integrity": "sha512-iAcin401y58LckRZ0TkI4k0VSM1Qg0KGSc3i8rU+xrxe19A/BN1zHyVSJY7uoutVlaTSzYyk/v5AmkewAP7jtg==", - "license": "MIT", - "engines": { - "node": ">=10.0.0" - } - }, "node_modules/xpath": { "version": "0.0.32", "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.32.tgz", diff --git a/src/vscode-avalonia/package.json b/src/vscode-avalonia/package.json index 25f9dd9..c3c85b5 100644 --- a/src/vscode-avalonia/package.json +++ b/src/vscode-avalonia/package.json @@ -151,7 +151,6 @@ "@types/node": "16.x", "@types/vscode": "^1.79.0", "@types/vscode-webview": "^1.57.1", - "@types/xmldom": "^0.1.31", "@typescript-eslint/eslint-plugin": "^5.53.0", "@typescript-eslint/parser": "^5.53.0", "@vscode/test-electron": "^2.2.3", @@ -162,6 +161,7 @@ "dependencies": { "@vscode/codicons": "^0.0.33", "@vscode/webview-ui-toolkit": "^1.2.2", + "@xmldom/xmldom": "^0.8.10", "bson": "^5.4.0", "fs-extra": "^11.1.1", "glob": "^8.1.0", @@ -169,7 +169,6 @@ "strongly-typed-events": "^3.0.11", "tree-kill": "^1.2.2", "vscode-languageclient": "^8.1.0", - "xmldom": "^0.6.0", "xpath": "^0.0.32" }, "extensionDependencies": [ diff --git a/src/vscode-avalonia/yarn.lock b/src/vscode-avalonia/yarn.lock index aae29ac..170eaa8 100644 --- a/src/vscode-avalonia/yarn.lock +++ b/src/vscode-avalonia/yarn.lock @@ -172,11 +172,6 @@ resolved "https://registry.npmjs.org/@types/vscode/-/vscode-1.79.1.tgz" integrity sha512-Ikwc4YbHABzqthrWfeAvItaAIfX9mdjMWxqNgTpGjhgOu0TMRq9LzyZ2yBK0JhYqoSjEubEPawf6zJgnl6Egtw== -"@types/xmldom@^0.1.31": - version "0.1.31" - resolved "https://registry.npmjs.org/@types/xmldom/-/xmldom-0.1.31.tgz" - integrity sha512-bVy7s0nvaR5D1mT1a8ZkByHWNOGb6Vn4yi5TWhEdmyKlAG+08SA7Md6+jH+tYmMLueAwNeWvHHpeKrr6S4c4BA== - "@typescript-eslint/eslint-plugin@^5.53.0": version "5.60.0" resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.60.0.tgz" @@ -285,6 +280,11 @@ "@microsoft/fast-foundation" "^2.38.0" "@microsoft/fast-react-wrapper" "^0.1.18" +"@xmldom/xmldom@^0.8.10": + version "0.8.10" + resolved "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz" + integrity sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw== + acorn-jsx@^5.3.2: version "5.3.2" resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz" @@ -724,9 +724,9 @@ fs.realpath@^1.0.0: integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== fsevents@~2.3.2: - version "2.3.2" - resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz" - integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== + version "2.3.3" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6" + integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== get-caller-file@^2.0.5: version "2.0.5" @@ -1548,11 +1548,6 @@ wrappy@1: resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== -xmldom@^0.6.0: - version "0.6.0" - resolved "https://registry.npmjs.org/xmldom/-/xmldom-0.6.0.tgz" - integrity sha512-iAcin401y58LckRZ0TkI4k0VSM1Qg0KGSc3i8rU+xrxe19A/BN1zHyVSJY7uoutVlaTSzYyk/v5AmkewAP7jtg== - xpath@^0.0.32: version "0.0.32" resolved "https://registry.npmjs.org/xpath/-/xpath-0.0.32.tgz"