Skip to content

Commit

Permalink
Update dependency gscan to v4.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 2, 2024
1 parent 754074a commit 797f2c6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
],
"devDependencies": {
"beeper": "2.1.0",
"gscan": "4.43.0",
"gscan": "4.43.1",
"gulp": "5.0.0",
"gulp-livereload": "4.0.2",
"gulp-sass": "5.1.0",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1168,10 +1168,10 @@
"@tryghost/debug" "^0.1.28"
split2 "4.2.0"

"@tryghost/errors@^1.2.26", "@tryghost/errors@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-1.3.1.tgz#32a00c5e5293c46e54d03a66da871ac34b2ab35c"
integrity sha512-iZqT0vZ3NVZNq9o1HYxW00k1mcUAC+t5OLiI8O29/uQwAfy7NemY+Cabl9mWoIwgvBmw7l0Z8pHTcXMo1c+xMw==
"@tryghost/errors@^1.2.26", "@tryghost/errors@^1.3.1", "@tryghost/errors@^1.3.2":
version "1.3.2"
resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-1.3.2.tgz#3612f6f59ca07e37d1095f9eb31ff6a069a3b7f2"
integrity sha512-Aqi2vz7HHwN6p2juIYUu8vpMtaKavjULBKNnL0l1req9qXjPs90i/HV8zhvK0ceeWuPdEXaCkfHSRr/yxG3/uw==
dependencies:
"@stdlib/utils-copy" "^0.0.7"
uuid "^9.0.0"
Expand Down Expand Up @@ -1304,12 +1304,12 @@
"@tryghost/root-utils" "^0.3.26"
semver "^7.3.5"

"@tryghost/zip@^1.1.38":
version "1.1.41"
resolved "https://registry.yarnpkg.com/@tryghost/zip/-/zip-1.1.41.tgz#bcf9f15047e6d2486d062b7911e4006d00e4fe6a"
integrity sha512-SYCVdQu3gh/kx3CMMdj4EvMNWu8UURINQdwrZN9/xMpu4hOkFZIwWSA/MG29ZxLDqnqopRf0ZwetSbcsVsS8QQ==
"@tryghost/zip@^1.1.42":
version "1.1.42"
resolved "https://registry.yarnpkg.com/@tryghost/zip/-/zip-1.1.42.tgz#33f8ebaed17339db89a8b165563709385ed7f041"
integrity sha512-liEO01q0vztvcBmCT4m8fDEsDjXHzPOqJlXboMHOw/gTrjUkLVfBTZzooIgERvBRPuw60ICcPTtI2/OhiAoNrw==
dependencies:
"@tryghost/errors" "^1.3.1"
"@tryghost/errors" "^1.3.2"
archiver "^5.0.0"
extract-zip "^2.0.1"

Expand Down Expand Up @@ -3358,10 +3358,10 @@ graceful-fs@^4.0.0, graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6,
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==

gscan@4.43.0:
version "4.43.0"
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.43.0.tgz#1711c232c3ff3f431c4e623f509ace347b873fb2"
integrity sha512-slk5kFRmvQMj1YwI/yEBe6CsBWAeViZHLki5v7h0w1/raKMwsACfRhp+t7KioGyGR0uvbaI8vb+ICFcy8ARJ7g==
gscan@4.43.1:
version "4.43.1"
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.43.1.tgz#82e7ad14be753143313b8487f7846e1c85762468"
integrity sha512-++xxksUOrIljzNYoSzEMsKUDSnXVQJmaFcaWtenEP0xzKnga+i1UR1q3UF3Wf1jD+R/8poCBDcfmu13h+HA54Q==
dependencies:
"@sentry/node" "^7.73.0"
"@tryghost/config" "^0.2.18"
Expand All @@ -3371,7 +3371,7 @@ gscan@4.43.0:
"@tryghost/nql" "^0.12.0"
"@tryghost/pretty-cli" "^1.2.38"
"@tryghost/server" "^0.1.37"
"@tryghost/zip" "^1.1.38"
"@tryghost/zip" "^1.1.42"
chalk "^4.1.2"
common-tags "^1.8.2"
express "^4.18.2"
Expand Down

0 comments on commit 797f2c6

Please sign in to comment.