Skip to content

Commit

Permalink
Merge pull request #443 from icco/mongo6
Browse files Browse the repository at this point in the history
feat: increase mongodb version
  • Loading branch information
harazdovskiy authored Nov 22, 2023
2 parents 9e80ad4 + 854d1e8 commit 09b0fd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
parameters:
node_version:
type: string
default: '16.15.1'
default: 'lts'

commands:
install_deps:
Expand All @@ -22,7 +22,7 @@ commands:
jobs:
build:
executor:
name: node/default
name: cimg/node
tag: << pipeline.parameters.node_version >>
working_directory: ~/repo
steps:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"debug": "4.3.4",
"mongodb-memory-server": "8.11.5"
"mongodb-memory-server": "9.1.1"
},
"devDependencies": {
"@babel/cli": "7.23.0",
Expand All @@ -64,13 +64,13 @@
"husky": "8.0.3",
"jest": "29.7.0",
"lint-staged": "13.3.0",
"mongodb": "5.1.0",
"mongodb": "6.3.0",
"prettier": "2.8.8",
"typescript": "5.1.6"
},
"peerDependencies": {
"jest-environment-node": "27.x.x || 28.x || 29.x",
"mongodb": "3.x.x || 4.x || 5.x"
"mongodb": "3.x.x || 4.x || 5.x || 6.x"
},
"engines": {
"node": ">=16"
Expand Down

0 comments on commit 09b0fd1

Please sign in to comment.