Skip to content

Commit

Permalink
chore: upgrade packages (#147)
Browse files Browse the repository at this point in the history
* chore: upgrade packages

* chore: upgrade package-lock.json
  • Loading branch information
koladilip authored Jun 6, 2024
1 parent 2b9ef60 commit b7b9fa7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.19.0
18.20.3
31 changes: 17 additions & 14 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@aws-crypto/sha256-js": "^5.0.0",
"@rudderstack/json-template-engine": "^0.8.4",
"jsonata": "^2.0.4",
"@aws-crypto/sha256-js": "^5.2.0",
"@rudderstack/json-template-engine": "^0.10.2",
"jsonata": "^2.0.5",
"lodash": "^4.17.21",
"object-sizeof": "^2.6.3",
"yaml": "^2.3.2"
"object-sizeof": "^2.6.4",
"yaml": "^2.4.3"
},
"lint-staged": {
"*.(ts|json)": "prettier --write"
Expand Down

0 comments on commit b7b9fa7

Please sign in to comment.