Merge pull request #7087 from keymanapp/dependabot/npm_and_yarn/actions/core-1.9.1

chore(deps): bump @actions/core from 1.8.2 to 1.9.1
This commit is contained in:
Marc Durdin 2022-08-21 20:52:20 -05:00 committed by GitHub
commit 8e160e2d5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 15 deletions

30
package-lock.json generated
View file

@ -577,8 +577,8 @@
"typescript": "^4.5.4"
},
"optionalDependencies": {
"hetrodo-node-hide-console-window-napi": "keymanapp/hetrodo-node-hide-console-window-napi#keyman-15.0",
"node-windows-trayicon": "keymanapp/node-windows-trayicon#keyman-15.0"
"hetrodo-node-hide-console-window-napi": "git+ssh://git@github.com/keymanapp/hetrodo-node-hide-console-window-napi.git#858b23036a9963b40ad6ff3c5bacd421e5839b92",
"node-windows-trayicon": "git+ssh://git@github.com/keymanapp/node-windows-trayicon.git#1e46786082213f3edcddd5953e33f5abdc7ea05f"
}
},
"developer/src/server/node_modules/@cspotcode/source-map-support": {
@ -865,11 +865,12 @@
"dev": true
},
"node_modules/@actions/core": {
"version": "1.8.2",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.8.2.tgz",
"integrity": "sha512-FXcBL7nyik8K5ODeCKlxi+vts7torOkoDAKfeh61EAkAy1HAvwn9uVzZBY0f15YcQTcZZ2/iSGBFHEuioZWfDA==",
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.9.1.tgz",
"integrity": "sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA==",
"dependencies": {
"@actions/http-client": "^2.0.1"
"@actions/http-client": "^2.0.1",
"uuid": "^8.3.2"
}
},
"node_modules/@actions/github": {
@ -6867,7 +6868,7 @@
"name": "@keymanapp/auto-history-action",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/core": "^1.9.1",
"@actions/github": "^2.1.0",
"typescript": "^4.5.4",
"yargs": "^15.1.0"
@ -7122,11 +7123,12 @@
},
"dependencies": {
"@actions/core": {
"version": "1.8.2",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.8.2.tgz",
"integrity": "sha512-FXcBL7nyik8K5ODeCKlxi+vts7torOkoDAKfeh61EAkAy1HAvwn9uVzZBY0f15YcQTcZZ2/iSGBFHEuioZWfDA==",
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.9.1.tgz",
"integrity": "sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA==",
"requires": {
"@actions/http-client": "^2.0.1"
"@actions/http-client": "^2.0.1",
"uuid": "^8.3.2"
}
},
"@actions/github": {
@ -7188,7 +7190,7 @@
"@keymanapp/auto-history-action": {
"version": "file:resources/build/version",
"requires": {
"@actions/core": "^1.2.6",
"@actions/core": "^1.9.1",
"@actions/github": "^2.1.0",
"@types/node": "^13.7.0",
"@types/semver": "^7.1.0",
@ -7355,11 +7357,11 @@
"chalk": "^4.1.2",
"copyfiles": "^2.4.1",
"express": "^4.17.2",
"hetrodo-node-hide-console-window-napi": "keymanapp/hetrodo-node-hide-console-window-napi#keyman-15.0",
"hetrodo-node-hide-console-window-napi": "git+ssh://git@github.com/keymanapp/hetrodo-node-hide-console-window-napi.git#858b23036a9963b40ad6ff3c5bacd421e5839b92",
"mocha": "^9.1.4",
"multer": "^1.4.4",
"ngrok": "^4.2.2",
"node-windows-trayicon": "keymanapp/node-windows-trayicon#keyman-15.0",
"node-windows-trayicon": "git+ssh://git@github.com/keymanapp/node-windows-trayicon.git#1e46786082213f3edcddd5953e33f5abdc7ea05f",
"open": "^8.4.0",
"ts-node": "^10.4.0",
"tsc-watch": "^4.5.0",

View file

@ -1,6 +1,6 @@
{
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/core": "^1.9.1",
"@actions/github": "^2.1.0",
"typescript": "^4.5.4",
"yargs": "^15.1.0"