Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Feb 17, 2024
1 parent 73b76b6 commit be38363
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 172 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"lib"
],
"dependencies": {
"@sentry/node": "^7.82.0",
"@sentry/tracing": "^7.82.0",
"@sentry/node": "^7.101.1",
"@sentry/tracing": "^7.101.1",
"ajv": "^8.12.0",
"colord": "^2.9.3",
"ejson": "^2.2.3",
Expand All @@ -41,17 +41,17 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"@companion-module/tools": "^1.4.1",
"@companion-module/tools": "^1.5.0",
"@tsconfig/node18": "^18.2.2",
"@types/ejson": "^2.2.2",
"@types/jest": "^29.5.10",
"@types/jest": "^29.5.12",
"@types/node": "^18.18.3",
"ajv-cli": "^5.0.0",
"jest": "^29.7.0",
"json-schema-to-typescript": "^13.1.1",
"json-schema-to-typescript": "^13.1.2",
"prettier": "^2.8.8",
"ts-jest": "^29.1.1",
"typedoc": "^0.24.8",
"typescript": "~5.0"
"ts-jest": "^29.1.2",
"typedoc": "^0.25.8",
"typescript": "~5.1.2"
}
}
2 changes: 1 addition & 1 deletion src/module-api/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export namespace Regex {
export const BOOLEAN = '/^(true|false|0|1)$/i'
export const PORT =
'/^([1-9]|[1-8][0-9]|9[0-9]|[1-8][0-9]{2}|9[0-8][0-9]|99[0-9]|[1-8][0-9]{3}|9[0-8][0-9]{2}|99[0-8][0-9]|999[0-9]|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-4])$/'
export const MAC_ADDRESS = '/^(?:[a-fA-F0-9]{2}\:){5}([a-fA-F0-9]{2})$/'
export const MAC_ADDRESS = '/^(?:[a-fA-F0-9]{2}:){5}([a-fA-F0-9]{2})$/'
export const PERCENT = '/^(100|[0-9]|[0-9][0-9])$/'
export const FLOAT = '/^([0-9]*\\.)?[0-9]+$/'
export const SIGNED_FLOAT = '/^[+-]?([0-9]*\\.)?[0-9]+$/'
Expand Down
Loading

0 comments on commit be38363

Please sign in to comment.