Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 8, 2024
1 parent ebf629e commit 9997e70
Show file tree
Hide file tree
Showing 4 changed files with 971 additions and 1,361 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:12.16
- image: circleci/node:12.22

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12.16.3
12.22.12
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,22 @@
},
"homepage": "https://github.com/lemon-sour/node-log-rotate#readme",
"dependencies": {
"lint-staged": "^10.2.2",
"lint-staged": "^10.5.4",
"lodash": "^4.17.15",
"moment": "^2.25.3"
"moment": "^2.30.1"
},
"devDependencies": {
"@types/jest": "^25.2.1",
"@types/lodash": "^4.14.150",
"@types/jest": "^25.2.3",
"@types/lodash": "^4.17.5",
"@types/moment": "^2.13.0",
"@types/node": "^13.13.4",
"@types/node": "^13.13.52",
"esm": "^3.2.25",
"jest": "^26.0.0",
"nodemon": "^2.0.3",
"prettier": "^2.0.5",
"jest": "^26.6.3",
"nodemon": "^2.0.22",
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"standard-version": "^7.1.0",
"ts-jest": "^25.4.0",
"typescript": "^3.8.3"
"ts-jest": "^25.5.1",
"typescript": "^3.9.10"
}
}
Loading

0 comments on commit 9997e70

Please sign in to comment.