Skip to content

Commit

Permalink
Update minor dependency versions in package.json
Browse files Browse the repository at this point in the history
Update DEPENDENCY-NOTES.md to reflect that the non-updated dependencies
have been checked recently.
  • Loading branch information
mint-thompson committed Jun 18, 2024
1 parent 9c58d6d commit 33c60c0
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion DEPENDENCY-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
As of 2024 January 25:
As of 2024 June 17:

The `npm outdated` command reports some dependencies as outdated. They are not being updated at this time for the reasons given below:

Expand Down
60 changes: 30 additions & 30 deletions npm-shrinkwrap.json

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

60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,62 +51,62 @@
],
"license": "Apache-2.0",
"devDependencies": {
"@types/diff": "^5.0.9",
"@types/diff": "^5.2.1",
"@types/fs-extra": "^11.0.4",
"@types/html-minifier-terser": "5.1.1",
"@types/ini": "^4.1.0",
"@types/jest": "^29.5.11",
"@types/ini": "^4.1.1",
"@types/jest": "^29.5.12",
"@types/json-diff": "^1.0.3",
"@types/lodash": "^4.14.149",
"@types/node": "^20.11.5",
"@types/opener": "^1.4.0",
"@types/readline-sync": "^1.4.3",
"@types/sax": "^1.2.1",
"@types/lodash": "^4.17.5",
"@types/node": "^20.14.2",
"@types/opener": "^1.4.3",
"@types/readline-sync": "^1.4.8",
"@types/sax": "^1.2.7",
"@types/temp": "^0.9.4",
"@types/text-table": "^0.2.3",
"@types/valid-url": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"acorn": "^8.11.3",
"@types/text-table": "^0.2.5",
"@types/valid-url": "^1.0.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"acorn": "^8.12.0",
"copyfiles": "^2.4.1",
"del-cli": "^5.0.0",
"diff": "^5.0.0",
"del-cli": "^5.1.0",
"diff": "^5.2.0",
"diff2html-cli": "^5.2.15",
"eslint": "^8.21.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"extract-zip": "^2.0.1",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"json-diff": "^1.0.6",
"nock": "^13.5.0",
"opener": "^1.5.1",
"prettier": "^3.1.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.1",
"typescript": "^5.3.3"
"nock": "^13.5.4",
"opener": "^1.5.2",
"prettier": "^3.3.2",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"dependencies": {
"ajv": "^8.12.0",
"ajv": "^8.16.0",
"antlr4": "4.13.1-patch-1",
"axios": "^1.6.5",
"axios": "^1.7.2",
"chalk": "^4.1.2",
"commander": "^12.1.0",
"fhir": "^4.12.0",
"fhir-package-loader": "^1.0.0",
"fs-extra": "^11.2.0",
"html-minifier-terser": "5.1.1",
"https-proxy-agent": "^7.0.2",
"ini": "^4.1.1",
"https-proxy-agent": "^7.0.4",
"ini": "^4.1.3",
"junk": "^3.1.0",
"lodash": "^4.17.21",
"readline-sync": "^1.4.10",
"sanitize-filename": "^1.6.3",
"sax": "^1.2.4",
"temp": "^0.9.1",
"sax": "^1.4.1",
"temp": "^0.9.4",
"text-table": "^0.2.0",
"title-case": "^3.0.2",
"title-case": "^3.0.3",
"valid-url": "^1.0.9",
"winston": "^3.3.3",
"winston": "^3.13.0",
"yaml": "^1.10.2"
},
"overrides": {
Expand Down

0 comments on commit 33c60c0

Please sign in to comment.