Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/negrel/hugo-theme-pico.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-31 23:06:18 +0300
committerGitHub <noreply@github.com>2021-08-31 23:06:18 +0300
commitf1d4c75023b869836af517b28567a3a831eeceb5 (patch)
treeba3897a3a2a660acc77793820402ad9c95499673
parent350837edb0ba0934e4359076572199eef3b58562 (diff)
Bump tar from 6.0.5 to 6.1.11 in /exampleSitedependabot/npm_and_yarn/exampleSite/tar-6.1.11
Bumps [tar](https://github.com/npm/node-tar) from 6.0.5 to 6.1.11. - [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/v6.0.5...v6.1.11) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--exampleSite/package-lock.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/package-lock.json b/exampleSite/package-lock.json
index fa3e7e3..60c9994 100644
--- a/exampleSite/package-lock.json
+++ b/exampleSite/package-lock.json
@@ -3217,9 +3217,9 @@
}
},
"tar": {
- "version": "6.0.5",
- "resolved": "https://registry.npmjs.org/tar/-/tar-6.0.5.tgz",
- "integrity": "sha512-0b4HOimQHj9nXNEAA7zWwMM91Zhhba3pspja6sQbgTpynOJf+bkjBnfybNYzbpLbnwXnbyB4LOREvlyXLkCHSg==",
+ "version": "6.1.11",
+ "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz",
+ "integrity": "sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==",
"dev": true,
"requires": {
"chownr": "^2.0.0",