mirror of
https://github.com/github/codeql-action.git
synced 2026-04-26 16:58:47 +00:00
Upgrade TypeScript to 9.2.0
This commit is contained in:
+8
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "regexpp",
|
||||
"version": "3.1.0",
|
||||
"version": "3.2.0",
|
||||
"description": "Regular expression parser for ECMAScript.",
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
@@ -9,6 +9,13 @@
|
||||
"files": [
|
||||
"index.*"
|
||||
],
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./index.mjs",
|
||||
"default": "./index.js"
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@mysticatea/eslint-plugin": "^11.0.0",
|
||||
|
||||
Reference in New Issue
Block a user