@contrast/assess 1.52.0 → 1.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -86,7 +86,7 @@ module.exports = function(core) {
86
86
 
87
87
  unvalidatedRedirect.install = function() {
88
88
  const name = 'fastify.Reply.prototype.redirect';
89
- depHooks.resolve({ name: 'fastify', version: '>=3 <5', file: 'lib/reply' }, (Reply) => {
89
+ depHooks.resolve({ name: 'fastify', version: '>=3 <6', file: 'lib/reply' }, (Reply) => {
90
90
  patcher.patch(Reply.prototype, 'redirect', {
91
91
  name,
92
92
  patchType,
@@ -31,7 +31,7 @@ module.exports = function (core) {
31
31
 
32
32
  const source = sources.fastifyInstrumentation.fastify = {
33
33
  install() {
34
- depHooks.resolve({ name: 'fastify', version: '>=3.2.0 <5' }, (fastify) => patcher.patch(fastify, {
34
+ depHooks.resolve({ name: 'fastify', version: '>=3.2.0 <6' }, (fastify) => patcher.patch(fastify, {
35
35
  name: 'fastify.constructor',
36
36
  patchType,
37
37
  post({ result: server, funcKey }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrast/assess",
3
- "version": "1.52.0",
3
+ "version": "1.53.0",
4
4
  "description": "Contrast service providing framework-agnostic Assess support",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
@@ -29,7 +29,7 @@
29
29
  "@contrast/logger": "1.23.0",
30
30
  "@contrast/patcher": "1.22.0",
31
31
  "@contrast/rewriter": "1.26.0",
32
- "@contrast/route-coverage": "1.40.0",
32
+ "@contrast/route-coverage": "1.41.0",
33
33
  "@contrast/scopes": "1.20.0",
34
34
  "semver": "^7.6.0"
35
35
  }