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 #958

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -72,15 +72,15 @@
"@commitlint/config-conventional": "17.6.7",
"@types/node": "20.4.4",
"@types/prettier": "2.7.3",
"@types/shell-quote": "1.7.1",
"@types/shell-quote": "1.7.5",
"eslint": "8.45.0",
"husky": "8.0.3",
"is-ci": "3.0.1",
"lint-staged": "13.2.3",
"npm-run-all": "4.1.5",
"prettier": "3.0.0",
"rimraf": "5.0.1",
"shell-quote": "1.8.1",
"shell-quote": "1.8.2",
"syncpack": "10.7.3"
},
"engines": {
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2362,10 +2362,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: 51e58326b8c6dcb72846b94cebe3dc4c84f3514469a8e52bd29c52c601e784b427b851d7477acbeef47bfcccf25d2a5768684d27e7fc95fdd003393c1bbb7bc3
"@types/shell-quote@npm:1.7.5":
version: 1.7.5
resolution: "@types/shell-quote@npm:1.7.5"
checksum: 32b4d697c7d23dbadf40713692c47f1595f083a3b3deea76cb18e30a05d197aa9205d2b87f6d92edb60cda120b51e35d32bda96ed9b0a7e32921eed2deb4559e
languageName: node
linkType: hard

Expand Down Expand Up @@ -3251,15 +3251,15 @@ __metadata:
"@commitlint/config-conventional": "npm:17.6.7"
"@types/node": "npm:20.4.4"
"@types/prettier": "npm:2.7.3"
"@types/shell-quote": "npm:1.7.1"
"@types/shell-quote": "npm:1.7.5"
eslint: "npm:8.45.0"
husky: "npm:8.0.3"
is-ci: "npm:3.0.1"
lint-staged: "npm:13.2.3"
npm-run-all: "npm:4.1.5"
prettier: "npm:3.0.0"
rimraf: "npm:5.0.1"
shell-quote: "npm:1.8.1"
shell-quote: "npm:1.8.2"
syncpack: "npm:10.7.3"
dependenciesMeta:
cpu-features:
Expand Down Expand Up @@ -9030,10 +9030,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: af19ab5a1ec30cb4b2f91fd6df49a7442d5c4825a2e269b3712eded10eedd7f9efeaab96d57829880733fc55bcdd8e9b1d8589b4befb06667c731d08145e274d
"shell-quote@npm:1.8.2, shell-quote@npm:^1.6.1":
version: 1.8.2
resolution: "shell-quote@npm:1.8.2"
checksum: 3ae4804fd80a12ba07650d0262804ae3b479a62a6b6971a6dc5fa12995507aa63d3de3e6a8b7a8d18f4ce6eb118b7d75db7fcb2c0acbf016f210f746b10cfe02
languageName: node
linkType: hard

Expand Down
Loading