fix(deps): update dependency @actions/core to v1.10.0

This commit is contained in:
renovate[bot]
2022-10-04 02:40:26 +00:00
parent 5dde040ef2
commit f9007327e9
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -706,9 +706,9 @@
}
},
"node_modules/@actions/core": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.9.1.tgz",
"integrity": "sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA==",
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.0.tgz",
"integrity": "sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==",
"dependencies": {
"@actions/http-client": "^2.0.1",
"uuid": "^8.3.2"
@@ -54568,7 +54568,7 @@
"version": "0.0.1",
"license": "BSD-3-Clause",
"dependencies": {
"@actions/core": "1.9.1",
"@actions/core": "1.10.0",
"@actions/github": "5.1.1",
"dotenv": "10.0.0",
"fs-extra": "10.0.0",
@@ -54715,9 +54715,9 @@
},
"dependencies": {
"@actions/core": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.9.1.tgz",
"integrity": "sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA==",
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.0.tgz",
"integrity": "sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==",
"requires": {
"@actions/http-client": "^2.0.1",
"uuid": "^8.3.2"
@@ -57009,7 +57009,7 @@
"@freecodecamp/crowdin": {
"version": "file:tools/crowdin",
"requires": {
"@actions/core": "1.9.1",
"@actions/core": "1.10.0",
"@actions/github": "5.1.1",
"dotenv": "10.0.0",
"fs-extra": "10.0.0",
+1 -1
View File
@@ -22,7 +22,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@actions/core": "1.9.1",
"@actions/core": "1.10.0",
"@actions/github": "5.1.1",
"dotenv": "10.0.0",
"fs-extra": "10.0.0",