Skip to content

Commit

Permalink
Update xmldom package version (#892)
Browse files Browse the repository at this point in the history
Co-authored-by: amitjoshi <[email protected]>
Co-authored-by: tyaginidhi <[email protected]>
  • Loading branch information
3 people authored Apr 2, 2024
1 parent 2789e75 commit 38dacc0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 18 deletions.
24 changes: 9 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1091,8 +1091,8 @@
"@microsoft/generator-powerpages": "1.21.19",
"@types/jwt-decode": "2.2.0",
"@types/node-fetch": "^2.6.2",
"@types/xmldom": "^0.1.34",
"@vscode/extension-telemetry": "^0.6.2",
"@xmldom/xmldom": "^0.8.10",
"cockatiel": "^3.1.1",
"command-exists": "^1.2.9",
"find-process": "^1.4.7",
Expand All @@ -1112,7 +1112,6 @@
"vscode-languageserver": "^7.0.0",
"vscode-languageserver-textdocument": "^1.0.1",
"worker-loader": "^3.0.8",
"xmldom": "^0.6.0",
"yaml": "^2.2.2"
},
"__metadata": {
Expand Down
2 changes: 1 addition & 1 deletion src/common/copilot/dataverseMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { ITelemetry } from "../../client/telemetry/ITelemetry";
import { sendTelemetryEvent } from "./telemetry/copilotTelemetry";
import { CopilotDataverseMetadataFailureEvent, CopilotDataverseMetadataSuccessEvent, CopilotGetEntityFailureEvent, CopilotYamlParsingFailureEvent } from "./telemetry/telemetryConstants";
import { getEntityMetadata } from "../../web/client/utilities/fileAndEntityUtil";
import { DOMParser } from "xmldom";
import { DOMParser } from "@xmldom/xmldom";
import { ATTRIBUTE_CLASSID, ATTRIBUTE_DATAFIELD_NAME, ATTRIBUTE_DESCRIPTION, ControlClassIdMap, SYSTEFORMS_API_PATH } from "./constants";


Expand Down

0 comments on commit 38dacc0

Please sign in to comment.