Skip to content

Commit

Permalink
fix(vscode-avalonia, deps, deps-dev): patch CVE-2022-39353
Browse files Browse the repository at this point in the history
  • Loading branch information
BinToss committed Feb 9, 2024
1 parent c34f1bb commit f268100
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 35 deletions.
31 changes: 11 additions & 20 deletions src/vscode-avalonia/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 src/vscode-avalonia/package.json
Expand Up @@ -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",
Expand All @@ -162,14 +161,14 @@
"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",
"portfinder": "^1.0.32",
"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": [
Expand Down
21 changes: 8 additions & 13 deletions src/vscode-avalonia/yarn.lock
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit f268100

Please sign in to comment.