Skip to content

Commit

Permalink
Update uuid to v8
Browse files Browse the repository at this point in the history
Signed-off-by: Reece Dunham <me@rdil.rocks>
  • Loading branch information
RDIL authored and paul-marechal committed May 7, 2020
1 parent a556b83 commit ac8efa2
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ if (process.env.LC_ALL) {
}
process.env.LC_NUMERIC = 'C';
const uuid = require('uuid');
const { v4 } = require('uuid');
const electron = require('electron');
const { join, resolve } = require('path');
const { fork } = require('child_process');
Expand All @@ -152,7 +152,7 @@ const Storage = require('electron-store');
const electronStore = new Storage();
const electronSecurityToken = {
value: uuid.v4(),
value: v4(),
};
app.on('ready', () => {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/node": "~10.3.6",
"@types/sinon": "^2.3.5",
"@types/temp": "^0.8.29",
"@types/uuid": "^3.4.3",
"@types/uuid": "^7.0.3",
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/eslint-plugin-tslint": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
Expand All @@ -38,7 +38,7 @@
"typedoc": "^0.15.0-0",
"typedoc-plugin-external-module-map": "^1.0.0",
"typescript": "~3.5.3",
"uuid": "^3.2.1"
"uuid": "^8.0.0"
},
"scripts": {
"preinstall": "node-gyp install",
Expand Down Expand Up @@ -146,4 +146,4 @@
"vscode-eslint": "https://open-vsx.org/api/dbaeumer/vscode-eslint/2.1.1/file/dbaeumer.vscode-eslint-2.1.1.vsix",
"vscode-references-view": "https://open-vsx.org/api/ms-vscode/references-view/0.0.47/file/ms-vscode.references-view-0.0.47.vsix"
}
}
}
6 changes: 3 additions & 3 deletions packages/filesystem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@types/rimraf": "^2.0.2",
"@types/tar-fs": "^1.16.1",
"@types/touch": "0.0.1",
"@types/uuid": "^3.4.3",
"@types/uuid": "^7.0.3",
"body-parser": "^1.18.3",
"drivelist": "^6.4.3",
"http-status-codes": "^1.3.0",
Expand All @@ -21,7 +21,7 @@
"tar-fs": "^1.16.2",
"touch": "^3.1.0",
"trash": "^4.0.1",
"uuid": "^3.2.1",
"uuid": "^8.0.0",
"zip-dir": "^1.0.2"
},
"publishConfig": {
Expand Down Expand Up @@ -71,4 +71,4 @@
"nyc": {
"extends": "../../configs/nyc.json"
}
}
}
6 changes: 3 additions & 3 deletions packages/languages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"@theia/output": "^1.1.0",
"@theia/process": "^1.1.0",
"@theia/workspace": "^1.1.0",
"@types/uuid": "^3.4.3",
"@types/uuid": "^7.0.3",
"monaco-languageclient": "^0.13.0",
"uuid": "^3.2.1"
"uuid": "^8.0.0"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -51,4 +51,4 @@
"nyc": {
"extends": "../../configs/nyc.json"
}
}
}
4 changes: 2 additions & 2 deletions packages/plugin-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"ps-tree": "^1.2.0",
"request": "^2.82.0",
"serve-static": "^1.14.1",
"uuid": "^3.2.1",
"uuid": "^8.0.0",
"vhost": "^3.0.2",
"vscode-debugprotocol": "^1.32.0",
"vscode-textmate": "^4.0.1"
Expand Down Expand Up @@ -87,4 +87,4 @@
"nyc": {
"extends": "../../configs/nyc.json"
}
}
}
6 changes: 3 additions & 3 deletions packages/typehierarchy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"@theia/core": "^1.1.0",
"@theia/editor": "^1.1.0",
"@theia/languages": "^1.1.0",
"@types/uuid": "^3.4.3",
"uuid": "^3.2.1"
"@types/uuid": "^7.0.3",
"uuid": "^8.0.0"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -46,4 +46,4 @@
"nyc": {
"extends": "../../configs/nyc.json"
}
}
}
4 changes: 2 additions & 2 deletions packages/vsx-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"requestretry": "^3.1.0",
"sanitize-html": "^1.14.1",
"showdown": "^1.9.1",
"uuid": "^3.2.1"
"uuid": "^8.0.0"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -54,4 +54,4 @@
"nyc": {
"extends": "../../configs/nyc.json"
}
}
}
17 changes: 10 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1478,12 +1478,10 @@
dependencies:
source-map "^0.6.1"

"@types/uuid@^3.4.3":
version "3.4.6"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-3.4.6.tgz#d2c4c48eb85a757bf2927f75f939942d521e3016"
integrity sha512-cCdlC/1kGEZdEglzOieLDYBxHsvEOIg7kp/2FYyVR9Pxakq+Qf/inL3RKQ+PA8gOlI/NnL+fXmQH12nwcGzsHw==
dependencies:
"@types/node" "*"
"@types/uuid@^7.0.3":
version "7.0.3"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-7.0.3.tgz#45cd03e98e758f8581c79c535afbd4fc27ba7ac8"
integrity sha512-PUdqTZVrNYTNcIhLHkiaYzoOIaUi5LFg/XLerAdgvwQrUCx+oSbtoBze1AMyvYbcwzUSNC+Isl58SM4Sm/6COw==

"@types/webpack-sources@*":
version "0.1.5"
Expand Down Expand Up @@ -12791,11 +12789,16 @@ uuid@^2.0.1:
resolved "https://registry.yarnpkg.com/uuid/-/uuid-2.0.3.tgz#67e2e863797215530dff318e5bf9dcebfd47b21a"
integrity sha1-Z+LoY3lyFVMN/zGOW/nc6/1Hsho=

uuid@^3.0.1, uuid@^3.1.0, uuid@^3.2.1, uuid@^3.3.2, uuid@^3.3.3:
uuid@^3.0.1, uuid@^3.1.0, uuid@^3.3.2, uuid@^3.3.3:
version "3.3.3"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"
integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==

uuid@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.0.0.tgz#bc6ccf91b5ff0ac07bbcdbf1c7c4e150db4dbb6c"
integrity sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw==

v8-compile-cache@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-1.1.2.tgz#8d32e4f16974654657e676e0e467a348e89b0dc4"
Expand Down

0 comments on commit ac8efa2

Please sign in to comment.