From c5da0850a512c01f728d0ef7e43f6d129db57aa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 01:57:10 +0000 Subject: [PATCH] Bump pathval from 1.1.0 to 1.1.1 in /packages/types Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/chaijs/pathval/releases) - [Changelog](https://github.com/chaijs/pathval/blob/master/CHANGELOG.md) - [Commits](https://github.com/chaijs/pathval/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: pathval dependency-type: indirect ... Signed-off-by: dependabot[bot] --- packages/types/package-lock.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/packages/types/package-lock.json b/packages/types/package-lock.json index 801265e..a96f348 100644 --- a/packages/types/package-lock.json +++ b/packages/types/package-lock.json @@ -359,11 +359,6 @@ "is-buffer": "~2.0.3" } }, - "forgiving-xml-parser": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/forgiving-xml-parser/-/forgiving-xml-parser-1.4.0.tgz", - "integrity": "sha512-yxSVlqHnIjxUQgfGXm/Lxg3fdhdcV3gF0EoqVi//Hhygnczvnq1Il76aPU1oZiIw3x66lgV8cg2aoLDItTsB0g==" - }, "fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npm.taobao.org/fs.realpath/download/fs.realpath-1.0.0.tgz", @@ -749,9 +744,9 @@ "dev": true }, "pathval": { - "version": "1.1.0", - "resolved": "https://registry.npm.taobao.org/pathval/download/pathval-1.1.0.tgz", - "integrity": "sha1-uULm1L3mUwBe9rcTYd74cn0GReA=", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz", + "integrity": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==", "dev": true }, "picomatch": {