Skip to content

Commit

Permalink
Update NuGet Package (#3247)
Browse files Browse the repository at this point in the history
* Adding resolutions to specific packages with security vulnerabilities

* Remove

* Adding whitespace

* Revert

* Removing unused file

* Update nuget package
  • Loading branch information
samuelfreiberg authored Nov 21, 2023
1 parent 05141e9 commit 8077f32
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@
<files>
<file
src="..\node_modules\**"
exclude="..\node_modules\appium-windows-driver\node_modules\teen_process\node_modules\@babel\runtime\helpers\esm\classCheckPrivateStaticFieldDescriptor.js;..\node_modules\@appium\docutils\node_modules\typedoc-plugin-markdown\node_modules\handlebars\dist\amd\handlebars\compiler\javascript-compiler.js"
target="node_modules"
/>
<exclude>
<file src="..\node_modules\appium-windows-driver\node_modules\teen_process\node_modules\@babel\runtime\helpers\esm\classCheckPrivateStaticFieldDescriptor.js" />
<file src="..\node_modules\@appium\docutils\node_modules\typedoc-plugin-markdown\node_modules\handlebars\dist\amd\handlebars\compiler\javascript-compiler.js" />
</exclude>
</files>
</package>

0 comments on commit 8077f32

Please sign in to comment.