mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-07 15:26:49 +01:00
Update package.lock with dompurify (is already in package.json) (#1765)
This commit is contained in:
Generated
+2
-4
@@ -26,6 +26,7 @@
|
||||
"ajv": "^8.17.1",
|
||||
"applicationinsights": "^2.9.7",
|
||||
"diff": "^8.0.2",
|
||||
"dompurify": "^3.3.0",
|
||||
"ignore": "^7.0.5",
|
||||
"isbinaryfile": "^5.0.4",
|
||||
"jsonc-parser": "^3.3.1",
|
||||
@@ -82,7 +83,6 @@
|
||||
"@vscode/zeromq": "0.2.7",
|
||||
"copyfiles": "^2.4.1",
|
||||
"csv-parse": "^6.0.0",
|
||||
"dompurify": "^3.3.0",
|
||||
"dotenv": "^17.2.0",
|
||||
"electron": "^37.2.1",
|
||||
"esbuild": "^0.25.6",
|
||||
@@ -137,7 +137,7 @@
|
||||
"engines": {
|
||||
"node": ">=22.14.0",
|
||||
"npm": ">=9.0.0",
|
||||
"vscode": "^1.106.0-20251030"
|
||||
"vscode": "^1.106.0-20251103"
|
||||
}
|
||||
},
|
||||
"node_modules/@aashutoshrathi/word-wrap": {
|
||||
@@ -5896,7 +5896,6 @@
|
||||
"version": "2.0.7",
|
||||
"resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
|
||||
"integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"optional": true
|
||||
},
|
||||
@@ -9244,7 +9243,6 @@
|
||||
"version": "3.3.0",
|
||||
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.0.tgz",
|
||||
"integrity": "sha512-r+f6MYR1gGN1eJv0TVQbhA7if/U7P87cdPl3HN5rikqaBSBxLiCb/b9O+2eG0cxz0ghyU+mU1QkbsOwERMYlWQ==",
|
||||
"dev": true,
|
||||
"license": "(MPL-2.0 OR Apache-2.0)",
|
||||
"optionalDependencies": {
|
||||
"@types/trusted-types": "^2.0.7"
|
||||
|
||||
Reference in New Issue
Block a user