Skip to content

Commit

Permalink
Merge pull request #513 from json-schema-tools/fix/bumpitty
Browse files Browse the repository at this point in the history
fix: bump deps
  • Loading branch information
BelfordZ authored May 7, 2024
2 parents d7ab4b1 + ac7b43a commit 7ec6959
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ aliases:
defaults: &defaults
working_directory: ~/project
docker:
- image: cimg/node:16.17.0
- image: cimg/node:20.12.1

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.17.0
20.12.1
28 changes: 14 additions & 14 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"!build/**/*.test.*"
],
"devDependencies": {
"@json-schema-tools/meta-schema": "^1.7.0",
"@json-schema-tools/meta-schema": "^1.7.5",
"@types/jest": "^29.2.0",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^4.26.1",
Expand All @@ -38,7 +38,7 @@
"typescript": "^4.8.4"
},
"dependencies": {
"@json-schema-tools/traverse": "^1.10.1"
"@json-schema-tools/traverse": "^1.10.4"
},
"homepage": "https://github.com/json-schema-tools/titleizer#readme",
"description": "Generate deterministic titles for json schemas (AKA ensureAllSchemasHaveTitles)"
Expand Down

0 comments on commit 7ec6959

Please sign in to comment.