diff --git a/package-lock.json b/package-lock.json index 58178ed..9f3692f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "vscode-wing-cf-tools", - "version": "6.4.0", + "version": "6.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-wing-cf-tools", - "version": "6.4.0", + "version": "6.4.2", "license": "Apache 2.0", "dependencies": { - "@sap/cf-tools": "^2.0.0", + "@sap/cf-tools": "^2.0.1", "@sap/swa-for-sapbas-vsx": "1.2.15", "@sap/wing-run-config-types": "4.2.0", "@vscode-logging/wrapper": "1.0.1", @@ -30,7 +30,7 @@ "@types/properties-reader": "2.1.0", "@types/rimraf": "^3.0.0", "@types/sinon": "^10.0.0", - "@types/vscode": "^1.43.0", + "@types/vscode": "^1.58.1", "@typescript-eslint/eslint-plugin": "^4.22.0", "@typescript-eslint/parser": "^4.22.0", "@vscode-logging/types": "0.1.4", @@ -55,7 +55,6 @@ "webpack-cli": "^4.2.0" }, "engines": { - "node": ">=14.0.0", "vscode": "^1.43.0" } }, @@ -909,10 +908,9 @@ } }, "node_modules/@sap/cf-tools": { - "version": "2.0.0", - "resolved": "http://nexus.wdf.sap.corp:8081/nexus/repository/build.releases.npm/@sap/cf-tools/-/cf-tools-2.0.0.tgz", - "integrity": "sha512-7StRs5ohffwdchLx4gFdLDJT6LagqWIR38DV38WTEDMhzGJHQT7zZEAJAI1GqTl3lruTZUGmuWdQ+biMcJDXDQ==", - "license": "Apache-2.0", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@sap/cf-tools/-/cf-tools-2.0.1.tgz", + "integrity": "sha512-J6sgZAXEhNSYxFRpAl++bMWxHO1HYPcTEKNkN8KFh3629A7fiqiJcKADGEyk5f2Pi09LGMngsRygN0M6F+it8g==", "dependencies": { "comment-json": "4.1.0", "lodash": "4.17.21", @@ -1147,9 +1145,9 @@ } }, "node_modules/@types/vscode": { - "version": "1.57.0", - "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.57.0.tgz", - "integrity": "sha512-FeznBFtIDCWRluojTsi9c3LLcCHOXP5etQfBK42+ixo1CoEAchkw39tuui9zomjZuKfUVL33KZUDIwHZ/xvOkQ==", + "version": "1.58.1", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.58.1.tgz", + "integrity": "sha512-sa76rDXiSif09he8KoaWWUQxsuBr2+uND0xn1GUbEODkuEjp2p7Rqd3t5qlvklfmAedLFdL7MdnsPa57uzwcOw==", "dev": true }, "node_modules/@types/webpack": { @@ -18204,9 +18202,9 @@ } }, "@sap/cf-tools": { - "version": "2.0.0", - "resolved": "http://nexus.wdf.sap.corp:8081/nexus/repository/build.releases.npm/@sap/cf-tools/-/cf-tools-2.0.0.tgz", - "integrity": "sha512-7StRs5ohffwdchLx4gFdLDJT6LagqWIR38DV38WTEDMhzGJHQT7zZEAJAI1GqTl3lruTZUGmuWdQ+biMcJDXDQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@sap/cf-tools/-/cf-tools-2.0.1.tgz", + "integrity": "sha512-J6sgZAXEhNSYxFRpAl++bMWxHO1HYPcTEKNkN8KFh3629A7fiqiJcKADGEyk5f2Pi09LGMngsRygN0M6F+it8g==", "requires": { "comment-json": "4.1.0", "lodash": "4.17.21", @@ -18435,9 +18433,9 @@ } }, "@types/vscode": { - "version": "1.57.0", - "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.57.0.tgz", - "integrity": "sha512-FeznBFtIDCWRluojTsi9c3LLcCHOXP5etQfBK42+ixo1CoEAchkw39tuui9zomjZuKfUVL33KZUDIwHZ/xvOkQ==", + "version": "1.58.1", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.58.1.tgz", + "integrity": "sha512-sa76rDXiSif09he8KoaWWUQxsuBr2+uND0xn1GUbEODkuEjp2p7Rqd3t5qlvklfmAedLFdL7MdnsPa57uzwcOw==", "dev": true }, "@types/webpack": { diff --git a/package.json b/package.json index 49d028d..54d4f02 100644 --- a/package.json +++ b/package.json @@ -343,7 +343,7 @@ "@types/properties-reader": "2.1.0", "@types/rimraf": "^3.0.0", "@types/sinon": "^10.0.0", - "@types/vscode": "^1.43.0", + "@types/vscode": "^1.58.1", "@typescript-eslint/eslint-plugin": "^4.22.0", "@typescript-eslint/parser": "^4.22.0", "@vscode-logging/types": "0.1.4",