|
2 | 2 | "name": "vscode-objectscript", |
3 | 3 | "displayName": "InterSystems ObjectScript", |
4 | 4 | "description": "InterSystems ObjectScript language support for Visual Studio Code", |
5 | | - "version": "3.2.1-SNAPSHOT", |
| 5 | + "version": "3.4.0-SNAPSHOT", |
6 | 6 | "icon": "images/logo.png", |
7 | 7 | "aiKey": "InstrumentationKey=9cd75d51-697c-406c-a929-2bcf46e97c64;IngestionEndpoint=https://eastus2-4.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus2.livediagnostics.monitor.azure.com/;ApplicationId=a431c56f-8ccc-4b99-b5e9-fce3763215b1", |
8 | 8 | "categories": [ |
|
1780 | 1780 | }, |
1781 | 1781 | "devDependencies": { |
1782 | 1782 | "@eslint/js": "^9.15.0", |
1783 | | - "@intersystems-community/intersystems-servermanager": "^3.8.0", |
| 1783 | + "@intersystems-community/intersystems-servermanager": "^3.10.2", |
1784 | 1784 | "@types/istextorbinary": "2.3.1", |
1785 | 1785 | "@types/minimatch": "5.1.2", |
1786 | 1786 | "@types/mocha": "^7.0.2", |
|
1814 | 1814 | "dependencies": { |
1815 | 1815 | "@vscode/debugadapter": "^1.68.0", |
1816 | 1816 | "@vscode/debugprotocol": "^1.68.0", |
1817 | | - "@vscode/extension-telemetry": "^1.0.0", |
| 1817 | + "@vscode/extension-telemetry": "^1.2.0", |
1818 | 1818 | "@xmldom/xmldom": "^0.9.8", |
1819 | | - "axios": "^1.12.0", |
| 1819 | + "axios": "^1.13.2", |
1820 | 1820 | "core-js": "^3.41.0", |
1821 | | - "iconv-lite": "^0.6.3", |
| 1821 | + "iconv-lite": "0.7.0", |
1822 | 1822 | "istextorbinary": "^7.0.0", |
1823 | | - "minimatch": "^10.0.1", |
| 1823 | + "minimatch": "^10.1.1", |
1824 | 1824 | "node-cmd": "^5.0.0", |
1825 | 1825 | "vscode-cache": "^0.3.0", |
1826 | | - "ws": "^8.18.1" |
| 1826 | + "ws": "^8.18.3" |
1827 | 1827 | }, |
1828 | 1828 | "extensionDependencies": [ |
1829 | 1829 | "intersystems-community.servermanager" |
|
0 commit comments