mirror of
https://github.com/gradle/wrapper-validation-action
synced 2024-11-27 10:42:03 +00:00
Merge pull request #67 from gradle/dd/update-deps
Update dependencies with security alerts
This commit is contained in:
commit
9aa31f26bc
5 changed files with 2118 additions and 4503 deletions
|
@ -1,6 +1,8 @@
|
|||
import * as checksums from '../src/checksums'
|
||||
import nock from 'nock'
|
||||
import {afterEach, describe, expect, test} from '@jest/globals'
|
||||
import {afterEach, describe, expect, test, jest} from '@jest/globals'
|
||||
|
||||
jest.setTimeout(30000)
|
||||
|
||||
test('fetches wrapper jars checksums', async () => {
|
||||
const validChecksums = await checksums.fetchValidChecksums(false)
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
import * as path from 'path'
|
||||
import * as validate from '../src/validate'
|
||||
import {expect, test} from '@jest/globals'
|
||||
import {expect, test, jest} from '@jest/globals'
|
||||
|
||||
jest.setTimeout(30000)
|
||||
|
||||
const baseDir = path.resolve('.')
|
||||
|
||||
|
|
2171
dist/index.js
vendored
2171
dist/index.js
vendored
File diff suppressed because it is too large
Load diff
4440
package-lock.json
generated
4440
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -25,7 +25,7 @@
|
|||
"author": "Gradle Inc.",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "1.4.0",
|
||||
"@actions/core": "1.10.0",
|
||||
"typed-rest-client": "1.8.4",
|
||||
"unhomoglyph": "1.0.6"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue