From 9b97b262b94b51d1b4caf07c4577eb6a5295dc85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Oct 2022 15:47:28 -0400 Subject: [PATCH] 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 --- package-lock.json | 14 +++++++------- package.json | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index db35ce7..fe2ec1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@types/follow-redirects": "^1.14.1", "@types/glob": "^8.0.0", "@types/node": "^17.0.45", - "@types/vscode": "^1.71.0", + "@types/vscode": "^1.72.0", "@typescript-eslint/eslint-plugin": "^5.39.0", "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.25.0", @@ -158,9 +158,9 @@ "dev": true }, "node_modules/@types/vscode": { - "version": "1.71.0", - "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.71.0.tgz", - "integrity": "sha512-nB50bBC9H/x2CpwW9FzRRRDrTZ7G0/POttJojvN/LiVfzTGfLyQIje1L1QRMdFXK9G41k5UJN/1B9S4of7CSzA==", + "version": "1.72.0", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.72.0.tgz", + "integrity": "sha512-WvHluhUo+lQvE3I4wUagRpnkHuysB4qSyOQUyIAS9n9PYMJjepzTUD8Jyks0YeXoPD0UGctjqp2u84/b3v6Ydw==", "dev": true }, "node_modules/@typescript-eslint/eslint-plugin": { @@ -2937,9 +2937,9 @@ "dev": true }, "@types/vscode": { - "version": "1.71.0", - "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.71.0.tgz", - "integrity": "sha512-nB50bBC9H/x2CpwW9FzRRRDrTZ7G0/POttJojvN/LiVfzTGfLyQIje1L1QRMdFXK9G41k5UJN/1B9S4of7CSzA==", + "version": "1.72.0", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.72.0.tgz", + "integrity": "sha512-WvHluhUo+lQvE3I4wUagRpnkHuysB4qSyOQUyIAS9n9PYMJjepzTUD8Jyks0YeXoPD0UGctjqp2u84/b3v6Ydw==", "dev": true }, "@typescript-eslint/eslint-plugin": { diff --git a/package.json b/package.json index ad6db83..e9ada3c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "publisher": "opengoal", "version": "0.7.0", "engines": { - "vscode": "^1.71.0" + "vscode": "^1.72.0" }, "categories": [ "Programming Languages" @@ -29,7 +29,7 @@ "@types/follow-redirects": "^1.14.1", "@types/glob": "^8.0.0", "@types/node": "^17.0.45", - "@types/vscode": "^1.71.0", + "@types/vscode": "^1.72.0", "@typescript-eslint/eslint-plugin": "^5.39.0", "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.25.0",