Bump ovsx

This commit is contained in:
Laurențiu Nicola 2022-11-02 14:50:04 +02:00
parent 12ced8f9db
commit adee109376
2 changed files with 8 additions and 8 deletions

View File

@ -23,7 +23,7 @@
"esbuild": "^0.14.48",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"ovsx": "^0.5.1",
"ovsx": "^0.5.2",
"prettier": "^2.7.1",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
@ -2874,9 +2874,9 @@
}
},
"node_modules/ovsx": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/ovsx/-/ovsx-0.5.1.tgz",
"integrity": "sha512-3OWq0l7DuVHi2bd2aQe5+QVQlFIqvrcw3/2vGXL404L6Tr+R4QHtzfnYYghv8CCa85xJHjU0RhcaC7pyXkAUbg==",
"version": "0.5.2",
"resolved": "https://registry.npmjs.org/ovsx/-/ovsx-0.5.2.tgz",
"integrity": "sha512-UbLultRCk46WddeA0Cly4hoRhzBJUiLgbIEViXlgOvV54LbsppClDkMLoCevUUBHoiNdMX2NuiSgURAEXgCZdw==",
"dev": true,
"dependencies": {
"commander": "^6.1.0",
@ -5958,9 +5958,9 @@
}
},
"ovsx": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/ovsx/-/ovsx-0.5.1.tgz",
"integrity": "sha512-3OWq0l7DuVHi2bd2aQe5+QVQlFIqvrcw3/2vGXL404L6Tr+R4QHtzfnYYghv8CCa85xJHjU0RhcaC7pyXkAUbg==",
"version": "0.5.2",
"resolved": "https://registry.npmjs.org/ovsx/-/ovsx-0.5.2.tgz",
"integrity": "sha512-UbLultRCk46WddeA0Cly4hoRhzBJUiLgbIEViXlgOvV54LbsppClDkMLoCevUUBHoiNdMX2NuiSgURAEXgCZdw==",
"dev": true,
"requires": {
"commander": "^6.1.0",

View File

@ -49,7 +49,7 @@
"esbuild": "^0.14.48",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"ovsx": "^0.5.1",
"ovsx": "^0.5.2",
"prettier": "^2.7.1",
"tslib": "^2.4.0",
"typescript": "^4.7.4",