checked out k8s and docker package-lock from main

This commit is contained in:
Nikola Jokic
2022-09-30 11:05:16 +02:00
parent 365a99a4de
commit b696059824
2 changed files with 886 additions and 122 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -26,9 +26,6 @@
},
"../hooklib": {
"version": "0.1.0",
"bundleDependencies": [
"@actions/core"
],
"license": "MIT",
"dependencies": {
"@actions/core": "^1.6.0"
@@ -43,39 +40,6 @@
"typescript": "^4.6.3"
}
},
"../hooklib/node_modules/@actions/core": {
"version": "1.9.1",
"integrity": "sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA==",
"inBundle": true,
"dependencies": {
"@actions/http-client": "^2.0.1",
"uuid": "^8.3.2"
}
},
"../hooklib/node_modules/@actions/http-client": {
"version": "2.0.1",
"integrity": "sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==",
"inBundle": true,
"dependencies": {
"tunnel": "^0.0.6"
}
},
"../hooklib/node_modules/tunnel": {
"version": "0.0.6",
"integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==",
"inBundle": true,
"engines": {
"node": ">=0.6.11 <=0.7.0 || >=0.7.3"
}
},
"../hooklib/node_modules/uuid": {
"version": "8.3.2",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
"inBundle": true,
"bin": {
"uuid": "dist/bin/uuid"
}
},
"node_modules/@actions/core": {
"version": "1.8.2",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.8.2.tgz",
@@ -7118,31 +7082,6 @@
"eslint-plugin-github": "^4.3.6",
"prettier": "^2.6.2",
"typescript": "^4.6.3"
},
"dependencies": {
"@actions/core": {
"version": "1.9.1",
"bundled": true,
"requires": {
"@actions/http-client": "^2.0.1",
"uuid": "^8.3.2"
}
},
"@actions/http-client": {
"version": "2.0.1",
"bundled": true,
"requires": {
"tunnel": "^0.0.6"
}
},
"tunnel": {
"version": "0.0.6",
"bundled": true
},
"uuid": {
"version": "8.3.2",
"bundled": true
}
}
},
"html-encoding-sniffer": {