Skip to content

Commit 9f8096d

Browse files
committed
bump node deps/dev deps
1 parent 97bcf29 commit 9f8096d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

GhostUI/ClientApp/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"@fortawesome/free-solid-svg-icons": "^6.3.0",
99
"@fortawesome/react-fontawesome": "^0.2.0",
1010
"@microsoft/signalr": "^7.0.3",
11-
"@reduxjs/toolkit": "^1.9.2",
12-
"axios": "^1.3.3",
11+
"@reduxjs/toolkit": "^1.9.3",
12+
"axios": "^1.3.4",
1313
"bulma": "^0.9.4",
1414
"history": "^5.3.0",
1515
"react": "^18.2.0",
@@ -62,15 +62,15 @@
6262
"devDependencies": {
6363
"@types/history": "^4.7.11",
6464
"@types/jest": "^29.4.0",
65-
"@types/node": "^18.14.0",
65+
"@types/node": "^18.14.1",
6666
"@types/react": "^18.0.28",
6767
"@types/react-dom": "^18.0.11",
6868
"@types/react-router": "^5.1.20",
6969
"@types/react-router-dom": "^5.3.3",
7070
"@types/react-transition-group": "^4.4.5",
7171
"@types/styled-components": "^5.1.26",
7272
"@types/webpack-env": "^1.18.0",
73-
"sass": "^1.58.2",
73+
"sass": "^1.58.3",
7474
"typescript": "^4.9.5"
7575
}
7676
}

GhostUI/Extensions/HealthCheckBuilderExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ public static IHealthChecksBuilder AddGCInfoCheck(
1616
long? thresholdInBytes = null)
1717
{
1818
builder.AddCheck<GCInfoHealthCheck>(
19-
name,
20-
failureStatus ?? HealthStatus.Degraded,
19+
name,
20+
failureStatus ?? HealthStatus.Degraded,
2121
tags ?? Enumerable.Empty<string>());
2222

2323
if (thresholdInBytes.HasValue)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Matthew Areddia
3+
Copyright (c) 2023 Matthew Areddia
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)