Compare commits

..

2 Commits

Author SHA1 Message Date
dependabot[bot]
6232e6ce30
Merge e4df684bc3e5e0caa9acbd352af10e9a186fa76c into 394b874fd4e33e2a10e3f642935f5a1ce1ac15ef 2025-01-03 08:20:21 +00:00
dependabot[bot]
e4df684bc3 chore(deps): bump @ts-dev-tools/core from 1.6.2 to 1.8.7
Bumps [@ts-dev-tools/core](https://github.com/escemi-tech/ts-dev-tools) from 1.6.2 to 1.8.7.
- [Release notes](https://github.com/escemi-tech/ts-dev-tools/releases)
- [Commits](https://github.com/escemi-tech/ts-dev-tools/compare/@ts-dev-tools/core@1.6.2...@ts-dev-tools/core@1.8.7)

---
updated-dependencies:
- dependency-name: "@ts-dev-tools/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-03 08:20:10 +00:00
2 changed files with 7 additions and 6 deletions

9
package-lock.json generated
View File

@ -13,7 +13,7 @@
"@actions/github": "^6.0.0", "@actions/github": "^6.0.0",
"@actions/tool-cache": "^2.0.1", "@actions/tool-cache": "^2.0.1",
"@octokit/action": "^7.0.0", "@octokit/action": "^7.0.0",
"@ts-dev-tools/core": "^1.6.2", "@ts-dev-tools/core": "^1.8.8",
"docker-compose": "^1.1.0" "docker-compose": "^1.1.0"
}, },
"devDependencies": { "devDependencies": {
@ -2174,9 +2174,10 @@
} }
}, },
"node_modules/@ts-dev-tools/core": { "node_modules/@ts-dev-tools/core": {
"version": "1.8.7", "version": "1.8.8",
"resolved": "https://registry.npmjs.org/@ts-dev-tools/core/-/core-1.8.7.tgz", "resolved": "https://registry.npmjs.org/@ts-dev-tools/core/-/core-1.8.8.tgz",
"integrity": "sha512-pLHu60gnlt5FHTBUAAuVHCDAU8TzaSYMMwXHLT/xKxaVRFNH2/BV56n2I0BjN0zAw0gfvN8eB18EsJxqJYMz7w==", "integrity": "sha512-DS+tO9q6rrIFFLZDB8F/lt2aLFPyXVY2Mx+et5DzFQADYREjCXq1vNOtqh77MmCjCrJ1oY59ow5fHRL81Td+Sw==",
"license": "MIT",
"dependencies": { "dependencies": {
"@commitlint/cli": "^19.4.0", "@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.0.3", "@commitlint/config-conventional": "^19.0.3",

View File

@ -76,7 +76,7 @@
"@actions/github": "^6.0.0", "@actions/github": "^6.0.0",
"@actions/tool-cache": "^2.0.1", "@actions/tool-cache": "^2.0.1",
"@octokit/action": "^7.0.0", "@octokit/action": "^7.0.0",
"@ts-dev-tools/core": "^1.6.2", "@ts-dev-tools/core": "^1.8.8",
"docker-compose": "^1.1.0" "docker-compose": "^1.1.0"
}, },
"devDependencies": { "devDependencies": {