mirror of
https://github.com/imjasonh/govulncheck-action
synced 2026-07-07 00:12:55 +00:00
chore(deps-dev): bump eslint from 9.39.3 to 10.0.1 in the npm-dependencies group (#73)
* chore(deps-dev): bump eslint in the npm-dependencies group Bumps the npm-dependencies group with 1 update: [eslint](https://github.com/eslint/eslint). Updates `eslint` from 9.39.3 to 10.0.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v9.39.3...v10.0.1) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * chore: rebuild dist --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c4a3cd53b0
commit
9812597e8e
3 changed files with 187 additions and 226 deletions
92
dist/licenses.txt
vendored
92
dist/licenses.txt
vendored
|
|
@ -1,142 +1,142 @@
|
|||
├─ @actions/core@3.0.0
|
||||
│ ├─ licenses: MIT
|
||||
│ ├─ repository: https://github.com/actions/toolkit
|
||||
│ ├─ path: /Users/jason/git/govulncheck-action/node_modules/@actions/core
|
||||
│ └─ licenseFile: /Users/jason/git/govulncheck-action/node_modules/@actions/core/LICENSE.md
|
||||
│ ├─ path: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@actions/core
|
||||
│ └─ licenseFile: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@actions/core/LICENSE.md
|
||||
├─ @actions/exec@3.0.0
|
||||
│ ├─ licenses: MIT
|
||||
│ ├─ repository: https://github.com/actions/toolkit
|
||||
│ ├─ path: /Users/jason/git/govulncheck-action/node_modules/@actions/exec
|
||||
│ └─ licenseFile: /Users/jason/git/govulncheck-action/node_modules/@actions/exec/LICENSE.md
|
||||
│ ├─ path: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@actions/exec
|
||||
│ └─ licenseFile: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@actions/exec/LICENSE.md
|
||||
├─ @actions/github@9.0.0
|
||||
│ ├─ licenses: MIT
|
||||
│ ├─ repository: https://github.com/actions/toolkit
|
||||
│ ├─ path: /Users/jason/git/govulncheck-action/node_modules/@actions/github
|
||||
│ └─ licenseFile: /Users/jason/git/govulncheck-action/node_modules/@actions/github/LICENSE.md
|
||||
│ ├─ path: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@actions/github
|
||||
│ └─ licenseFile: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@actions/github/LICENSE.md
|
||||
├─ @actions/http-client@3.0.2
|
||||
│ ├─ licenses: MIT
|
||||
│ ├─ repository: https://github.com/actions/toolkit
|
||||
│ ├─ path: /Users/jason/git/govulncheck-action/node_modules/@actions/github/node_modules/@actions/http-client
|
||||
│ └─ licenseFile: /Users/jason/git/govulncheck-action/node_modules/@actions/github/node_modules/@actions/http-client/LICENSE
|
||||
│ ├─ path: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@actions/github/node_modules/@actions/http-client
|
||||
│ └─ licenseFile: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@actions/github/node_modules/@actions/http-client/LICENSE
|
||||
├─ @actions/http-client@4.0.0
|
||||
│ ├─ licenses: MIT
|
||||
│ ├─ repository: https://github.com/actions/toolkit
|
||||
│ ├─ path: /Users/jason/git/govulncheck-action/node_modules/@actions/http-client
|
||||
│ └─ licenseFile: /Users/jason/git/govulncheck-action/node_modules/@actions/http-client/LICENSE
|
||||
│ ├─ path: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@actions/http-client
|
||||
│ └─ licenseFile: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@actions/http-client/LICENSE
|
||||
├─ @actions/io@3.0.2
|
||||
│ ├─ licenses: MIT
|
||||
│ ├─ repository: https://github.com/actions/toolkit
|
||||
│ ├─ path: /Users/jason/git/govulncheck-action/node_modules/@actions/io
|
||||
│ └─ licenseFile: /Users/jason/git/govulncheck-action/node_modules/@actions/io/LICENSE.md
|
||||
│ ├─ path: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@actions/io
|
||||
│ └─ licenseFile: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@actions/io/LICENSE.md
|
||||
├─ @octokit/auth-token@6.0.0
|
||||
│ ├─ licenses: MIT
|
||||
│ ├─ repository: https://github.com/octokit/auth-token.js
|
||||
│ ├─ publisher: Gregor Martynus
|
||||
│ ├─ url: https://github.com/gr2m
|
||||
│ ├─ path: /Users/jason/git/govulncheck-action/node_modules/@octokit/auth-token
|
||||
│ └─ licenseFile: /Users/jason/git/govulncheck-action/node_modules/@octokit/auth-token/LICENSE
|
||||
│ ├─ path: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@octokit/auth-token
|
||||
│ └─ licenseFile: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@octokit/auth-token/LICENSE
|
||||
├─ @octokit/core@7.0.6
|
||||
│ ├─ licenses: MIT
|
||||
│ ├─ repository: https://github.com/octokit/core.js
|
||||
│ ├─ publisher: Gregor Martynus
|
||||
│ ├─ url: https://github.com/gr2m
|
||||
│ ├─ path: /Users/jason/git/govulncheck-action/node_modules/@octokit/core
|
||||
│ └─ licenseFile: /Users/jason/git/govulncheck-action/node_modules/@octokit/core/LICENSE
|
||||
│ ├─ path: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@octokit/core
|
||||
│ └─ licenseFile: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@octokit/core/LICENSE
|
||||
├─ @octokit/endpoint@11.0.3
|
||||
│ ├─ licenses: MIT
|
||||
│ ├─ repository: https://github.com/octokit/endpoint.js
|
||||
│ ├─ publisher: Gregor Martynus
|
||||
│ ├─ url: https://github.com/gr2m
|
||||
│ ├─ path: /Users/jason/git/govulncheck-action/node_modules/@octokit/endpoint
|
||||
│ └─ licenseFile: /Users/jason/git/govulncheck-action/node_modules/@octokit/endpoint/LICENSE
|
||||
│ ├─ path: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@octokit/endpoint
|
||||
│ └─ licenseFile: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@octokit/endpoint/LICENSE
|
||||
├─ @octokit/graphql@9.0.3
|
||||
│ ├─ licenses: MIT
|
||||
│ ├─ repository: https://github.com/octokit/graphql.js
|
||||
│ ├─ publisher: Gregor Martynus
|
||||
│ ├─ url: https://github.com/gr2m
|
||||
│ ├─ path: /Users/jason/git/govulncheck-action/node_modules/@octokit/graphql
|
||||
│ └─ licenseFile: /Users/jason/git/govulncheck-action/node_modules/@octokit/graphql/LICENSE
|
||||
│ ├─ path: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@octokit/graphql
|
||||
│ └─ licenseFile: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@octokit/graphql/LICENSE
|
||||
├─ @octokit/openapi-types@27.0.0
|
||||
│ ├─ licenses: MIT
|
||||
│ ├─ repository: https://github.com/octokit/openapi-types.ts
|
||||
│ ├─ publisher: Gregor Martynus
|
||||
│ ├─ url: https://twitter.com/gr2m
|
||||
│ ├─ path: /Users/jason/git/govulncheck-action/node_modules/@octokit/openapi-types
|
||||
│ └─ licenseFile: /Users/jason/git/govulncheck-action/node_modules/@octokit/openapi-types/LICENSE
|
||||
│ ├─ path: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@octokit/openapi-types
|
||||
│ └─ licenseFile: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@octokit/openapi-types/LICENSE
|
||||
├─ @octokit/plugin-paginate-rest@14.0.0
|
||||
│ ├─ licenses: MIT
|
||||
│ ├─ repository: https://github.com/octokit/plugin-paginate-rest.js
|
||||
│ ├─ path: /Users/jason/git/govulncheck-action/node_modules/@octokit/plugin-paginate-rest
|
||||
│ └─ licenseFile: /Users/jason/git/govulncheck-action/node_modules/@octokit/plugin-paginate-rest/LICENSE
|
||||
│ ├─ path: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@octokit/plugin-paginate-rest
|
||||
│ └─ licenseFile: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@octokit/plugin-paginate-rest/LICENSE
|
||||
├─ @octokit/plugin-rest-endpoint-methods@17.0.0
|
||||
│ ├─ licenses: MIT
|
||||
│ ├─ repository: https://github.com/octokit/plugin-rest-endpoint-methods.js
|
||||
│ ├─ publisher: Gregor Martynus
|
||||
│ ├─ url: https://twitter.com/gr2m
|
||||
│ ├─ path: /Users/jason/git/govulncheck-action/node_modules/@octokit/plugin-rest-endpoint-methods
|
||||
│ └─ licenseFile: /Users/jason/git/govulncheck-action/node_modules/@octokit/plugin-rest-endpoint-methods/LICENSE
|
||||
│ ├─ path: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@octokit/plugin-rest-endpoint-methods
|
||||
│ └─ licenseFile: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@octokit/plugin-rest-endpoint-methods/LICENSE
|
||||
├─ @octokit/request-error@7.1.0
|
||||
│ ├─ licenses: MIT
|
||||
│ ├─ repository: https://github.com/octokit/request-error.js
|
||||
│ ├─ publisher: Gregor Martynus
|
||||
│ ├─ url: https://github.com/gr2m
|
||||
│ ├─ path: /Users/jason/git/govulncheck-action/node_modules/@octokit/request-error
|
||||
│ └─ licenseFile: /Users/jason/git/govulncheck-action/node_modules/@octokit/request-error/LICENSE
|
||||
│ ├─ path: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@octokit/request-error
|
||||
│ └─ licenseFile: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@octokit/request-error/LICENSE
|
||||
├─ @octokit/request@10.0.8
|
||||
│ ├─ licenses: MIT
|
||||
│ ├─ repository: https://github.com/octokit/request.js
|
||||
│ ├─ publisher: Gregor Martynus
|
||||
│ ├─ url: https://github.com/gr2m
|
||||
│ ├─ path: /Users/jason/git/govulncheck-action/node_modules/@octokit/request
|
||||
│ └─ licenseFile: /Users/jason/git/govulncheck-action/node_modules/@octokit/request/LICENSE
|
||||
│ ├─ path: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@octokit/request
|
||||
│ └─ licenseFile: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@octokit/request/LICENSE
|
||||
├─ @octokit/types@16.0.0
|
||||
│ ├─ licenses: MIT
|
||||
│ ├─ repository: https://github.com/octokit/types.ts
|
||||
│ ├─ publisher: Gregor Martynus
|
||||
│ ├─ url: https://twitter.com/gr2m
|
||||
│ ├─ path: /Users/jason/git/govulncheck-action/node_modules/@octokit/types
|
||||
│ └─ licenseFile: /Users/jason/git/govulncheck-action/node_modules/@octokit/types/LICENSE
|
||||
│ ├─ path: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@octokit/types
|
||||
│ └─ licenseFile: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/@octokit/types/LICENSE
|
||||
├─ before-after-hook@4.0.0
|
||||
│ ├─ licenses: Apache-2.0
|
||||
│ ├─ repository: https://github.com/gr2m/before-after-hook
|
||||
│ ├─ publisher: Gregor Martynus
|
||||
│ ├─ path: /Users/jason/git/govulncheck-action/node_modules/before-after-hook
|
||||
│ └─ licenseFile: /Users/jason/git/govulncheck-action/node_modules/before-after-hook/LICENSE
|
||||
│ ├─ path: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/before-after-hook
|
||||
│ └─ licenseFile: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/before-after-hook/LICENSE
|
||||
├─ fast-content-type-parse@3.0.0
|
||||
│ ├─ licenses: MIT
|
||||
│ ├─ repository: https://github.com/fastify/fast-content-type-parse
|
||||
│ ├─ publisher: Aras Abbasi
|
||||
│ ├─ email: aras.abbasi@gmail.com
|
||||
│ ├─ path: /Users/jason/git/govulncheck-action/node_modules/fast-content-type-parse
|
||||
│ └─ licenseFile: /Users/jason/git/govulncheck-action/node_modules/fast-content-type-parse/LICENSE
|
||||
│ ├─ path: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/fast-content-type-parse
|
||||
│ └─ licenseFile: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/fast-content-type-parse/LICENSE
|
||||
├─ govulncheck-action@1.0.0
|
||||
│ ├─ licenses: Apache-2.0
|
||||
│ ├─ path: /Users/jason/git/govulncheck-action
|
||||
│ └─ licenseFile: /Users/jason/git/govulncheck-action/LICENSE
|
||||
│ ├─ path: /home/runner/work/govulncheck-action/govulncheck-action
|
||||
│ └─ licenseFile: /home/runner/work/govulncheck-action/govulncheck-action/LICENSE
|
||||
├─ json-with-bigint@3.5.3
|
||||
│ ├─ licenses: MIT
|
||||
│ ├─ repository: https://github.com/Ivan-Korolenko/json-with-bigint
|
||||
│ ├─ publisher: Ivan Korolenko
|
||||
│ ├─ email: iam@ivankorolenko.com
|
||||
│ ├─ path: /Users/jason/git/govulncheck-action/node_modules/json-with-bigint
|
||||
│ └─ licenseFile: /Users/jason/git/govulncheck-action/node_modules/json-with-bigint/LICENSE
|
||||
│ ├─ path: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/json-with-bigint
|
||||
│ └─ licenseFile: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/json-with-bigint/LICENSE
|
||||
├─ tunnel@0.0.6
|
||||
│ ├─ licenses: MIT
|
||||
│ ├─ repository: https://github.com/koichik/node-tunnel
|
||||
│ ├─ publisher: Koichi Kobayashi
|
||||
│ ├─ email: koichik@improvement.jp
|
||||
│ ├─ path: /Users/jason/git/govulncheck-action/node_modules/tunnel
|
||||
│ └─ licenseFile: /Users/jason/git/govulncheck-action/node_modules/tunnel/LICENSE
|
||||
│ ├─ path: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/tunnel
|
||||
│ └─ licenseFile: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/tunnel/LICENSE
|
||||
├─ undici@6.23.0
|
||||
│ ├─ licenses: MIT
|
||||
│ ├─ repository: https://github.com/nodejs/undici
|
||||
│ ├─ path: /Users/jason/git/govulncheck-action/node_modules/undici
|
||||
│ └─ licenseFile: /Users/jason/git/govulncheck-action/node_modules/undici/LICENSE
|
||||
│ ├─ path: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/undici
|
||||
│ └─ licenseFile: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/undici/LICENSE
|
||||
└─ universal-user-agent@7.0.3
|
||||
├─ licenses: ISC
|
||||
├─ repository: https://github.com/gr2m/universal-user-agent
|
||||
├─ publisher: Gregor Martynus
|
||||
├─ url: https://github.com/gr2m
|
||||
├─ path: /Users/jason/git/govulncheck-action/node_modules/universal-user-agent
|
||||
└─ licenseFile: /Users/jason/git/govulncheck-action/node_modules/universal-user-agent/LICENSE.md
|
||||
├─ path: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/universal-user-agent
|
||||
└─ licenseFile: /home/runner/work/govulncheck-action/govulncheck-action/node_modules/universal-user-agent/LICENSE.md
|
||||
|
||||
|
|
|
|||
319
package-lock.json
generated
319
package-lock.json
generated
|
|
@ -15,7 +15,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"esbuild": "^0.27.3",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^10.0.1",
|
||||
"husky": "^9.1.7",
|
||||
"jest": "^30.2.0",
|
||||
"license-checker": "^25.0.1",
|
||||
|
|
@ -114,7 +114,6 @@
|
|||
"integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.29.0",
|
||||
"@babel/generator": "^7.29.0",
|
||||
|
|
@ -1099,105 +1098,107 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@eslint/config-array": {
|
||||
"version": "0.21.1",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz",
|
||||
"integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==",
|
||||
"version": "0.23.2",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.23.2.tgz",
|
||||
"integrity": "sha512-YF+fE6LV4v5MGWRGj7G404/OZzGNepVF8fxk7jqmqo3lrza7a0uUcDnROGRBG1WFC1omYUS/Wp1f42i0M+3Q3A==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@eslint/object-schema": "^2.1.7",
|
||||
"@eslint/object-schema": "^3.0.2",
|
||||
"debug": "^4.3.1",
|
||||
"minimatch": "^3.1.2"
|
||||
"minimatch": "^10.2.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
||||
"node": "^20.19.0 || ^22.13.0 || >=24"
|
||||
}
|
||||
},
|
||||
"node_modules/@eslint/config-array/node_modules/balanced-match": {
|
||||
"version": "4.0.3",
|
||||
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz",
|
||||
"integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "20 || >=22"
|
||||
}
|
||||
},
|
||||
"node_modules/@eslint/config-array/node_modules/brace-expansion": {
|
||||
"version": "5.0.2",
|
||||
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz",
|
||||
"integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"balanced-match": "^4.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": "20 || >=22"
|
||||
}
|
||||
},
|
||||
"node_modules/@eslint/config-array/node_modules/minimatch": {
|
||||
"version": "10.2.2",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.2.tgz",
|
||||
"integrity": "sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==",
|
||||
"dev": true,
|
||||
"license": "BlueOak-1.0.0",
|
||||
"dependencies": {
|
||||
"brace-expansion": "^5.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": "18 || 20 || >=22"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/isaacs"
|
||||
}
|
||||
},
|
||||
"node_modules/@eslint/config-helpers": {
|
||||
"version": "0.4.2",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
|
||||
"integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
|
||||
"version": "0.5.2",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.2.tgz",
|
||||
"integrity": "sha512-a5MxrdDXEvqnIq+LisyCX6tQMPF/dSJpCfBgBauY+pNZ28yCtSsTvyTYrMhaI+LK26bVyCJfJkT0u8KIj2i1dQ==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@eslint/core": "^0.17.0"
|
||||
"@eslint/core": "^1.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
||||
"node": "^20.19.0 || ^22.13.0 || >=24"
|
||||
}
|
||||
},
|
||||
"node_modules/@eslint/core": {
|
||||
"version": "0.17.0",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
|
||||
"integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.1.0.tgz",
|
||||
"integrity": "sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@types/json-schema": "^7.0.15"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@eslint/eslintrc": {
|
||||
"version": "3.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.3.tgz",
|
||||
"integrity": "sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"ajv": "^6.12.4",
|
||||
"debug": "^4.3.2",
|
||||
"espree": "^10.0.1",
|
||||
"globals": "^14.0.0",
|
||||
"ignore": "^5.2.0",
|
||||
"import-fresh": "^3.2.1",
|
||||
"js-yaml": "^4.1.1",
|
||||
"minimatch": "^3.1.2",
|
||||
"strip-json-comments": "^3.1.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://opencollective.com/eslint"
|
||||
}
|
||||
},
|
||||
"node_modules/@eslint/js": {
|
||||
"version": "9.39.3",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.3.tgz",
|
||||
"integrity": "sha512-1B1VkCq6FuUNlQvlBYb+1jDu/gV297TIs/OeiaSR9l1H27SVW55ONE1e1Vp16NqP683+xEGzxYtv4XCiDPaQiw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://eslint.org/donate"
|
||||
"node": "^20.19.0 || ^22.13.0 || >=24"
|
||||
}
|
||||
},
|
||||
"node_modules/@eslint/object-schema": {
|
||||
"version": "2.1.7",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
|
||||
"integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-3.0.2.tgz",
|
||||
"integrity": "sha512-HOy56KJt48Bx8KmJ+XGQNSUMT/6dZee/M54XyUyuvTvPXJmsERRvBchsUVx1UMe1WwIH49XLAczNC7V2INsuUw==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"engines": {
|
||||
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
||||
"node": "^20.19.0 || ^22.13.0 || >=24"
|
||||
}
|
||||
},
|
||||
"node_modules/@eslint/plugin-kit": {
|
||||
"version": "0.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
|
||||
"integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
|
||||
"version": "0.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.6.0.tgz",
|
||||
"integrity": "sha512-bIZEUzOI1jkhviX2cp5vNyXQc6olzb2ohewQubuYlMXZ2Q/XjBO0x0XhGPvc9fjSIiUN0vw+0hq53BJ4eQSJKQ==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@eslint/core": "^0.17.0",
|
||||
"@eslint/core": "^1.1.0",
|
||||
"levn": "^0.4.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
||||
"node": "^20.19.0 || ^22.13.0 || >=24"
|
||||
}
|
||||
},
|
||||
"node_modules/@humanfs/core": {
|
||||
|
|
@ -1806,7 +1807,6 @@
|
|||
"resolved": "https://registry.npmjs.org/@octokit/core/-/core-7.0.6.tgz",
|
||||
"integrity": "sha512-DhGl4xMVFGVIyMwswXeyzdL4uXD5OGILGX5N8Y+f6W7LhC1Ze2poSNrkF/fedpVDHEEZ+PHFW0vL14I+mm8K3Q==",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@octokit/auth-token": "^6.0.0",
|
||||
"@octokit/graphql": "^9.0.3",
|
||||
|
|
@ -2028,6 +2028,13 @@
|
|||
"@babel/types": "^7.28.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/esrecurse": {
|
||||
"version": "4.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/esrecurse/-/esrecurse-4.3.1.tgz",
|
||||
"integrity": "sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/estree": {
|
||||
"version": "1.0.8",
|
||||
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
|
||||
|
|
@ -2392,7 +2399,6 @@
|
|||
"integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"bin": {
|
||||
"acorn": "bin/acorn"
|
||||
},
|
||||
|
|
@ -2486,13 +2492,6 @@
|
|||
"node": ">= 8"
|
||||
}
|
||||
},
|
||||
"node_modules/argparse": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
||||
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
||||
"dev": true,
|
||||
"license": "Python-2.0"
|
||||
},
|
||||
"node_modules/array-find-index": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
|
||||
|
|
@ -2679,7 +2678,6 @@
|
|||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"baseline-browser-mapping": "^2.9.0",
|
||||
"caniuse-lite": "^1.0.30001759",
|
||||
|
|
@ -3229,34 +3227,30 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eslint": {
|
||||
"version": "9.39.3",
|
||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.3.tgz",
|
||||
"integrity": "sha512-VmQ+sifHUbI/IcSopBCF/HO3YiHQx/AVd3UVyYL6weuwW+HvON9VYn5l6Zl1WZzPWXPNZrSQpxwkkZ/VuvJZzg==",
|
||||
"version": "10.0.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.0.1.tgz",
|
||||
"integrity": "sha512-20MV9SUdeN6Jd84xESsKhRly+/vxI+hwvpBMA93s+9dAcjdCuCojn4IqUGS3lvVaqjVYGYHSRMCpeFtF2rQYxQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@eslint-community/eslint-utils": "^4.8.0",
|
||||
"@eslint-community/regexpp": "^4.12.1",
|
||||
"@eslint/config-array": "^0.21.1",
|
||||
"@eslint/config-helpers": "^0.4.2",
|
||||
"@eslint/core": "^0.17.0",
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@eslint/js": "9.39.3",
|
||||
"@eslint/plugin-kit": "^0.4.1",
|
||||
"@eslint-community/regexpp": "^4.12.2",
|
||||
"@eslint/config-array": "^0.23.2",
|
||||
"@eslint/config-helpers": "^0.5.2",
|
||||
"@eslint/core": "^1.1.0",
|
||||
"@eslint/plugin-kit": "^0.6.0",
|
||||
"@humanfs/node": "^0.16.6",
|
||||
"@humanwhocodes/module-importer": "^1.0.1",
|
||||
"@humanwhocodes/retry": "^0.4.2",
|
||||
"@types/estree": "^1.0.6",
|
||||
"ajv": "^6.12.4",
|
||||
"chalk": "^4.0.0",
|
||||
"cross-spawn": "^7.0.6",
|
||||
"debug": "^4.3.2",
|
||||
"escape-string-regexp": "^4.0.0",
|
||||
"eslint-scope": "^8.4.0",
|
||||
"eslint-visitor-keys": "^4.2.1",
|
||||
"espree": "^10.4.0",
|
||||
"esquery": "^1.5.0",
|
||||
"eslint-scope": "^9.1.1",
|
||||
"eslint-visitor-keys": "^5.0.1",
|
||||
"espree": "^11.1.1",
|
||||
"esquery": "^1.7.0",
|
||||
"esutils": "^2.0.2",
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
"file-entry-cache": "^8.0.0",
|
||||
|
|
@ -3266,8 +3260,7 @@
|
|||
"imurmurhash": "^0.1.4",
|
||||
"is-glob": "^4.0.0",
|
||||
"json-stable-stringify-without-jsonify": "^1.0.1",
|
||||
"lodash.merge": "^4.6.2",
|
||||
"minimatch": "^3.1.2",
|
||||
"minimatch": "^10.2.1",
|
||||
"natural-compare": "^1.4.0",
|
||||
"optionator": "^0.9.3"
|
||||
},
|
||||
|
|
@ -3275,7 +3268,7 @@
|
|||
"eslint": "bin/eslint.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
||||
"node": "^20.19.0 || ^22.13.0 || >=24"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://eslint.org/donate"
|
||||
|
|
@ -3290,48 +3283,89 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eslint-scope": {
|
||||
"version": "8.4.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
|
||||
"integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
|
||||
"version": "9.1.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-9.1.1.tgz",
|
||||
"integrity": "sha512-GaUN0sWim5qc8KVErfPBWmc31LEsOkrUJbvJZV+xuL3u2phMUK4HIvXlWAakfC8W4nzlK+chPEAkYOYb5ZScIw==",
|
||||
"dev": true,
|
||||
"license": "BSD-2-Clause",
|
||||
"dependencies": {
|
||||
"@types/esrecurse": "^4.3.1",
|
||||
"@types/estree": "^1.0.8",
|
||||
"esrecurse": "^4.3.0",
|
||||
"estraverse": "^5.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
||||
"node": "^20.19.0 || ^22.13.0 || >=24"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://opencollective.com/eslint"
|
||||
}
|
||||
},
|
||||
"node_modules/eslint-visitor-keys": {
|
||||
"version": "4.2.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
||||
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
|
||||
"integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"engines": {
|
||||
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
||||
"node": "^20.19.0 || ^22.13.0 || >=24"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://opencollective.com/eslint"
|
||||
}
|
||||
},
|
||||
"node_modules/eslint/node_modules/balanced-match": {
|
||||
"version": "4.0.3",
|
||||
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz",
|
||||
"integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "20 || >=22"
|
||||
}
|
||||
},
|
||||
"node_modules/eslint/node_modules/brace-expansion": {
|
||||
"version": "5.0.2",
|
||||
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz",
|
||||
"integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"balanced-match": "^4.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": "20 || >=22"
|
||||
}
|
||||
},
|
||||
"node_modules/eslint/node_modules/minimatch": {
|
||||
"version": "10.2.2",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.2.tgz",
|
||||
"integrity": "sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==",
|
||||
"dev": true,
|
||||
"license": "BlueOak-1.0.0",
|
||||
"dependencies": {
|
||||
"brace-expansion": "^5.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": "18 || 20 || >=22"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/isaacs"
|
||||
}
|
||||
},
|
||||
"node_modules/espree": {
|
||||
"version": "10.4.0",
|
||||
"resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
|
||||
"integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
|
||||
"version": "11.1.1",
|
||||
"resolved": "https://registry.npmjs.org/espree/-/espree-11.1.1.tgz",
|
||||
"integrity": "sha512-AVHPqQoZYc+RUM4/3Ly5udlZY/U4LS8pIG05jEjWM2lQMU/oaZ7qshzAl2YP1tfNmXfftH3ohurfwNAug+MnsQ==",
|
||||
"dev": true,
|
||||
"license": "BSD-2-Clause",
|
||||
"dependencies": {
|
||||
"acorn": "^8.15.0",
|
||||
"acorn": "^8.16.0",
|
||||
"acorn-jsx": "^5.3.2",
|
||||
"eslint-visitor-keys": "^4.2.1"
|
||||
"eslint-visitor-keys": "^5.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
||||
"node": "^20.19.0 || ^22.13.0 || >=24"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://opencollective.com/eslint"
|
||||
|
|
@ -3740,19 +3774,6 @@
|
|||
"url": "https://github.com/sponsors/isaacs"
|
||||
}
|
||||
},
|
||||
"node_modules/globals": {
|
||||
"version": "14.0.0",
|
||||
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
|
||||
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/graceful-fs": {
|
||||
"version": "4.2.11",
|
||||
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
||||
|
|
@ -3833,23 +3854,6 @@
|
|||
"node": ">= 4"
|
||||
}
|
||||
},
|
||||
"node_modules/import-fresh": {
|
||||
"version": "3.3.1",
|
||||
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
|
||||
"integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"parent-module": "^1.0.0",
|
||||
"resolve-from": "^4.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/import-local": {
|
||||
"version": "3.2.0",
|
||||
"resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz",
|
||||
|
|
@ -4714,19 +4718,6 @@
|
|||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/js-yaml": {
|
||||
"version": "4.1.1",
|
||||
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
|
||||
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"argparse": "^2.0.1"
|
||||
},
|
||||
"bin": {
|
||||
"js-yaml": "bin/js-yaml.js"
|
||||
}
|
||||
},
|
||||
"node_modules/jsesc": {
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
|
||||
|
|
@ -5063,13 +5054,6 @@
|
|||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/lodash.merge": {
|
||||
"version": "4.6.2",
|
||||
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
|
||||
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/log-update": {
|
||||
"version": "6.1.0",
|
||||
"resolved": "https://registry.npmjs.org/log-update/-/log-update-6.1.0.tgz",
|
||||
|
|
@ -5550,19 +5534,6 @@
|
|||
"dev": true,
|
||||
"license": "BlueOak-1.0.0"
|
||||
},
|
||||
"node_modules/parent-module": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
|
||||
"integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"callsites": "^3.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
}
|
||||
},
|
||||
"node_modules/parse-json": {
|
||||
"version": "5.2.0",
|
||||
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
|
||||
|
|
@ -5976,16 +5947,6 @@
|
|||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/resolve-from": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
|
||||
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
}
|
||||
},
|
||||
"node_modules/restore-cursor": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-5.1.0.tgz",
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"esbuild": "^0.27.3",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^10.0.1",
|
||||
"husky": "^9.1.7",
|
||||
"jest": "^30.2.0",
|
||||
"license-checker": "^25.0.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue