Compare commits

...

4 commits

Author SHA1 Message Date
Ahmad
3c74a9c6d5
chore: merge pull request #377 from ahmadk953/dependabot/npm_and_yarn/types/node-22.15.9
Some checks are pending
Commitlint / Run commitlint scanning (push) Waiting to run
ESLint / Run eslint scanning (push) Waiting to run
NodeJS Build and Compile / build (23.x) (push) Waiting to run
2025-05-05 21:02:49 -04:00
dependabot[bot]
7b6558648d
chore(deps-dev): bump @types/node from 22.15.7 to 22.15.9
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.15.7 to 22.15.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 22.15.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-06 01:02:15 +00:00
Ahmad
1e539e9737
chore: merge pull request #378 from ahmadk953/dependabot/npm_and_yarn/types/pg-8.12.0 2025-05-05 21:00:44 -04:00
dependabot[bot]
c0e6a8602d
chore(deps-dev): bump @types/pg from 8.11.14 to 8.12.0
Bumps [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) from 8.11.14 to 8.12.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg)

---
updated-dependencies:
- dependency-name: "@types/pg"
  dependency-version: 8.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-06 00:42:16 +00:00
2 changed files with 12 additions and 12 deletions

View file

@ -32,8 +32,8 @@
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.26.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@types/node": "^22.15.7",
"@types/pg": "^8.11.14",
"@types/node": "^22.15.9",
"@types/pg": "^8.12.0",
"@typescript-eslint/eslint-plugin": "^8.32.0",
"@typescript-eslint/parser": "^8.32.0",
"cross-env": "^7.0.3",

View file

@ -1334,23 +1334,23 @@ __metadata:
languageName: node
linkType: hard
"@types/node@npm:^22.15.7":
version: 22.15.7
resolution: "@types/node@npm:22.15.7"
"@types/node@npm:^22.15.9":
version: 22.15.9
resolution: "@types/node@npm:22.15.9"
dependencies:
undici-types: "npm:~6.21.0"
checksum: 10c0/b9bd092f6262b077c234d89cbbabf088c747284b4066e428f7b9689ba2245b7ff16ca038794b74f32d85b462dff60fc73cfe5edb30a34235000db0f55e57bda2
checksum: 10c0/f294ba23e441b4f919394d0e4c80f3f33e858e6f1db0561317148da2db3d3c67809fd1a38de481328933b0d5c6174db40cb6ab65f12b2cf3309df7f07a8e46f6
languageName: node
linkType: hard
"@types/pg@npm:^8.11.14":
version: 8.11.14
resolution: "@types/pg@npm:8.11.14"
"@types/pg@npm:^8.12.0":
version: 8.12.0
resolution: "@types/pg@npm:8.12.0"
dependencies:
"@types/node": "npm:*"
pg-protocol: "npm:*"
pg-types: "npm:^4.0.1"
checksum: 10c0/ad9be5f0215a337409d843b844c21af9a0073485125f32e91b1c19a3be233c7c8bfe641c761e91228a4b10e803f1ba4d3c0ed55dcd0ca1dd4f3a07ebd798347c
checksum: 10c0/8261535ddb386ee9fcd126cb6b4036202dc1e38dee76ae242b39a1262f3a2b7a7f990833628e7eb32cec12c8027d18450d231cae2aa54c1d608aa5b8d1e98742
languageName: node
linkType: hard
@ -4631,8 +4631,8 @@ __metadata:
"@eslint/js": "npm:^9.26.0"
"@microsoft/eslint-formatter-sarif": "npm:^3.1.0"
"@napi-rs/canvas": "npm:^0.1.70"
"@types/node": "npm:^22.15.7"
"@types/pg": "npm:^8.11.14"
"@types/node": "npm:^22.15.9"
"@types/pg": "npm:^8.12.0"
"@typescript-eslint/eslint-plugin": "npm:^8.32.0"
"@typescript-eslint/parser": "npm:^8.32.0"
cross-env: "npm:^7.0.3"