diff --git a/package.json b/package.json index 2f7d944..349ed4b 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "vue3-ts-jsoneditor": "^2.7.1" }, "devDependencies": { - "@types/uuid": "^9.0.0", + "@types/uuid": "^9.0.2", "@typescript-eslint/eslint-plugin": "^5.46.1", "@typescript-eslint/parser": "^5.46.1", "@vitejs/plugin-vue": "^3.2.0", diff --git a/yarn.lock b/yarn.lock index 5319964..9ebaa30 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1922,10 +1922,10 @@ dependencies: "@types/node" "*" -"@types/uuid@^9.0.0": - version "9.0.0" - resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.0.tgz#53ef263e5239728b56096b0a869595135b7952d2" - integrity sha512-kr90f+ERiQtKWMz5rP32ltJ/BtULDI5RVO0uavn1HQUOwjx0R1h0rnDYNL0CepF1zL5bSY6FISAfd9tOdDhU5Q== +"@types/uuid@^9.0.2": + version "9.0.2" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.2.tgz#ede1d1b1e451548d44919dc226253e32a6952c4b" + integrity sha512-kNnC1GFBLuhImSnV7w4njQkUiJi0ZXUycu1rUaouPqiKlXkh77JKgdRnTAp1x5eBwcIwbtI+3otwzuIDEuDoxQ== "@types/webpack-env@^1.15.2": version "1.18.0"