Skip to content

Commit

Permalink
Update Test & linting packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 13, 2023
1 parent d622631 commit 2223db5
Show file tree
Hide file tree
Showing 59 changed files with 115 additions and 103 deletions.
2 changes: 1 addition & 1 deletion ghost/adapter-cache-memory-ttl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"c8": "7.13.0",
"mocha": "10.2.0",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"@isaacs/ttlcache": "1.2.1"
Expand Down
2 changes: 1 addition & 1 deletion ghost/adapter-cache-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"c8": "7.13.0",
"mocha": "10.2.0",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"cache-manager": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion ghost/adapter-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"c8": "7.13.0",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"@tryghost/errors": "1.2.21"
Expand Down
2 changes: 1 addition & 1 deletion ghost/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"ember-tooltips": "3.6.0",
"ember-truth-helpers": "3.1.1",
"ember-websockets": "10.2.1",
"eslint": "8.35.0",
"eslint": "8.36.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-react": "7.32.2",
"faker": "5.5.3",
Expand Down
2 changes: 1 addition & 1 deletion ghost/api-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"c8": "7.13.0",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"@tryghost/debug": "0.1.22",
Expand Down
2 changes: 1 addition & 1 deletion ghost/api-version-compatibility-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"c8": "7.13.0",
"mocha": "10.2.0",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"@tryghost/email-content-generator": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion ghost/audience-feedback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"c8": "7.13.0",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"@tryghost/errors": "1.2.21",
Expand Down
2 changes: 1 addition & 1 deletion ghost/bootstrap-socket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"c8": "7.13.0",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"@tryghost/logging": "2.4.1"
Expand Down
2 changes: 1 addition & 1 deletion ghost/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"c8": "7.13.0",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.1"
"sinon": "15.0.2"
}
}
4 changes: 2 additions & 2 deletions ghost/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
"c8": "7.13.0",
"cli-progress": "3.12.0",
"cssnano": "5.1.15",
"eslint": "8.35.0",
"eslint": "8.36.0",
"expect": "29.3.1",
"form-data": "4.0.0",
"inquirer": "8.2.5",
Expand All @@ -231,7 +231,7 @@
"postcss-cli": "10.1.0",
"rewire": "6.0.0",
"should": "13.2.3",
"sinon": "15.0.1",
"sinon": "15.0.2",
"supertest": "6.3.3",
"tmp": "0.2.1",
"toml": "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion ghost/custom-theme-settings-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"c8": "7.13.0",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"@tryghost/debug": "0.1.22",
Expand Down
2 changes: 1 addition & 1 deletion ghost/data-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"knex": "2.4.2",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"@faker-js/faker": "7.6.0",
Expand Down
2 changes: 1 addition & 1 deletion ghost/dynamic-routing-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"c8": "7.13.0",
"mocha": "10.2.0",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {}
}
2 changes: 1 addition & 1 deletion ghost/email-analytics-provider-mailgun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"devDependencies": {
"mocha": "10.2.0",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"@tryghost/email-analytics-service": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion ghost/email-analytics-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"@tryghost/debug": "0.1.22",
Expand Down
2 changes: 1 addition & 1 deletion ghost/email-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"bson-objectid": "2.0.4",
"c8": "7.13.0",
"mocha": "10.2.0",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {}
}
2 changes: 1 addition & 1 deletion ghost/email-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"c8": "7.13.0",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.1",
"sinon": "15.0.2",
"html-validate": "7.13.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ghost/email-suppression-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"c8": "7.13.0",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {}
}
2 changes: 1 addition & 1 deletion ghost/event-aware-cache-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@tryghost/adapter-cache-memory-ttl": "0.0.0",
"c8": "7.13.0",
"mocha": "10.2.0",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {}
}
2 changes: 1 addition & 1 deletion ghost/external-media-inliner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"c8": "7.13.0",
"mocha": "10.2.0",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"mime-types": "2.1.35"
Expand Down
2 changes: 1 addition & 1 deletion ghost/importer-handler-content-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"c8": "7.13.0",
"mocha": "10.2.0",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {}
}
2 changes: 1 addition & 1 deletion ghost/importer-revue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lib"
],
"devDependencies": {
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"@tryghost/debug": "0.1.22",
Expand Down
2 changes: 1 addition & 1 deletion ghost/job-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"delay": "5.0.0",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"@breejs/later": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion ghost/link-redirects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"c8": "7.13.0",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"bson-objectid": "2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion ghost/link-replacer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"c8": "7.13.0",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"cheerio": "0.22.0"
Expand Down
2 changes: 1 addition & 1 deletion ghost/link-tracking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"c8": "7.13.0",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"@tryghost/errors": "1.2.21",
Expand Down
2 changes: 1 addition & 1 deletion ghost/magic-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"c8": "7.13.0",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"@tryghost/errors": "1.2.21",
Expand Down
2 changes: 1 addition & 1 deletion ghost/mailgun-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"c8": "7.13.0",
"mocha": "10.2.0",
"nock": "13.3.0",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"@tryghost/debug": "0.1.22",
Expand Down
2 changes: 1 addition & 1 deletion ghost/member-attribution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"c8": "7.13.0",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"@tryghost/domain-events": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion ghost/member-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"c8": "7.13.0",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.1",
"sinon": "15.0.2",
"@tryghost/member-attribution": "0.0.0"
}
}
2 changes: 1 addition & 1 deletion ghost/members-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"mocha": "10.2.0",
"nock": "13.3.0",
"should": "13.2.3",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"@tryghost/domain-events": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion ghost/members-csv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"c8": "7.13.0",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"fs-extra": "11.1.0",
Expand Down
2 changes: 1 addition & 1 deletion ghost/members-events-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"mocha": "10.2.0",
"moment": "2.29.4",
"should": "13.2.3",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"@tryghost/domain-events": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion ghost/members-importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"fs-extra": "11.1.0",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"@tryghost/errors": "1.2.21",
Expand Down
2 changes: 1 addition & 1 deletion ghost/members-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"keypair": "1.0.4",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"@tryghost/debug": "0.1.22",
Expand Down
2 changes: 1 addition & 1 deletion ghost/milestones/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"c8": "7.13.0",
"mocha": "10.2.0",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"@tryghost/errors": "1.2.21",
Expand Down
2 changes: 1 addition & 1 deletion ghost/minifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"c8": "7.13.0",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"@tryghost/debug": "0.1.22",
Expand Down
2 changes: 1 addition & 1 deletion ghost/mw-api-version-mismatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@tryghost/errors": "1.2.21",
"c8": "7.13.0",
"mocha": "10.2.0",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"@tryghost/extract-api-key": "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion ghost/mw-cache-control/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"c8": "7.13.0",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"lodash": "4.17.21"
Expand Down
2 changes: 1 addition & 1 deletion ghost/mw-error-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"c8": "7.13.0",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"@tryghost/debug": "0.1.22",
Expand Down
2 changes: 1 addition & 1 deletion ghost/mw-session-from-token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"express": "4.18.2",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.1"
"sinon": "15.0.2"
}
}
2 changes: 1 addition & 1 deletion ghost/mw-update-user-last-seen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"c8": "7.13.0",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"@tryghost/constants": "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion ghost/mw-version-match/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"c8": "7.13.0",
"mocha": "10.2.0",
"sinon": "15.0.1"
"sinon": "15.0.2"
},
"dependencies": {
"@tryghost/errors": "1.2.21",
Expand Down
Loading

0 comments on commit 2223db5

Please sign in to comment.