Skip to content

Commit

Permalink
fix(deps): update dependency uuid to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 33720b5 commit 379210a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"typedoc": "^0.26.10",
"typedoc-plugin-markdown": "^4.2.9",
"typescript": "~5.6.3",
"uuid": "^10.0.0",
"uuid": "^11.0.1",
"vite": "^5.4.10",
"vite-plugin-externals": "^0.6.2",
"vite-plugin-vue-devtools": "^7.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/analytics-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"pretty-bytes": "^6.1.1",
"uuid": "^10.0.0",
"uuid": "^11.0.1",
"vue-chartjs": "^5.3.1"
},
"distSizeChecker": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/expressions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/icons": "^1.18.2",
"monaco-editor": "0.52.0",
"uuid": "^10.0.0"
"uuid": "^11.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/portal/spec-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@kong-ui-public/swagger-ui-web-component": "workspace:^0.12.9",
"@kong/icons": "^1.18.2",
"lodash.clonedeep": "^4.5.0",
"uuid": "^10.0.0"
"uuid": "^11.0.1"
},
"repository": {
"type": "git",
Expand Down
22 changes: 14 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit 379210a

Please sign in to comment.