Browse Source

Upgrade to Esprima 3.0.1 (#1635)

Marko Lahma 1 year ago
parent
commit
29b67f809f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jint/Jint.csproj

+ 1 - 1
Jint/Jint.csproj

@@ -16,7 +16,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="Esprima" Version="3.0.0" />
+    <PackageReference Include="Esprima" Version="3.0.1" />
     <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
     <PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="all" />
     <PackageReference Include="PolySharp" Version="1.13.2">