upgrading the vscode-textmate package (#289876)

This commit is contained in:
Aiday Marlen Kyzy
2026-01-23 12:42:12 +01:00
committed by GitHub
parent c3992ef338
commit d3cca074a0
6 changed files with 15 additions and 15 deletions

8
package-lock.json generated
View File

@@ -54,7 +54,7 @@
"v8-inspect-profiler": "^0.1.1",
"vscode-oniguruma": "1.7.0",
"vscode-regexpp": "^3.1.0",
"vscode-textmate": "^9.3.1",
"vscode-textmate": "^9.3.2",
"yauzl": "^3.0.0",
"yazl": "^2.4.3"
},
@@ -17634,9 +17634,9 @@
}
},
"node_modules/vscode-textmate": {
"version": "9.3.1",
"resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-9.3.1.tgz",
"integrity": "sha512-U19nFkCraZF9/bkQKQYsb9mRqM9NwpToQQFl40nGiioZTH9gRtdtCHwp48cubayVfreX3ivnoxgxQgNwrTVmQg==",
"version": "9.3.2",
"resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-9.3.2.tgz",
"integrity": "sha512-n2uGbUcrjhUEBH16uGA0TvUfhWwliFZ1e3+pTjrkim1Mt7ydB41lV08aUvsi70OlzDWp6X7Bx3w/x3fAXIsN0Q==",
"license": "MIT"
},
"node_modules/vscode-uri": {

View File

@@ -117,7 +117,7 @@
"v8-inspect-profiler": "^0.1.1",
"vscode-oniguruma": "1.7.0",
"vscode-regexpp": "^3.1.0",
"vscode-textmate": "^9.3.1",
"vscode-textmate": "^9.3.2",
"yauzl": "^3.0.0",
"yazl": "^2.4.3"
},

View File

@@ -42,7 +42,7 @@
"tas-client": "0.3.1",
"vscode-oniguruma": "1.7.0",
"vscode-regexpp": "^3.1.0",
"vscode-textmate": "^9.3.1",
"vscode-textmate": "^9.3.2",
"yauzl": "^3.0.0",
"yazl": "^2.4.3"
}
@@ -1401,9 +1401,9 @@
}
},
"node_modules/vscode-textmate": {
"version": "9.3.1",
"resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-9.3.1.tgz",
"integrity": "sha512-U19nFkCraZF9/bkQKQYsb9mRqM9NwpToQQFl40nGiioZTH9gRtdtCHwp48cubayVfreX3ivnoxgxQgNwrTVmQg==",
"version": "9.3.2",
"resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-9.3.2.tgz",
"integrity": "sha512-n2uGbUcrjhUEBH16uGA0TvUfhWwliFZ1e3+pTjrkim1Mt7ydB41lV08aUvsi70OlzDWp6X7Bx3w/x3fAXIsN0Q==",
"license": "MIT"
},
"node_modules/wrappy": {

View File

@@ -37,7 +37,7 @@
"tas-client": "0.3.1",
"vscode-oniguruma": "1.7.0",
"vscode-regexpp": "^3.1.0",
"vscode-textmate": "^9.3.1",
"vscode-textmate": "^9.3.2",
"yauzl": "^3.0.0",
"yazl": "^2.4.3"
},

View File

@@ -26,7 +26,7 @@
"katex": "^0.16.22",
"tas-client": "0.3.1",
"vscode-oniguruma": "1.7.0",
"vscode-textmate": "^9.3.1"
"vscode-textmate": "^9.3.2"
}
},
"node_modules/@microsoft/1ds-core-js": {
@@ -266,9 +266,9 @@
"integrity": "sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA=="
},
"node_modules/vscode-textmate": {
"version": "9.3.1",
"resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-9.3.1.tgz",
"integrity": "sha512-U19nFkCraZF9/bkQKQYsb9mRqM9NwpToQQFl40nGiioZTH9gRtdtCHwp48cubayVfreX3ivnoxgxQgNwrTVmQg==",
"version": "9.3.2",
"resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-9.3.2.tgz",
"integrity": "sha512-n2uGbUcrjhUEBH16uGA0TvUfhWwliFZ1e3+pTjrkim1Mt7ydB41lV08aUvsi70OlzDWp6X7Bx3w/x3fAXIsN0Q==",
"license": "MIT"
},
"node_modules/yallist": {

View File

@@ -21,6 +21,6 @@
"katex": "^0.16.22",
"tas-client": "0.3.1",
"vscode-oniguruma": "1.7.0",
"vscode-textmate": "^9.3.1"
"vscode-textmate": "^9.3.2"
}
}