Merge pull request #67 from gradle/dd/update-deps

Update dependencies with security alerts
This commit is contained in:
Daz DeBoer 2022-10-24 10:23:52 -06:00 committed by GitHub
commit 9aa31f26bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 2118 additions and 4503 deletions

View file

@ -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)

View file

@ -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

File diff suppressed because it is too large Load diff

4440
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -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"
},