From b08a20fd3c1ac3f1226ed0d0be9dec6e7ee9de0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 21:13:29 -0300 Subject: [PATCH] fix(deps): bump fast-xml-parser from 4.0.12 to 4.2.5 (#163) Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.0.12 to 4.2.5. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.0.12...v4.2.5) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8cdd4a0b..2bb25ac5 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "adm-zip": "^0.5.10", "axios": "^1.1.3", - "fast-xml-parser": "^4.0.12", + "fast-xml-parser": "^4.2.5", "next": "^13.4.5", "nextjs-cors": "^2.1.2", "react-select": "^5.7.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 87e2659a..09e9874d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: '6.1' +lockfileVersion: '6.0' settings: autoInstallPeers: true @@ -15,8 +15,8 @@ importers: specifier: ^1.1.3 version: 1.1.3 fast-xml-parser: - specifier: ^4.0.12 - version: 4.0.12 + specifier: ^4.2.5 + version: 4.2.5 next: specifier: ^13.4.5 version: 13.4.5(@babel/core@7.20.2)(react-dom@18.2.0)(react@18.2.0) @@ -2666,8 +2666,8 @@ packages: resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} dev: true - /fast-xml-parser@4.0.12: - resolution: {integrity: sha512-/Nmo3823Rfx7UTJosQNz6hBVbszfv1Unb7A4iNJZhvCGCgtIHv/uODmrYIH8vc05+XKZ4hNIOv6SlBejvJgATw==} + /fast-xml-parser@4.2.5: + resolution: {integrity: sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==} hasBin: true dependencies: strnum: 1.0.5