Skip to content

Commit

Permalink
Merge branch 'master' into 6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 5, 2022
2 parents efed0a4 + 170e6df commit 7676f5c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -140,4 +140,4 @@ jobs:
- name: Check out repo
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
- name: Dependency review
uses: actions/dependency-review-action@v2
uses: actions/dependency-review-action@v3
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -28,44 +28,44 @@
"sift": "16.0.1"
},
"devDependencies": {
"@babel/core": "7.19.6",
"@babel/preset-env": "7.19.4",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"@babel/core": "7.20.5",
"@babel/preset-env": "7.20.2",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"acquit": "1.2.1",
"acquit-ignore": "0.2.0",
"acquit-require": "0.1.1",
"assert-browserify": "2.0.0",
"axios": "1.1.3",
"axios": "1.2.0",
"babel-loader": "8.2.5",
"benchmark": "2.1.4",
"bluebird": "3.7.2",
"buffer": "^5.6.0",
"cheerio": "1.0.0-rc.12",
"crypto-browserify": "3.12.0",
"dox": "1.0.0",
"eslint": "8.26.0",
"eslint": "8.28.0",
"eslint-plugin-mocha-no-only": "1.1.1",
"express": "^4.18.1",
"highlight.js": "11.6.0",
"highlight.js": "11.7.0",
"lodash.isequal": "4.5.0",
"lodash.isequalwith": "4.4.0",
"marked": "4.2.1",
"marked": "4.2.3",
"mkdirp": "^1.0.4",
"mocha": "10.1.0",
"moment": "2.x",
"mongodb-memory-server": "8.9.5",
"mongodb-memory-server": "8.10.1",
"ncp": "^2.0.0",
"nyc": "15.1.0",
"pug": "3.0.2",
"q": "1.5.1",
"sinon": "14.0.1",
"sinon": "15.0.0",
"stream-browserify": "3.0.0",
"ts-benchmark": "^1.1.10",
"tsd": "0.24.1",
"typescript": "4.8.4",
"tsd": "0.25.0",
"typescript": "4.9.3",
"uuid": "9.0.0",
"webpack": "5.74.0"
"webpack": "5.75.0"
},
"directories": {
"lib": "./lib/mongoose"
Expand Down

0 comments on commit 7676f5c

Please sign in to comment.