Skip to content

Commit b240d8a

Browse files
renovate-botdgp1130
authored andcommitted
build: update uuid to version 7.0.1
1 parent 94c753c commit b240d8a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@types/rimraf": "^2.0.2",
9797
"@types/semver": "^7.0.0",
9898
"@types/universal-analytics": "^0.4.2",
99-
"@types/uuid": "^3.4.4",
99+
"@types/uuid": "^7.0.0",
100100
"@types/webpack": "^4.32.1",
101101
"@types/webpack-dev-server": "^3.1.7",
102102
"@types/webpack-sources": "^0.1.5",

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"semver": "7.1.3",
4545
"symbol-observable": "1.2.0",
4646
"universal-analytics": "0.4.20",
47-
"uuid": "7.0.0"
47+
"uuid": "7.0.1"
4848
},
4949
"ng-update": {
5050
"migrations": "@schematics/angular/migrations/migration-collection.json",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1556,10 +1556,10 @@
15561556
resolved "https://registry.yarnpkg.com/@types/urijs/-/urijs-1.19.5.tgz#f2083392f5859be59cbba0b1d463b922c8aef842"
15571557
integrity sha512-LAyzQkr9rZDoHrv8xRcHStLo8Z4PbP3ZHMqw8WRr1T7Jn4O1z13Qkv+ed9e12pBXWaaqsBj1l4ADU/FlA/jn3w==
15581558

1559-
"@types/uuid@^3.4.4":
1560-
version "3.4.7"
1561-
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-3.4.7.tgz#51d42247473bc00e38cc8dfaf70d936842a36c03"
1562-
integrity sha512-C2j2FWgQkF1ru12SjZJyMaTPxs/f6n90+5G5qNakBxKXjTBc/YTSelHh4Pz1HUDwxFXD9WvpQhOGCDC+/Y4mIQ==
1559+
"@types/uuid@^7.0.0":
1560+
version "7.0.0"
1561+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-7.0.0.tgz#9f6993ccc8210efa90bda7e1afabbb06a9f860cd"
1562+
integrity sha512-RiX1I0lK9WFLFqy2xOxke396f0wKIzk5sAll0tL4J4XDYJXURI7JOs96XQb3nP+2gEpQ/LutBb66jgiT5oQshQ==
15631563

15641564
"@types/webpack-dev-server@^3.1.7":
15651565
version "3.10.0"
@@ -11780,10 +11780,10 @@ [email protected]:
1178011780
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
1178111781
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
1178211782

11783-
11784-
version "7.0.0"
11785-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.0.tgz#1833d4b9ce50b732bfaa271f9cb74e974d303c79"
11786-
integrity sha512-LNUrNsXdI/fUsypJbWM8Jt4DgQdFAZh41p9C7WE9Cn+CULOEkoG2lgQyH68v3wnIy5K3fN4jdSt270K6IFA3MQ==
11783+
11784+
version "7.0.1"
11785+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.1.tgz#95ed6ff3d8c881cbf85f0f05cc3915ef994818ef"
11786+
integrity sha512-yqjRXZzSJm9Dbl84H2VDHpM3zMjzSJQ+hn6C4zqd5ilW+7P4ZmLEEqwho9LjP+tGuZlF4xrHQXT0h9QZUS/pWA==
1178711787

1178811788
uuid@^3.0.0, uuid@^3.0.1, uuid@^3.1.0, uuid@^3.3.2:
1178911789
version "3.4.0"

0 commit comments

Comments
 (0)