build(deps-dev): bump @types/vscode from 1.71.0 to 1.72.0 (#124)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Wilding <xtvaser@gmail.com>
This commit is contained in:
dependabot[bot] 2022-10-15 15:47:28 -04:00 committed by GitHub
parent f84ec22c86
commit 9b97b262b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

14
package-lock.json generated
View file

@ -18,7 +18,7 @@
"@types/follow-redirects": "^1.14.1", "@types/follow-redirects": "^1.14.1",
"@types/glob": "^8.0.0", "@types/glob": "^8.0.0",
"@types/node": "^17.0.45", "@types/node": "^17.0.45",
"@types/vscode": "^1.71.0", "@types/vscode": "^1.72.0",
"@typescript-eslint/eslint-plugin": "^5.39.0", "@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0", "@typescript-eslint/parser": "^5.39.0",
"eslint": "^8.25.0", "eslint": "^8.25.0",
@ -158,9 +158,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/vscode": { "node_modules/@types/vscode": {
"version": "1.71.0", "version": "1.72.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.71.0.tgz", "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.72.0.tgz",
"integrity": "sha512-nB50bBC9H/x2CpwW9FzRRRDrTZ7G0/POttJojvN/LiVfzTGfLyQIje1L1QRMdFXK9G41k5UJN/1B9S4of7CSzA==", "integrity": "sha512-WvHluhUo+lQvE3I4wUagRpnkHuysB4qSyOQUyIAS9n9PYMJjepzTUD8Jyks0YeXoPD0UGctjqp2u84/b3v6Ydw==",
"dev": true "dev": true
}, },
"node_modules/@typescript-eslint/eslint-plugin": { "node_modules/@typescript-eslint/eslint-plugin": {
@ -2937,9 +2937,9 @@
"dev": true "dev": true
}, },
"@types/vscode": { "@types/vscode": {
"version": "1.71.0", "version": "1.72.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.71.0.tgz", "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.72.0.tgz",
"integrity": "sha512-nB50bBC9H/x2CpwW9FzRRRDrTZ7G0/POttJojvN/LiVfzTGfLyQIje1L1QRMdFXK9G41k5UJN/1B9S4of7CSzA==", "integrity": "sha512-WvHluhUo+lQvE3I4wUagRpnkHuysB4qSyOQUyIAS9n9PYMJjepzTUD8Jyks0YeXoPD0UGctjqp2u84/b3v6Ydw==",
"dev": true "dev": true
}, },
"@typescript-eslint/eslint-plugin": { "@typescript-eslint/eslint-plugin": {

View file

@ -5,7 +5,7 @@
"publisher": "opengoal", "publisher": "opengoal",
"version": "0.7.0", "version": "0.7.0",
"engines": { "engines": {
"vscode": "^1.71.0" "vscode": "^1.72.0"
}, },
"categories": [ "categories": [
"Programming Languages" "Programming Languages"
@ -29,7 +29,7 @@
"@types/follow-redirects": "^1.14.1", "@types/follow-redirects": "^1.14.1",
"@types/glob": "^8.0.0", "@types/glob": "^8.0.0",
"@types/node": "^17.0.45", "@types/node": "^17.0.45",
"@types/vscode": "^1.71.0", "@types/vscode": "^1.72.0",
"@typescript-eslint/eslint-plugin": "^5.39.0", "@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0", "@typescript-eslint/parser": "^5.39.0",
"eslint": "^8.25.0", "eslint": "^8.25.0",