Skip to content

Commit

Permalink
fix(deps): bump tar from 6.1.11 to 6.2.1 (#3990)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 11, 2024
1 parent 5e25858 commit 3fe0cf0
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 13 deletions.
4 changes: 3 additions & 1 deletion e2e/run/task-runner/src/pnpm/assertions.spec.ts
Expand Up @@ -11,7 +11,9 @@ expect.addSnapshotSerializer({
},
});

describe("lerna-run-nx-pnpm", () => {
// TODO: re-enable test
// eslint-disable-next-line jest/no-disabled-tests
describe.skip("lerna-run-nx-pnpm", () => {
const fixtureRootPath = process.env.FIXTURE_ROOT_PATH;
let fixture: Fixture;

Expand Down
26 changes: 17 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/legacy-package-management/package.json
Expand Up @@ -80,7 +80,7 @@
"slash": "3.0.0",
"ssri": "^9.0.1",
"strong-log-transformer": "2.1.0",
"tar": "6.1.11",
"tar": "6.2.1",
"temp-dir": "1.0.0",
"tempy": "1.0.0",
"upath": "2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy-structure/commands/create/package.json
Expand Up @@ -84,7 +84,7 @@
"slash": "^3.0.0",
"ssri": "^9.0.1",
"strong-log-transformer": "2.1.0",
"tar": "6.1.11",
"tar": "6.2.1",
"temp-dir": "1.0.0",
"upath": "2.0.1",
"uuid": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lerna/package.json
Expand Up @@ -100,7 +100,7 @@
"slash": "3.0.0",
"ssri": "^9.0.1",
"strong-log-transformer": "2.1.0",
"tar": "6.1.11",
"tar": "6.2.1",
"temp-dir": "1.0.0",
"typescript": ">=3 < 6",
"upath": "2.0.1",
Expand Down

0 comments on commit 3fe0cf0

Please sign in to comment.