Skip to content

Commit

Permalink
fix(deps): update dependency uuid to v10 (#1626)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent d06d454 commit 49c7fab
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 32 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/js-yaml": "^4.0.9",
"@types/jsdom": "^21.1.7",
"@types/node": "^18.19.47",
"@types/uuid": "^9.0.8",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vitest/ui": "^1.3.1",
Expand Down Expand Up @@ -65,7 +65,7 @@
"typedoc": "^0.26.6",
"typedoc-plugin-markdown": "^4.2.6",
"typescript": "~5.3.3",
"uuid": "^9.0.1",
"uuid": "^10.0.0",
"vite": "^5.3.5",
"vite-plugin-externals": "^0.6.2",
"vite-plugin-vue-devtools": "^7.0.27",
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics/analytics-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@kong-ui-public/sandbox-layout": "workspace:^",
"@kong/design-tokens": "1.17.2",
"@kong/kongponents": "9.5.5",
"@types/uuid": "^9.0.8",
"@types/uuid": "^10.0.0",
"file-saver": "^2.0.5",
"lodash.mapkeys": "^4.6.0",
"lodash.pick": "^4.4.0",
Expand Down Expand Up @@ -82,7 +82,7 @@
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"pretty-bytes": "^6.1.1",
"uuid": "^9.0.1",
"uuid": "^10.0.0",
"vue-chartjs": "^5.3.1"
},
"distSizeChecker": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/expressions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@kong/atc-router": "1.6.0-rc.1",
"@kong/design-tokens": "1.17.2",
"@kong/kongponents": "9.5.5",
"@types/uuid": "^9.0.8",
"@types/uuid": "^10.0.0",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0",
Expand Down Expand Up @@ -74,6 +74,6 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/icons": "^1.15.1",
"monaco-editor": "0.51.0",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/portal/spec-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@kong/kongponents": "9.5.5",
"@modyfi/vite-plugin-yaml": "^1.1.0",
"@types/lodash.clonedeep": "^4.5.9",
"@types/uuid": "^9.0.8",
"@types/uuid": "^10.0.0",
"openapi-types": "^12.1.3",
"vue": "^3.4.38"
},
Expand All @@ -56,7 +56,7 @@
"@kong-ui-public/swagger-ui-web-component": "workspace:^0.12.3",
"@kong/icons": "^1.15.1",
"lodash.clonedeep": "^4.5.0",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"repository": {
"type": "git",
Expand Down
44 changes: 20 additions & 24 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 49c7fab

Please sign in to comment.