Skip to content

Commit

Permalink
chore: update packages (#89)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @types/node to v20.12.1 (#86)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency bson to v6.6.0 (#87)

* chore(deps): update dependency @types/node to v20.12.3 (#88)

* chore: update

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
meabed and renovate[bot] authored Apr 3, 2024
1 parent 19b0a73 commit e8446fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"watch": "rimraf lib && rollup -cw"
},
"dependencies": {
"bson": "^6.5.0",
"bson": "^6.6.0",
"libphonenumber-js": "^1.10.59"
},
"devDependencies": {
"@types/bson": "^4.2.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"@types/node": "^20.12.3",
"@types/shelljs": "^0.8.15",
"jest": "^29.7.0",
"prettier": "^3.2.5",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -755,10 +755,10 @@
dependencies:
undici-types "~5.26.4"

"@types/node@^20.11.30":
version "20.11.30"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.30.tgz#9c33467fc23167a347e73834f788f4b9f399d66f"
integrity sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==
"@types/node@^20.12.3":
version "20.12.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.3.tgz#d6658c2c7776c1cad93534bb45428195ed840c65"
integrity sha512-sD+ia2ubTeWrOu+YMF+MTAB7E+O7qsMqAbMfW7DG3K1URwhZ5hN1pLlRVGbf4wDFzSfikL05M17EyorS86jShw==
dependencies:
undici-types "~5.26.4"

Expand Down Expand Up @@ -954,10 +954,10 @@ bser@2.1.1:
dependencies:
node-int64 "^0.4.0"

bson@*, bson@^6.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/bson/-/bson-6.5.0.tgz#fc4828d065e64e48ea442b1a23099b2e52f7ff0b"
integrity sha512-DXf1BTAS8vKyR90BO4x5v3rKVarmkdkzwOrnYDFdjAY694ILNDkmA3uRh1xXJEl+C1DAh8XCvAQ+Gh3kzubtpg==
bson@*, bson@^6.6.0:
version "6.6.0"
resolved "https://registry.yarnpkg.com/bson/-/bson-6.6.0.tgz#f225137eb49fe19bee4d87949a0515c05176e2ad"
integrity sha512-BVINv2SgcMjL4oYbBuCQTpE3/VKOSxrOA8Cj/wQP7izSzlBGVomdm+TcUd0Pzy0ytLSSDweCKQ6X3f5veM5LQA==

buffer-from@^1.0.0:
version "1.1.2"
Expand Down

0 comments on commit e8446fd

Please sign in to comment.