Initial attempt (untested)

This commit is contained in:
Justin Hutchings
2022-08-25 11:50:14 -07:00
parent 71940e0673
commit aa7e545573
8 changed files with 3825 additions and 48 deletions
+23 -1
View File
@@ -9,7 +9,9 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.5"
"@actions/core": "^1.2.5",
"dependency-submission-toolkit": "^0.0.1-security",
"fs": "^0.0.1-security"
},
"devDependencies": {
"@vercel/ncc": "^0.31.1",
@@ -1696,6 +1698,11 @@
"node": ">=0.4.0"
}
},
"node_modules/dependency-submission-toolkit": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/dependency-submission-toolkit/-/dependency-submission-toolkit-0.0.1-security.tgz",
"integrity": "sha512-yOK0pEcCKOfI5PM/zkVjYaycscYNoTCx0/xznBkqEa5xxhvhRWzKFe/osHbtl0JemwpUe7iWLWi9Rz3cmFe3gw=="
},
"node_modules/detect-newline": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
@@ -2276,6 +2283,11 @@
"node": ">= 6"
}
},
"node_modules/fs": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
"integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w=="
},
"node_modules/fs.realpath": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
@@ -6032,6 +6044,11 @@
"integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=",
"dev": true
},
"dependency-submission-toolkit": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/dependency-submission-toolkit/-/dependency-submission-toolkit-0.0.1-security.tgz",
"integrity": "sha512-yOK0pEcCKOfI5PM/zkVjYaycscYNoTCx0/xznBkqEa5xxhvhRWzKFe/osHbtl0JemwpUe7iWLWi9Rz3cmFe3gw=="
},
"detect-newline": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
@@ -6465,6 +6482,11 @@
"mime-types": "^2.1.12"
}
},
"fs": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
"integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w=="
},
"fs.realpath": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",