chore: update dependencies (automated) (#231)

This commit is contained in:
Mike Verbanic 2022-10-14 16:17:51 -04:00 committed by GitHub
parent 2671692c37
commit deb4ef6f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

32
package-lock.json generated
View File

@ -11,12 +11,12 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/http-client": "^2.0.1",
"@google-github-actions/actions-utils": "^0.4.2"
"@google-github-actions/actions-utils": "^0.4.3"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/mocha": "^10.0.0",
"@types/node": "^18.8.4",
"@types/node": "^18.8.5",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@vercel/ncc": "^0.34.0",
@ -83,11 +83,11 @@
}
},
"node_modules/@google-github-actions/actions-utils": {
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/@google-github-actions/actions-utils/-/actions-utils-0.4.2.tgz",
"integrity": "sha512-DwTh9Ln1BJMFH0rc97xyQFs3YghO1SAM7EsK2jg0SabL1L6pGwSzMNA/Pwy97JZnU/9P8LM5BGypOyDsbdXPXg==",
"version": "0.4.3",
"resolved": "https://registry.npmjs.org/@google-github-actions/actions-utils/-/actions-utils-0.4.3.tgz",
"integrity": "sha512-h2MVc38dRwqA7OIgnriWFbBHXGROdlv1beo17k+eDKWtmDL9KggBs8quRExU36atI/fQgMaaeRCuzFq3ogFwEQ==",
"dependencies": {
"yaml": "^2.1.1"
"yaml": "^2.1.3"
}
},
"node_modules/@humanwhocodes/config-array": {
@ -226,9 +226,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "18.8.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.8.4.tgz",
"integrity": "sha512-WdlVphvfR/GJCLEMbNA8lJ0lhFNBj4SW3O+O5/cEGw9oYrv0al9zTwuQsq+myDUXgNx2jgBynoVgZ2MMJ6pbow==",
"version": "18.8.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.8.5.tgz",
"integrity": "sha512-Bq7G3AErwe5A/Zki5fdD3O6+0zDChhg671NfPjtIcbtzDNZTv4NPKMRFr7gtYPG7y+B8uTiNK4Ngd9T0FTar6Q==",
"dev": true
},
"node_modules/@typescript-eslint/eslint-plugin": {
@ -2506,11 +2506,11 @@
}
},
"@google-github-actions/actions-utils": {
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/@google-github-actions/actions-utils/-/actions-utils-0.4.2.tgz",
"integrity": "sha512-DwTh9Ln1BJMFH0rc97xyQFs3YghO1SAM7EsK2jg0SabL1L6pGwSzMNA/Pwy97JZnU/9P8LM5BGypOyDsbdXPXg==",
"version": "0.4.3",
"resolved": "https://registry.npmjs.org/@google-github-actions/actions-utils/-/actions-utils-0.4.3.tgz",
"integrity": "sha512-h2MVc38dRwqA7OIgnriWFbBHXGROdlv1beo17k+eDKWtmDL9KggBs8quRExU36atI/fQgMaaeRCuzFq3ogFwEQ==",
"requires": {
"yaml": "^2.1.1"
"yaml": "^2.1.3"
}
},
"@humanwhocodes/config-array": {
@ -2627,9 +2627,9 @@
"dev": true
},
"@types/node": {
"version": "18.8.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.8.4.tgz",
"integrity": "sha512-WdlVphvfR/GJCLEMbNA8lJ0lhFNBj4SW3O+O5/cEGw9oYrv0al9zTwuQsq+myDUXgNx2jgBynoVgZ2MMJ6pbow==",
"version": "18.8.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.8.5.tgz",
"integrity": "sha512-Bq7G3AErwe5A/Zki5fdD3O6+0zDChhg671NfPjtIcbtzDNZTv4NPKMRFr7gtYPG7y+B8uTiNK4Ngd9T0FTar6Q==",
"dev": true
},
"@typescript-eslint/eslint-plugin": {

View File

@ -25,12 +25,12 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/http-client": "^2.0.1",
"@google-github-actions/actions-utils": "^0.4.2"
"@google-github-actions/actions-utils": "^0.4.3"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/mocha": "^10.0.0",
"@types/node": "^18.8.4",
"@types/node": "^18.8.5",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@vercel/ncc": "^0.34.0",