Skip to content

Commit 7a0a611

Browse files
Bump uuidv4 from 6.1.0 to 6.2.6
Bumps [uuidv4](https://github.com/thenativeweb/uuidv4) from 6.1.0 to 6.2.6. - [Release notes](https://github.com/thenativeweb/uuidv4/releases) - [Changelog](https://github.com/thenativeweb/uuidv4/blob/master/CHANGELOG.md) - [Commits](https://github.com/thenativeweb/uuidv4/compare/6.1.0...6.2.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent d424797 commit 7a0a611

3 files changed

Lines changed: 29 additions & 17 deletions

File tree

package-lock.json

Lines changed: 13 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
"style-loader": "^1.2.1",
4646
"throttle-debounce": "^2.2.1",
4747
"uglifyjs-webpack-plugin": "^2.2.0",
48-
"uuidv4": "^6.1.0"
48+
"uuidv4": "^6.2.6"
4949
}
5050
}

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,11 @@
177177
dependencies:
178178
source-map "^0.6.1"
179179

180+
"@types/uuid@8.3.0":
181+
version "8.3.0"
182+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.0.tgz#215c231dff736d5ba92410e6d602050cce7e273f"
183+
integrity sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ==
184+
180185
"@types/webpack-sources@*":
181186
version "1.4.0"
182187
resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-1.4.0.tgz#e58f1f05f87d39a5c64cf85705bdbdbb94d4d57e"
@@ -5445,22 +5450,23 @@ utils-merge@1.0.1:
54455450
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
54465451
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
54475452

5448-
uuid@8.1.0:
5449-
version "8.1.0"
5450-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.1.0.tgz#6f1536eb43249f473abc6bd58ff983da1ca30d8d"
5451-
integrity sha512-CI18flHDznR0lq54xBycOVmphdCYnQLKn8abKn7PXUiKUGdEd+/l9LWNJmugXel4hXq7S+RMNl34ecyC9TntWg==
5453+
uuid@8.3.2:
5454+
version "8.3.2"
5455+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
5456+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
54525457

54535458
uuid@^3.1.0, uuid@^3.2.1, uuid@^3.3.2, uuid@^3.4.0:
54545459
version "3.4.0"
54555460
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
54565461
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
54575462

5458-
uuidv4@^6.1.0:
5459-
version "6.1.0"
5460-
resolved "https://registry.yarnpkg.com/uuidv4/-/uuidv4-6.1.0.tgz#a8d50c71e46da4dd0edc887a2b766a75e48e5740"
5461-
integrity sha512-BLAg+H3301PcC0Vp2Nq/q0qujpr2iI6NN2Kt28dtTFmHHZCXurq8+lDl9+XJzvavYBz2HJoUncjKx0+XVcTJIg==
5463+
uuidv4@^6.2.6:
5464+
version "6.2.6"
5465+
resolved "https://registry.yarnpkg.com/uuidv4/-/uuidv4-6.2.6.tgz#c37c764b578114b60bdd5460e5578d7d99383ad1"
5466+
integrity sha512-vFyL4jugB/ln1ux1gXLlBMBv424Dn86EaBMoqUH1K6XI3XuriaWLeRUzH4iWwPu+BOJiw4hc4TjvrPmk+H+ZBQ==
54625467
dependencies:
5463-
uuid "8.1.0"
5468+
"@types/uuid" "8.3.0"
5469+
uuid "8.3.2"
54645470

54655471
v8-compile-cache@2.0.3:
54665472
version "2.0.3"

0 commit comments

Comments
 (0)