deps,test: update postject to 1.0.0-alpha.6

PR-URL: https://github.com/nodejs/node/pull/48072
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
This commit is contained in:
Node.js GitHub Bot 2023-05-21 08:26:36 +01:00 committed by GitHub
parent 19fa9f1bc4
commit 66fbe7fb23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 13 deletions

View File

@ -13,9 +13,9 @@
}
},
"node_modules/postject": {
"version": "1.0.0-alpha.5",
"resolved": "https://registry.npmjs.org/postject/-/postject-1.0.0-alpha.5.tgz",
"integrity": "sha512-XDgGD+iKg3jSv+is2En18/lFkcu3sx6KhxD3DO25QT3Nca0QCrxVQj6uMTmMgVcaO7N6n8ne2+a04yX0N9RwgQ==",
"version": "1.0.0-alpha.6",
"resolved": "https://registry.npmjs.org/postject/-/postject-1.0.0-alpha.6.tgz",
"integrity": "sha512-b9Eb8h2eVqNE8edvKdwqkrY6O7kAwmI8kcnBv1NScolYJbo59XUF0noFq+lxbC1yN20bmC0WBEbDC5H/7ASb0A==",
"dependencies": {
"commander": "^9.4.0"
},

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "postject",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"description": "Easily inject arbitrary read-only resources into executable formats (Mach-O, PE, ELF) and use it at runtime.",
"license": "MIT",
"engines": {
@ -40,6 +40,6 @@
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"tempy": "^3.0.0",
"zx": "^7.0.8"
"zx": "^7.1.1"
}
}

View File

@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"postject": "^1.0.0-alpha.5"
"postject": "^1.0.0-alpha.6"
}
},
"node_modules/commander": {
@ -21,9 +21,9 @@
}
},
"node_modules/postject": {
"version": "1.0.0-alpha.5",
"resolved": "https://registry.npmjs.org/postject/-/postject-1.0.0-alpha.5.tgz",
"integrity": "sha512-XDgGD+iKg3jSv+is2En18/lFkcu3sx6KhxD3DO25QT3Nca0QCrxVQj6uMTmMgVcaO7N6n8ne2+a04yX0N9RwgQ==",
"version": "1.0.0-alpha.6",
"resolved": "https://registry.npmjs.org/postject/-/postject-1.0.0-alpha.6.tgz",
"integrity": "sha512-b9Eb8h2eVqNE8edvKdwqkrY6O7kAwmI8kcnBv1NScolYJbo59XUF0noFq+lxbC1yN20bmC0WBEbDC5H/7ASb0A==",
"dependencies": {
"commander": "^9.4.0"
},

View File

@ -10,6 +10,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"postject": "^1.0.0-alpha.5"
"postject": "^1.0.0-alpha.6"
}
}