Skip to content

Commit eff3d37

Browse files
Update dependency gscan to v4.43.4
1 parent a58f728 commit eff3d37

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"autoprefixer": "10.4.7",
4646
"beeper": "2.1.0",
4747
"cssnano": "5.1.12",
48-
"gscan": "4.43.1",
48+
"gscan": "4.43.4",
4949
"gulp": "4.0.2",
5050
"gulp-concat": "2.6.1",
5151
"gulp-livereload": "4.0.2",

yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -973,10 +973,10 @@
973973
json-stringify-safe "^5.0.1"
974974
lodash "^4.17.21"
975975

976-
"@tryghost/mongo-knex@^0.9.0":
977-
version "0.9.0"
978-
resolved "https://registry.yarnpkg.com/@tryghost/mongo-knex/-/mongo-knex-0.9.0.tgz#34463ceaa23b8e5e4c7ff859d9d5cc8f300ceade"
979-
integrity sha512-1dksBf+nVyfVRssFC3/Tn1KqMhKfLhsjCnxnLv8vW5ZxSw39U6Kyp97u4BWithx31M/g3Q8nfCVg8hIgYVyt7w==
976+
"@tryghost/mongo-knex@^0.9.1":
977+
version "0.9.1"
978+
resolved "https://registry.yarnpkg.com/@tryghost/mongo-knex/-/mongo-knex-0.9.1.tgz#b429952cc01d7ffa2489b37db4008f8a323e40d5"
979+
integrity sha512-WqnuGs9TUMxc9/lSyuJ7kB57jDIFSd+Dty5rgjKf6Ts6u5k73FRvOqJL83U0aPCb67r1GC1SKgf40ErISFHHvA==
980980
dependencies:
981981
debug "^4.3.3"
982982
lodash "^4.17.21"
@@ -995,12 +995,12 @@
995995
dependencies:
996996
date-fns "^2.28.0"
997997

998-
"@tryghost/nql@^0.12.0":
999-
version "0.12.3"
1000-
resolved "https://registry.yarnpkg.com/@tryghost/nql/-/nql-0.12.3.tgz#260f0aed0c3bee85b046fcd8ee24dd567b5ed451"
1001-
integrity sha512-bG0U+RMLixLTFkLM4DaL9uDhPCoTlxyMzZOIibZnBHmxi1lMM5cgUEGV38IwD92laIfS2t5BvAONKGhsGoVVVg==
998+
"@tryghost/nql@^0.12.5":
999+
version "0.12.5"
1000+
resolved "https://registry.yarnpkg.com/@tryghost/nql/-/nql-0.12.5.tgz#dc4531e26af06fd40c3b182295a480923cc44591"
1001+
integrity sha512-vc7IBsmYLb7zszLTFxGcDobkUKQ3cBKTEq3P71OGt7ranVI3KD1Du5Pq90eowQflT61DTy5eU7U9mltXOGvEkw==
10021002
dependencies:
1003-
"@tryghost/mongo-knex" "^0.9.0"
1003+
"@tryghost/mongo-knex" "^0.9.1"
10041004
"@tryghost/mongo-utils" "^0.6.2"
10051005
"@tryghost/nql-lang" "^0.6.1"
10061006
mingo "^2.2.2"
@@ -3006,17 +3006,17 @@ graceful-fs@^4.0.0, graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6,
30063006
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
30073007
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
30083008

3009-
3010-
version "4.43.1"
3011-
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.43.1.tgz#82e7ad14be753143313b8487f7846e1c85762468"
3012-
integrity sha512-++xxksUOrIljzNYoSzEMsKUDSnXVQJmaFcaWtenEP0xzKnga+i1UR1q3UF3Wf1jD+R/8poCBDcfmu13h+HA54Q==
3009+
3010+
version "4.43.4"
3011+
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.43.4.tgz#f5ec47539d4ceeb57b853f4a1e67956214436c15"
3012+
integrity sha512-/oELLApcxX/C9IeYjljxOOi2jcGVeIVGttDo5ipkQOLcb1xUsUm4TrMLYWpmw//KhZwpwgP//12vRDJHDvR7lA==
30133013
dependencies:
30143014
"@sentry/node" "^7.73.0"
30153015
"@tryghost/config" "^0.2.18"
30163016
"@tryghost/debug" "^0.1.26"
30173017
"@tryghost/errors" "^1.2.26"
30183018
"@tryghost/logging" "^2.4.7"
3019-
"@tryghost/nql" "^0.12.0"
3019+
"@tryghost/nql" "^0.12.5"
30203020
"@tryghost/pretty-cli" "^1.2.38"
30213021
"@tryghost/server" "^0.1.37"
30223022
"@tryghost/zip" "^1.1.42"

0 commit comments

Comments
 (0)