Skip to content

Commit 2b3eb43

Browse files
committed
Merge branch 'maintenance/update-dependencies' into develop
Minor bumps to NuGet and npm dependencies. These had previously been updated, but this update catches a few patches that occurred in the last week or two.
2 parents 1df0caa + 955706e commit 2b3eb43

File tree

3 files changed

+69
-68
lines changed

3 files changed

+69
-68
lines changed

GoldSim.Web.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4646
</PackageReference>
4747
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.6" />
48-
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.3" />
48+
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.4" />
4949
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
50-
<PackageReference Include="Sendgrid" Version="9.19.0" />
50+
<PackageReference Include="Sendgrid" Version="9.20.0" />
5151
</ItemGroup>
5252

5353
<PropertyGroup>

package-lock.json

Lines changed: 63 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"homepage": "https://github.com/GoldSimSoftware/Website#readme",
2525
"devDependencies": {
2626
"@fortawesome/fontawesome-free": "^5.14.0",
27-
"@microsoft/applicationinsights-web": "^2.5.6",
28-
"autoprefixer": "^9.8.5",
27+
"@microsoft/applicationinsights-web": "^2.5.7",
28+
"autoprefixer": "^9.8.6",
2929
"awesome-foundation6-checkbox": "^2.0.0",
3030
"cssnano": "^4.1.10",
3131
"dashjs": "^3.1.2",
@@ -40,11 +40,11 @@
4040
"gulp-sourcemaps": "^2.6.5",
4141
"gulp-uglify": "^3.0.2",
4242
"jquery": "^3.5.1",
43-
"jshint": "^2.11.1",
43+
"jshint": "^2.12.0",
4444
"merge2": "^1.4.1",
4545
"owl.carousel": "^2.3.4",
4646
"scrollmagic": "^2.0.7",
4747
"what-input": "^5.2.10"
4848
},
4949
"dependencies": {}
50-
}
50+
}

0 commit comments

Comments
 (0)