Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @digital-alchemy/core from 24.9.3 to 24.10.5 #16

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@cspell/eslint-plugin": "^8.14.4",
"@digital-alchemy/core": "^24.9.3",
"@digital-alchemy/core": "^24.10.5",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
Expand Down
51 changes: 37 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2151,19 +2151,19 @@ __metadata:
languageName: node
linkType: hard

"@digital-alchemy/core@npm:^24.9.3":
version: 24.9.3
resolution: "@digital-alchemy/core@npm:24.9.3"
peerDependencies:
chalk: ^5
dayjs: ^1
dotenv: ^16
ini: ^4
js-yaml: ^4
minimist: ^1
node-cron: ^3
uuid: "*"
checksum: 10/ab795550262c8e0d47aac270a86112b4156dfe483c4b5a663766b53546d67be7008ec52300c2db88d640eb4d52185eb3084c66d0107f11fb99939446a358ae2c
"@digital-alchemy/core@npm:^24.10.5":
version: 24.10.5
resolution: "@digital-alchemy/core@npm:24.10.5"
dependencies:
chalk: "npm:^5.3.0"
dayjs: "npm:^1.11.13"
dotenv: "npm:^16.4.5"
ini: "npm:^5.0.0"
js-yaml: "npm:^4.1.0"
minimist: "npm:^1.2.8"
node-cron: "npm:^3.0.3"
uuid: "npm:^10.0.0"
checksum: 10/a944626b028af662570cf662674438fc5ece49a29c18cbcf7fae554db2597cb5be717a53b3e68a1587b8c4e7c1516b9293e25ac72c0688a18ec07d7efc3cc81f
languageName: node
linkType: hard

Expand All @@ -2172,7 +2172,7 @@ __metadata:
resolution: "@digital-alchemy/mqtt-extension@workspace:."
dependencies:
"@cspell/eslint-plugin": "npm:^8.14.4"
"@digital-alchemy/core": "npm:^24.9.3"
"@digital-alchemy/core": "npm:^24.10.5"
"@eslint/compat": "npm:^1.1.1"
"@eslint/eslintrc": "npm:^3.1.0"
"@eslint/js": "npm:^9.11.1"
Expand Down Expand Up @@ -4018,6 +4018,13 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:^5.3.0":
version: 5.3.0
resolution: "chalk@npm:5.3.0"
checksum: 10/6373caaab21bd64c405bfc4bd9672b145647fc9482657b5ea1d549b3b2765054e9d3d928870cdf764fb4aad67555f5061538ff247b8310f110c5c888d92397ea
languageName: node
linkType: hard

"char-regex@npm:^1.0.2":
version: 1.0.2
resolution: "char-regex@npm:1.0.2"
Expand Down Expand Up @@ -6070,6 +6077,13 @@ __metadata:
languageName: node
linkType: hard

"ini@npm:^5.0.0":
version: 5.0.0
resolution: "ini@npm:5.0.0"
checksum: 10/76e5567b46504b2b12650878ba6277204500a6ead3fe69eef419ee570456b364b39c040ee545846053f6d8a15797a82fc6d9efe06e392b9b6093935f4a2f2c30
languageName: node
linkType: hard

"internal-slot@npm:^1.0.4, internal-slot@npm:^1.0.7":
version: 1.0.7
resolution: "internal-slot@npm:1.0.7"
Expand Down Expand Up @@ -9253,6 +9267,15 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^10.0.0":
version: 10.0.0
resolution: "uuid@npm:10.0.0"
bin:
uuid: dist/bin/uuid
checksum: 10/35aa60614811a201ff90f8ca5e9ecb7076a75c3821e17f0f5ff72d44e36c2d35fcbc2ceee9c4ac7317f4cc41895da30e74f3885e30313bee48fda6338f250538
languageName: node
linkType: hard

"v8-to-istanbul@npm:^9.0.1":
version: 9.3.0
resolution: "v8-to-istanbul@npm:9.3.0"
Expand Down
Loading