diff --git a/README.md b/README.md
index 172870b..7b78685 100644
--- a/README.md
+++ b/README.md
@@ -499,7 +499,7 @@ from its package subpath.
|
| Bazel | `bazel` | `BUILD.bazel`, `WORKSPACE`, `WORKSPACE.bazel`, `MODULE.bazel` | `9.2.0` | `code-languages/bazel` |
|
| BCPL | `bcpl` | `.bcpl` | `Cintsys BCPL` | `code-languages/bcpl` |
|
| BibTeX | `bibtex` | `.bib`, `.bibtex` | `stable` | `code-languages/bibtex` |
-|
| Bicep | `bicep` | `.bicep`, `.bicepparam` | `0.45.15` | `code-languages/bicep` |
+|
| Bicep | `bicep` | `.bicep`, `.bicepparam` | `0.46.1` | `code-languages/bicep` |
|
| Blade | `blade` | `.blade.php` | `Laravel 12.x` | `code-languages/blade` |
|
| Bosque | `bosque` | `.bsq` | `experimental` | `code-languages/bosque` |
|
| BQN | `bqn` | `.bqn` | `BQN specification` | `code-languages/bqn` |
@@ -665,7 +665,7 @@ from its package subpath.
|
| Org-mode | `org` | `.org` | `9.8` | `code-languages/org` |
|
| Pascal | `pascal` | `.pas`, `.pp`, `.inc`, `.lpr`, `.dpr`, `.dfm` | `3.2.2` | `code-languages/pascal` |
|
| Perl | `perl` | `.pl`, `.pm`, `.pod`, `.t`, `.psgi` | `5.44.0` | `code-languages/perl` |
-|
| PHP | `php` | `.php`, `.phtml`, `.php3`, `.php4`, `.php5`, `.phps` | `8.5.8` | `code-languages/php` |
+|
| PHP | `php` | `.php`, `.phtml`, `.php3`, `.php4`, `.php5`, `.phps` | `8.5.9` | `code-languages/php` |
|
| Pine Script | `pine-script` | `.pine` | `v6` | `code-languages/pine-script` |
|
| Pkl | `pkl` | `.pkl` | `0.31.1` | `code-languages/pkl` |
|
| PL/I | `pl-i` | `.pli`, `.pl1` | `Enterprise PL/I 6.2` | `code-languages/pl-i` |
@@ -698,7 +698,7 @@ from its package subpath.
|
| ReasonML | `reasonml` | `.re`, `.rei` | `3.13.0` | `code-languages/reasonml` |
|
| Rebol | `rebol` | `.r`, `.reb`, `.rebol` | `Rebol 3` | `code-languages/rebol` |
|
| Red | `red` | `.red`, `.reds` | `0.6.6` | `code-languages/red` |
-|
| Rego | `rego` | `.rego` | `OPA 1.18.2` | `code-languages/rego` |
+|
| Rego | `rego` | `.rego` | `OPA 1.19.0` | `code-languages/rego` |
|
| Ren'Py | `renpy` | `.rpy`, `.rpym` | `8.3.7` | `code-languages/renpy` |
|
| ReScript | `rescript` | `.res`, `.resi` | `12.3.0` | `code-languages/rescript` |
|
| reStructuredText | `restructuredtext` | `.rst`, `.rest` | `Docutils 0.22.2` | `code-languages/restructuredtext` |
diff --git a/src/languages/bicep.ts b/src/languages/bicep.ts
index 2886a03..c632bd1 100644
--- a/src/languages/bicep.ts
+++ b/src/languages/bicep.ts
@@ -12,7 +12,7 @@ export const bicep = {
packageManagers: ['Azure Verified Modules', 'Bicep Registry'],
ecosystems: ['Azure', 'Cloud', 'DevOps', 'Infrastructure as Code'],
},
- version: '0.45.15',
+ version: '0.46.1',
logo: 'https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/azure-bicep.svg',
color: '#0078D4',
i18n: {
diff --git a/src/languages/php.ts b/src/languages/php.ts
index eb061f7..d961e33 100644
--- a/src/languages/php.ts
+++ b/src/languages/php.ts
@@ -12,7 +12,7 @@ export const php = {
packageManagers: ['Composer'],
ecosystems: ['Web', 'WordPress', 'Laravel', 'Symfony'],
},
- version: '8.5.8',
+ version: '8.5.9',
logo: 'https://www.php.net/images/logos/new-php-logo.svg',
color: '#777BB4',
i18n: {
diff --git a/src/languages/rego.ts b/src/languages/rego.ts
index 412e1f7..5fe718a 100644
--- a/src/languages/rego.ts
+++ b/src/languages/rego.ts
@@ -12,7 +12,7 @@ export const rego = {
packageManagers: ['OPA bundles'],
ecosystems: ['Policy as Code', 'Kubernetes', 'Cloud Native', 'Authorization'],
},
- version: 'OPA 1.18.2',
+ version: 'OPA 1.19.0',
logo: 'https://raw.githubusercontent.com/open-policy-agent/opa/main/logo/logo.svg',
color: '#5C4EE5',
i18n: {