mirror of
https://github.com/gradle/wrapper-validation-action
synced 2024-11-23 17:22:01 +00:00
Merge pull request #137 from gradle/dependabot/npm_and_yarn/npm-dependencies-72be965d0d
Bump the npm-dependencies group with 10 updates
This commit is contained in:
commit
01ad6d2663
3 changed files with 5173 additions and 5594 deletions
1470
dist/index.js
vendored
1470
dist/index.js
vendored
File diff suppressed because one or more lines are too long
9274
package-lock.json
generated
9274
package-lock.json
generated
File diff suppressed because it is too large
Load diff
23
package.json
23
package.json
|
@ -26,22 +26,23 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "1.10.0",
|
"@actions/core": "1.10.0",
|
||||||
"typed-rest-client": "1.8.9",
|
"typed-rest-client": "1.8.11",
|
||||||
"unhomoglyph": "1.0.6"
|
"unhomoglyph": "1.0.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "16.11.21",
|
"@types/node": "16.18.38",
|
||||||
"@typescript-eslint/parser": "5.53.0",
|
"@typescript-eslint/parser": "6.1.0",
|
||||||
"@vercel/ncc": "0.36.1",
|
"@vercel/ncc": "0.36.1",
|
||||||
"eslint": "8.35.0",
|
"eslint": "8.45.0",
|
||||||
"eslint-plugin-github": "4.6.1",
|
"eslint-plugin-github": "4.9.2",
|
||||||
"eslint-plugin-jest": "27.2.1",
|
"eslint-plugin-jest": "27.2.3",
|
||||||
|
"eslint-plugin-prettier": "5.0.0",
|
||||||
"glob-parent": "6.0.2",
|
"glob-parent": "6.0.2",
|
||||||
"jest": "27.0.6",
|
"jest": "29.6.1",
|
||||||
"js-yaml": "4.1.0",
|
"js-yaml": "4.1.0",
|
||||||
"nock": "13.3.0",
|
"nock": "13.3.2",
|
||||||
"prettier": "2.8.4",
|
"prettier": "3.0.0",
|
||||||
"ts-jest": "27.0.4",
|
"ts-jest": "29.1.1",
|
||||||
"typescript": "4.5.4"
|
"typescript": "5.1.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue