Compare commits

..

4 commits

Author SHA1 Message Date
Ahmad
8d2b9c8dc9
Merge pull request #310 from ahmadk953/dependabot/npm_and_yarn/drizzle-orm-0.40.1
Some checks failed
ESLint / Run eslint scanning (push) Has been cancelled
NodeJS Build and Compile / build (21.x) (push) Has been cancelled
Bump drizzle-orm from 0.40.0 to 0.40.1
2025-03-17 18:53:23 -04:00
Ahmad
9f52b894f5
Merge pull request #309 from ahmadk953/dependabot/npm_and_yarn/pg-8.14.1
Bump pg from 8.14.0 to 8.14.1
2025-03-17 18:53:14 -04:00
dependabot[bot]
c7471e07c0
Bump drizzle-orm from 0.40.0 to 0.40.1
Bumps [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) from 0.40.0 to 0.40.1.
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](https://github.com/drizzle-team/drizzle-orm/compare/0.40.0...0.40.1)

---
updated-dependencies:
- dependency-name: drizzle-orm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-17 22:20:27 +00:00
dependabot[bot]
dc3a805fc7
Bump pg from 8.14.0 to 8.14.1
Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) from 8.14.0 to 8.14.1.
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.14.1/packages/pg)

---
updated-dependencies:
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-17 22:13:49 +00:00
2 changed files with 12 additions and 12 deletions

View file

@ -17,9 +17,9 @@
"dependencies": {
"@napi-rs/canvas": "^0.1.68",
"discord.js": "^14.18.0",
"drizzle-orm": "^0.40.0",
"drizzle-orm": "^0.40.1",
"ioredis": "^5.6.0",
"pg": "^8.14.0"
"pg": "^8.14.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.0",

View file

@ -1608,9 +1608,9 @@ __metadata:
languageName: node
linkType: hard
"drizzle-orm@npm:^0.40.0":
version: 0.40.0
resolution: "drizzle-orm@npm:0.40.0"
"drizzle-orm@npm:^0.40.1":
version: 0.40.1
resolution: "drizzle-orm@npm:0.40.1"
peerDependencies:
"@aws-sdk/client-rds-data": ">=3"
"@cloudflare/workers-types": ">=4"
@ -1696,7 +1696,7 @@ __metadata:
optional: true
sqlite3:
optional: true
checksum: 10c0/e0e8f4e9a528709a5ce77dbced35972cce1b0e8592049d1170b52e2a496692ab2149bc25d296b6f9b4d5bffdbb996b437ca244178fb4611fcf7af720fc0bfb1d
checksum: 10c0/653820017be66830c0efb6d5e4f0d28f3f593e78499442c5ecd903174793b3d6d8e5cf8cb00d814b3459a1fecfc76310a64e0ca5d523d0712ae22228efc69cdd
languageName: node
linkType: hard
@ -3215,9 +3215,9 @@ __metadata:
languageName: node
linkType: hard
"pg@npm:^8.14.0":
version: 8.14.0
resolution: "pg@npm:8.14.0"
"pg@npm:^8.14.1":
version: 8.14.1
resolution: "pg@npm:8.14.1"
dependencies:
pg-cloudflare: "npm:^1.1.1"
pg-connection-string: "npm:^2.7.0"
@ -3233,7 +3233,7 @@ __metadata:
peerDependenciesMeta:
pg-native:
optional: true
checksum: 10c0/14d9fe726189107b028d5603b299776d039e36ed657c99057bcc1c125f889cb46536e0c48c6d98952231733c788f98c631bf74d5f8c9cbf85c4ac7c0a119b8b4
checksum: 10c0/221741cfcea4ab32c8b57bd60703bc36cfb5622dcac56c19e45f504ef8669f2f2e0429af8850f58079cfc89055da35b5a5e12de19e0505e3f61a4b4349388dcb
languageName: node
linkType: hard
@ -3267,12 +3267,12 @@ __metadata:
"@typescript-eslint/parser": "npm:^8.26.1"
discord.js: "npm:^14.18.0"
drizzle-kit: "npm:^0.30.5"
drizzle-orm: "npm:^0.40.0"
drizzle-orm: "npm:^0.40.1"
eslint: "npm:^9.22.0"
eslint-config-prettier: "npm:^10.1.1"
globals: "npm:^16.0.0"
ioredis: "npm:^5.6.0"
pg: "npm:^8.14.0"
pg: "npm:^8.14.1"
prettier: "npm:3.5.3"
ts-node: "npm:^10.9.2"
tsx: "npm:^4.19.3"