Skip to content

Commit

Permalink
fix(deps): update external fixes (#854)
Browse files Browse the repository at this point in the history
* fix(deps): update external fixes

* chore: downgrade esmock

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tobias Bocanegra <[email protected]>
  • Loading branch information
renovate[bot] and tripodsan authored Oct 20, 2023
1 parent ed6523a commit 646c4f2
Show file tree
Hide file tree
Showing 9 changed files with 1,675 additions and 2,500 deletions.
4,150 changes: 1,660 additions & 2,490 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"eslint": "8.51.0",
"husky": "8.0.3",
"jsdoc-to-markdown": "8.0.0",
"lint-staged": "15.0.1",
"lint-staged": "15.0.2",
"mocha": "10.2.0",
"mocha-multi-reporters": "1.5.1",
"nock": "13.3.3",
"nock": "13.3.6",
"semantic-release": "19.0.5",
"semantic-release-monorepo": "7.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/helix-shared-bounce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
},
"devDependencies": {
"esmock": "2.5.1",
"nock": "13.3.3"
"nock": "13.3.6"
}
}
4 changes: 2 additions & 2 deletions packages/helix-shared-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
"lru-cache": "10.0.1",
"object-hash": "3.0.0",
"uri-js": "4.4.1",
"yaml": "2.3.2"
"yaml": "2.3.3"
},
"devDependencies": {
"@adobe/helix-shared-wrap": "^1.0.5",
"@adobe/helix-testutils": "0.4.14",
"@pollyjs/adapter-node-http": "6.0.6",
"@pollyjs/core": "6.0.6",
"@pollyjs/persister-fs": "6.0.6",
"nock": "13.3.3"
"nock": "13.3.6"
}
}
2 changes: 1 addition & 1 deletion packages/helix-shared-git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
},
"dependencies": {
"@adobe/helix-shared-prune": "^1.0.5",
"yaml": "2.3.2"
"yaml": "2.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/helix-shared-ims/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"@adobe/helix-universal": "^4.0.0"
},
"devDependencies": {
"nock": "13.3.3"
"nock": "13.3.6"
}
}
2 changes: 1 addition & 1 deletion packages/helix-shared-secrets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"@adobe/helix-universal": "^4.0.0"
},
"devDependencies": {
"nock": "13.3.3"
"nock": "13.3.6"
}
}
4 changes: 2 additions & 2 deletions packages/helix-shared-tokencache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"access": "public"
},
"devDependencies": {
"nock": "13.3.3"
"nock": "13.3.6"
},
"dependencies": {
"@adobe/fetch": "^4.0.10",
"@aws-sdk/client-s3": "3.427.0"
"@aws-sdk/client-s3": "3.431.0"
}
}
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
{
"packageNames": ["@semantic-release/npm"],
"allowedVersions": "<10.0"
},
{
"comment": "https://github.com/iambumblehead/esmock/issues/260",
"packageNames": ["esmock"],
"allowedVersions": "2.5.1"
}
]
}

0 comments on commit 646c4f2

Please sign in to comment.