diff --git a/package-lock.json b/package-lock.json index 85c544461..35f032fca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -80,7 +80,7 @@ "@types/lodash-es": "^4.17.5", "@types/mixpanel-browser": "^2.36.0", "@types/node": "^17.0.5", - "@types/uuid": "^8.3.1", + "@types/uuid": "^8.3.4", "@types/webpack-env": "^1.16.3", "codelyzer": "^6.0.2", "commitizen": "^4.2.4", @@ -6704,9 +6704,9 @@ "dev": true }, "node_modules/@types/uuid": { - "version": "8.3.1", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.1.tgz", - "integrity": "sha512-Y2mHTRAbqfFkpjldbkHGY8JIzRN6XqYRliG8/24FcHm2D2PwW24fl5xMRTVGdrb7iMrwCaIEbLWerGIkXuFWVg==", + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz", + "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==", "dev": true }, "node_modules/@types/webpack-env": { @@ -35630,9 +35630,9 @@ "dev": true }, "@types/uuid": { - "version": "8.3.1", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.1.tgz", - "integrity": "sha512-Y2mHTRAbqfFkpjldbkHGY8JIzRN6XqYRliG8/24FcHm2D2PwW24fl5xMRTVGdrb7iMrwCaIEbLWerGIkXuFWVg==", + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz", + "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==", "dev": true }, "@types/webpack-env": { diff --git a/package.json b/package.json index 7e8d808f4..37355b5fb 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "@types/lodash-es": "^4.17.5", "@types/mixpanel-browser": "^2.36.0", "@types/node": "^17.0.5", - "@types/uuid": "^8.3.1", + "@types/uuid": "^8.3.4", "@types/webpack-env": "^1.16.3", "codelyzer": "^6.0.2", "commitizen": "^4.2.4",