Skip to content

Commit

Permalink
chore(deps): update node dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed May 10, 2024
1 parent 8fe0068 commit 0848d43
Show file tree
Hide file tree
Showing 9 changed files with 62 additions and 78 deletions.
24 changes: 12 additions & 12 deletions bpmn/package-lock.json

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

2 changes: 1 addition & 1 deletion bpmn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"bpmn-js": "17.6.0",
"micro": "10.0.1",
"pino": "^8.15.0",
"pino": "^9.0.0",
"pino-debug": "^2.0.0",
"puppeteer": "22.4.1"
},
Expand Down
4 changes: 2 additions & 2 deletions diagrams.net/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
},
"dependencies": {
"micro": "10.0.1",
"pino": "^8.15.0",
"pino": "^9.0.0",
"pino-debug": "^2.0.0",
"puppeteer": "22.4.1"
},
"devDependencies": {
"chai": "4.4.1",
"chai": "5.1.1",
"dirty-chai": "2.0.1",
"pngjs": "7.0.0",
"standard": "17.1.0"
Expand Down
24 changes: 12 additions & 12 deletions excalidraw/package-lock.json

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

2 changes: 1 addition & 1 deletion excalidraw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@excalidraw/excalidraw": "0.17.5",
"micro": "10.0.1",
"pino": "8.20.0",
"pino": "9.0.0",
"pino-debug": "2.0.0",
"puppeteer": "22.4.1",
"react": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions mermaid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"dependencies": {
"lodash": "4.17.21",
"micro": "10.0.1",
"pino": "8.20.0",
"pino": "9.0.0",
"pino-debug": "2.0.0",
"puppeteer": "22.4.1"
},
"devDependencies": {
"chai": "4.4.1",
"chai": "5.1.1",
"dirty-chai": "2.0.1",
"mermaid": "10.9.0",
"mocha": "10.4.0",
Expand Down
74 changes: 29 additions & 45 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"private": true,
"dependencies": {
"chai": "^4.3.7",
"chai": "^5.0.0",
"chai-http": "^4.3.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions vega/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"yargs": "17.7.2"
},
"devDependencies": {
"chai": "4.4.1",
"chai": "5.1.1",
"dirty-chai": "2.0.1",
"mocha": "10.4.0",
"sinon": "15.2.0",
"sinon": "17.0.2",
"standard": "17.1.0"
},
"pkg": {
Expand Down

0 comments on commit 0848d43

Please sign in to comment.