Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency shell-quote to v1.8.2 - autoclosed #83

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@types/prettier": "2.7.3",
"@types/shell-quote": "1.7.1",
"@types/shell-quote": "1.7.5",
"cross-env": "7.0.3",
"docsify": "4.13.1",
"docsify-cli": "4.4.4",
Expand All @@ -59,7 +59,7 @@
"npm-run-all": "4.1.5",
"prettier": "3.0.3",
"rimraf": "5.0.1",
"shell-quote": "1.8.1",
"shell-quote": "1.8.2",
"typescript": "4.9.5"
},
"resolutions?": {
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2035,10 +2035,10 @@ __metadata:
languageName: node
linkType: hard

"@types/shell-quote@npm:1.7.1":
version: 1.7.1
resolution: "@types/shell-quote@npm:1.7.1"
checksum: 10c0/e40c0785b119494ca79ee68d5bd227c1427484a4adb1f544190041c2946bce5a74b41d2d1214db9f7252125e814cee4f06c0a46f0374bc985d62a26f5ed0fa53
"@types/shell-quote@npm:1.7.5":
version: 1.7.5
resolution: "@types/shell-quote@npm:1.7.5"
checksum: 10c0/ddcf225e85e5520e3f44411d7d79eee0e56477fab705d0d93e293b61b9f8de2a57db6e859d492a24bc9e0d071c0490271efeae832756e2ac0d4d255922ac281d
languageName: node
linkType: hard

Expand Down Expand Up @@ -7996,7 +7996,7 @@ __metadata:
"@commitlint/cli": "npm:17.7.1"
"@commitlint/config-conventional": "npm:17.7.0"
"@types/prettier": "npm:2.7.3"
"@types/shell-quote": "npm:1.7.1"
"@types/shell-quote": "npm:1.7.5"
cross-env: "npm:7.0.3"
docsify: "npm:4.13.1"
docsify-cli: "npm:4.4.4"
Expand All @@ -8007,7 +8007,7 @@ __metadata:
npm-run-all: "npm:4.1.5"
prettier: "npm:3.0.3"
rimraf: "npm:5.0.1"
shell-quote: "npm:1.8.1"
shell-quote: "npm:1.8.2"
typescript: "npm:4.9.5"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -9706,10 +9706,10 @@ __metadata:
languageName: node
linkType: hard

"shell-quote@npm:1.8.1, shell-quote@npm:^1.6.1":
version: 1.8.1
resolution: "shell-quote@npm:1.8.1"
checksum: 10c0/8cec6fd827bad74d0a49347057d40dfea1e01f12a6123bf82c4649f3ef152fc2bc6d6176e6376bffcd205d9d0ccb4f1f9acae889384d20baff92186f01ea455a
"shell-quote@npm:1.8.2, shell-quote@npm:^1.6.1":
version: 1.8.2
resolution: "shell-quote@npm:1.8.2"
checksum: 10c0/85fdd44f2ad76e723d34eb72c753f04d847ab64e9f1f10677e3f518d0e5b0752a176fd805297b30bb8c3a1556ebe6e77d2288dbd7b7b0110c7e941e9e9c20ce1
languageName: node
linkType: hard

Expand Down
Loading