Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 20, 2022
1 parent 00b3c90 commit 1968c93
Show file tree
Hide file tree
Showing 9 changed files with 3,677 additions and 1,310 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2

node-image: &node-image
image: circleci/node:12.22.1
image: circleci/node:12.22.7

set-npm-global: &set-npm-global
run:
Expand Down
1,677 changes: 1,367 additions & 310 deletions package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,28 @@
}
},
"devDependencies": {
"chai": "4.3.4",
"chai": "4.3.7",
"cross-env": "7.0.3",
"eslint": "7.25.0",
"eslint": "7.32.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-security": "1.4.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-security": "1.5.0",
"husky": "4.3.8",
"lerna": "3.22.1",
"lint-staged": "10.5.4",
"mocha": "8.3.2",
"prettier": "2.2.1",
"mocha": "8.4.0",
"prettier": "2.7.1",
"sinon": "9.2.4",
"sinon-chai": "3.6.0"
"sinon-chai": "3.7.0"
},
"lint-staged": {
"*.js": ["npm run lintfix"],
"*.{json,md}": ["prettier --write"]
},
"name": "nodejs-modules",
"engines": {
"npm": "6.14.13"
"npm": "6.14.17"
}
}
40 changes: 29 additions & 11 deletions packages/errors/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 29 additions & 11 deletions packages/koa-error-middleware/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 29 additions & 11 deletions packages/koa-force-ssl/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1968c93

Please sign in to comment.