diff --git a/README.md b/README.md
index ffd3e30..8ea5474 100644
--- a/README.md
+++ b/README.md
@@ -419,11 +419,11 @@ from its package subpath.
|
| CQL | `cql` | `.cql` | `CQL 3` | `code-languages/cql` |
|
| C# | `csharp` | `.cs`, `.csx` | `14` | `code-languages/csharp` |
|
| CSS | `css` | `.css` | `Living Standard` | `code-languages/css` |
-|
| CUDA | `cuda` | `.cu`, `.cuh` | `13.3.0` | `code-languages/cuda` |
-|
| CUE | `cue` | `.cue` | `0.16.1` | `code-languages/cue` |
+|
| CUDA | `cuda` | `.cu`, `.cuh` | `13.3.1` | `code-languages/cuda` |
+|
| CUE | `cue` | `.cue` | `0.17.0` | `code-languages/cue` |
|
| Curry | `curry` | `.curry`, `.lcurry` | `Curry 0.9.0` | `code-languages/curry` |
|
| Cypher | `cypher` | `.cypher`, `.cyp` | `25` | `code-languages/cypher` |
-|
| Cython | `cython` | `.pyx`, `.pxd`, `.pxi` | `3.2.6` | `code-languages/cython` |
+|
| Cython | `cython` | `.pyx`, `.pxd`, `.pxi` | `3.2.8` | `code-languages/cython` |
|
| D | `d` | `.d`, `.di` | `2.112.0` | `code-languages/d` |
|
| Dafny | `dafny` | `.dfy` | `4.11.0` | `code-languages/dafny` |
|
| Dart | `dart` | `.dart` | `3.12.2` | `code-languages/dart` |
@@ -455,7 +455,7 @@ from its package subpath.
|
| G-code | `gcode` | `.gcode`, `.gco`, `.nc`, `.cnc`, `.tap` | `RS-274` | `code-languages/gcode` |
|
| GDScript | `gdscript` | `.gd` | `4.7` | `code-languages/gdscript` |
|
| Gettext | `gettext` | `.po`, `.pot` | `stable` | `code-languages/gettext` |
-|
| Git | `git` | `.git`, `.gitignore`, `.gitattributes`, `.gitmodules`, `.gitkeep` | `2.54.0` | `code-languages/git` |
+|
| Git | `git` | `.git`, `.gitignore`, `.gitattributes`, `.gitmodules`, `.gitkeep` | `2.55.0` | `code-languages/git` |
|
| AngelScript | `angelscript` | `.as`, `.angelscript` | `2.36.1` | `code-languages/angelscript` |
|
| Gleam | `gleam` | `.gleam` | `1.17.0` | `code-languages/gleam` |
|
| GML | `gml` | `.gml` | `2024.13.0` | `code-languages/gml` |
@@ -580,7 +580,7 @@ from its package subpath.
|
| Rebol | `rebol` | `.r`, `.reb`, `.rebol` | `Rebol 3` | `code-languages/rebol` |
|
| Red | `red` | `.red`, `.reds` | `0.6.6` | `code-languages/red` |
|
| ReasonML | `reasonml` | `.re`, `.rei` | `3.13.0` | `code-languages/reasonml` |
-|
| Rego | `rego` | `.rego` | `OPA 1.18.0` | `code-languages/rego` |
+|
| Rego | `rego` | `.rego` | `OPA 1.18.1` | `code-languages/rego` |
|
| ReScript | `rescript` | `.res`, `.resi` | `12.0.0` | `code-languages/rescript` |
|
| reStructuredText | `restructuredtext` | `.rst`, `.rest` | `Docutils 0.22.2` | `code-languages/restructuredtext` |
|
| Roc | `roc` | `.roc` | `development snapshot` | `code-languages/roc` |
diff --git a/src/languages/cuda.ts b/src/languages/cuda.ts
index 28785c3..72263df 100644
--- a/src/languages/cuda.ts
+++ b/src/languages/cuda.ts
@@ -12,7 +12,7 @@ export const cuda = {
packageManagers: ['CUDA Toolkit', 'conda'],
ecosystems: ['GPU Computing', 'HPC', 'Machine Learning', 'Scientific Computing'],
},
- version: '13.3.0',
+ version: '13.3.1',
logo: 'https://cdn.simpleicons.org/nvidia/76B900',
color: '#76B900',
i18n: {
diff --git a/src/languages/cue.ts b/src/languages/cue.ts
index 3c52565..82590af 100644
--- a/src/languages/cue.ts
+++ b/src/languages/cue.ts
@@ -12,7 +12,7 @@ export const cue = {
packageManagers: ['Go modules'],
ecosystems: ['Configuration', 'Validation', 'Kubernetes', 'DevOps'],
},
- version: '0.16.1',
+ version: '0.17.0',
logo: 'https://avatars.githubusercontent.com/u/43867057?s=200&v=4',
color: '#1F6BFF',
i18n: {
diff --git a/src/languages/cython.ts b/src/languages/cython.ts
index 519a049..b6e987f 100644
--- a/src/languages/cython.ts
+++ b/src/languages/cython.ts
@@ -12,7 +12,7 @@ export const cython = {
packageManagers: ['pip', 'conda', 'Poetry'],
ecosystems: ['Python', 'Native Extensions', 'Scientific Computing'],
},
- version: '3.2.6',
+ version: '3.2.8',
logo: 'https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg',
color: '#FED140',
i18n: {
diff --git a/src/languages/git.ts b/src/languages/git.ts
index 5003aaf..51e3ceb 100644
--- a/src/languages/git.ts
+++ b/src/languages/git.ts
@@ -11,7 +11,7 @@ export const git = {
runtimes: ['Git'],
ecosystems: ['Version Control', 'DevOps', 'Source Control'],
},
- version: '2.54.0',
+ version: '2.55.0',
logo: 'https://cdn.simpleicons.org/git/F05032',
color: '#F05032',
i18n: {
diff --git a/src/languages/rego.ts b/src/languages/rego.ts
index dd07282..5900741 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.0',
+ version: 'OPA 1.18.1',
logo: 'https://raw.githubusercontent.com/open-policy-agent/opa/main/logo/logo.svg',
color: '#5C4EE5',
i18n: {