From d4fb8c981be00dca3f45896b3f63677c03e6b6b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 20:29:12 +0000 Subject: [PATCH] Bump shell-quote in /static/rmarkdown-libs/network3d-binding Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.6.1 to 1.8.1. - [Release notes](https://github.com/ljharb/shell-quote/releases) - [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/shell-quote/compare/1.6.1...v1.8.1) --- updated-dependencies: - dependency-name: shell-quote dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../rmarkdown-libs/network3d-binding/package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/rmarkdown-libs/network3d-binding/package-lock.json b/static/rmarkdown-libs/network3d-binding/package-lock.json index f955f7a0..70a01011 100644 --- a/static/rmarkdown-libs/network3d-binding/package-lock.json +++ b/static/rmarkdown-libs/network3d-binding/package-lock.json @@ -1295,12 +1295,12 @@ "shell-quote": { "version": "1.6.1", "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.6.1.tgz", - "integrity": "sha1-9HgZSczkAmlxJ0MOo7PFR29IF2c=", + "integrity": "sha512-V0iQEZ/uoem3NmD91rD8XiuozJnq9/ZJnbHVXHnWqP1ucAhS3yJ7sLIIzEi57wFFcK3oi3kFUC46uSyWr35mxg==", "requires": { - "array-filter": "0.0.1", - "array-map": "0.0.0", - "array-reduce": "0.0.0", - "jsonify": "0.0.0" + "array-filter": "~0.0.0", + "array-map": "~0.0.0", + "array-reduce": "~0.0.0", + "jsonify": "~0.0.0" } }, "source-map": {