mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-10 09:05:55 -05:00
fix(deps): update dependency @actions/github to v5.1.1
This commit is contained in:
16
package-lock.json
generated
16
package-lock.json
generated
@@ -723,9 +723,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@actions/github": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@actions/github/-/github-5.1.0.tgz",
|
||||
"integrity": "sha512-tuI80F7JQIhg77ZTTgUAPpVD7ZnP9oHSPN8xw7LOwtA4vEMbAjWJNbmLBfV7xua7r016GyjzWLuec5cs8f/a8A==",
|
||||
"version": "5.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@actions/github/-/github-5.1.1.tgz",
|
||||
"integrity": "sha512-Nk59rMDoJaV+mHCOJPXuvB1zIbomlKS0dmSIqPGxd0enAXBnOfn4VWF+CGtRCwXZG9Epa54tZA7VIRlJDS8A6g==",
|
||||
"dependencies": {
|
||||
"@actions/http-client": "^2.0.1",
|
||||
"@octokit/core": "^3.6.0",
|
||||
@@ -54569,7 +54569,7 @@
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@actions/core": "1.9.1",
|
||||
"@actions/github": "5.1.0",
|
||||
"@actions/github": "5.1.1",
|
||||
"dotenv": "10.0.0",
|
||||
"fs-extra": "10.0.0",
|
||||
"gray-matter": "4.0.3",
|
||||
@@ -54731,9 +54731,9 @@
|
||||
}
|
||||
},
|
||||
"@actions/github": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@actions/github/-/github-5.1.0.tgz",
|
||||
"integrity": "sha512-tuI80F7JQIhg77ZTTgUAPpVD7ZnP9oHSPN8xw7LOwtA4vEMbAjWJNbmLBfV7xua7r016GyjzWLuec5cs8f/a8A==",
|
||||
"version": "5.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@actions/github/-/github-5.1.1.tgz",
|
||||
"integrity": "sha512-Nk59rMDoJaV+mHCOJPXuvB1zIbomlKS0dmSIqPGxd0enAXBnOfn4VWF+CGtRCwXZG9Epa54tZA7VIRlJDS8A6g==",
|
||||
"requires": {
|
||||
"@actions/http-client": "^2.0.1",
|
||||
"@octokit/core": "^3.6.0",
|
||||
@@ -57010,7 +57010,7 @@
|
||||
"version": "file:tools/crowdin",
|
||||
"requires": {
|
||||
"@actions/core": "1.9.1",
|
||||
"@actions/github": "5.1.0",
|
||||
"@actions/github": "5.1.1",
|
||||
"dotenv": "10.0.0",
|
||||
"fs-extra": "10.0.0",
|
||||
"gray-matter": "4.0.3",
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "1.9.1",
|
||||
"@actions/github": "5.1.0",
|
||||
"@actions/github": "5.1.1",
|
||||
"dotenv": "10.0.0",
|
||||
"fs-extra": "10.0.0",
|
||||
"gray-matter": "4.0.3",
|
||||
|
||||
Reference in New Issue
Block a user