Skip to content

Commit 806aefc

Browse files
authored
Merge pull request #42 from Ratio1/develop
Fix vulnerable dependencies
2 parents ef58d28 + 894fab7 commit 806aefc

File tree

3 files changed

+42
-42
lines changed

3 files changed

+42
-42
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"dexie-react-hooks": "^1.1.7",
4545
"framer-motion": "^12.23.22",
4646
"lodash": "^4.17.21",
47-
"next": "^16.0.9",
47+
"next": "^16.0.10",
4848
"react": "18.3.1",
4949
"react-dom": "18.3.1",
5050
"react-hook-form": "^7.59.0",

src/shared/jobs/JobActions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export default function JobActions({
207207
{
208208
key: 'extend',
209209
label: 'Extend',
210-
description: 'Increas the duration of the job',
210+
description: 'Increase the duration of the job',
211211
isDisabled: getCurrentEpoch() >= Number(job.lastExecutionEpoch),
212212
onPress: onExtendJob,
213213
},

0 commit comments

Comments
 (0)