From 311d04c4ca32658ad07139ce1cf6cc12b2c8e9ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Aug 2021 00:58:32 +0000 Subject: [PATCH] Bump tar from 4.4.13 to 4.4.15 in /community-frontend Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.15. - [Release notes](https://github.com/npm/node-tar/releases) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-tar/compare/v4.4.13...v4.4.15) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] --- community-frontend/package-lock.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/community-frontend/package-lock.json b/community-frontend/package-lock.json index 31aa72e9..204b2378 100644 --- a/community-frontend/package-lock.json +++ b/community-frontend/package-lock.json @@ -1397,7 +1397,6 @@ "@community/admin": { "version": "file:app/community-admin", "requires": { - "@community/core": "0.0.1", "@material-ui/core": "^4.11.0", "clsx": "^1.1.1", "next": "^9.5.0", @@ -1412,7 +1411,6 @@ "@community/frontend": { "version": "file:app/community-frontend", "requires": { - "@community/core": "0.0.1", "@material-ui/core": "^4.11.0", "@material-ui/icons": "^4.9.1", "clsx": "^1.1.1", @@ -17570,9 +17568,9 @@ "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==" }, "tar": { - "version": "4.4.13", - "resolved": "https://registry.npmjs.org/tar/-/tar-4.4.13.tgz", - "integrity": "sha512-w2VwSrBoHa5BsSyH+KxEqeQBAllHhccyMFVHtGtdMpF4W7IRWfZjFiQceJPChOeTsSDVUpER2T8FA93pr0L+QA==", + "version": "4.4.15", + "resolved": "https://registry.npmjs.org/tar/-/tar-4.4.15.tgz", + "integrity": "sha512-ItbufpujXkry7bHH9NpQyTXPbJ72iTlXgkBAYsAjDXk3Ds8t/3NfO5P4xZGy7u+sYuQUbimgzswX4uQIEeNVOA==", "dev": true, "requires": { "chownr": "^1.1.1",