From 1d0e1a38d9dda05dc4eebd95dd32ab7269f4f772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 19:38:50 -0300 Subject: [PATCH] fix(deps): bump adm-zip from 0.5.9 to 0.5.10 (#160) Bumps [adm-zip](https://github.com/cthackers/adm-zip) from 0.5.9 to 0.5.10. - [Release notes](https://github.com/cthackers/adm-zip/releases) - [Changelog](https://github.com/cthackers/adm-zip/blob/master/history.md) - [Commits](https://github.com/cthackers/adm-zip/commits/v0.5.10) --- updated-dependencies: - dependency-name: adm-zip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .npmrc | 1 + package.json | 3 ++- pnpm-lock.yaml | 21 ++++++++++++++------- 3 files changed, 17 insertions(+), 8 deletions(-) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..3e775efb --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +auto-install-peers=true diff --git a/package.json b/package.json index aee9e164..e63809b1 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "license": "MIT", "private": "true", "devDependencies": { + "@babel/core": ">=7.0.0 <8.0.0", "@nrwl/nx-cloud": "^16.0.2", "@semantic-release/exec": "^6.0.0", "@semantic-release/git": "^10.0.1", @@ -36,7 +37,7 @@ "zod": "^3.20.2" }, "dependencies": { - "adm-zip": "^0.5.0", + "adm-zip": "^0.5.10", "axios": "^1.1.3", "fast-xml-parser": "^4.0.12", "next": "^13.4.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 962ad3c7..49a14a02 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,12 +1,16 @@ -lockfileVersion: '6.0' +lockfileVersion: '6.1' + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false importers: .: dependencies: adm-zip: - specifier: ^0.5.0 - version: 0.5.9 + specifier: ^0.5.10 + version: 0.5.10 axios: specifier: ^1.1.3 version: 1.1.3 @@ -26,6 +30,9 @@ importers: specifier: ^9.0.0 version: 9.0.0 devDependencies: + '@babel/core': + specifier: '>=7.0.0 <8.0.0' + version: 7.20.2 '@nrwl/nx-cloud': specifier: ^16.0.2 version: 16.0.2 @@ -183,7 +190,7 @@ packages: convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 - json5: 2.2.1 + json5: 2.2.3 semver: 6.3.0 transitivePeerDependencies: - supports-color @@ -1672,8 +1679,8 @@ packages: hasBin: true dev: true - /adm-zip@0.5.9: - resolution: {integrity: sha512-s+3fXLkeeLjZ2kLjCBwQufpI5fuN+kIGBxu6530nVQZGVol0d7Y/M88/xw9HGGUcJjKf8LutN3VPRUBq6N7Ajg==} + /adm-zip@0.5.10: + resolution: {integrity: sha512-x0HvcHqVJNTPk/Bw8JbLWlWoo6Wwnsug0fnYYro1HBrjxZ3G7/AZk7Ahv8JwDe1uIcz8eBqvu86FuF1POiG7vQ==} engines: {node: '>=6.0'} dev: false @@ -3834,12 +3841,12 @@ packages: resolution: {integrity: sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==} engines: {node: '>=6'} hasBin: true + dev: true /json5@2.2.3: resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} engines: {node: '>=6'} hasBin: true - dev: true /jsonc-parser@3.2.0: resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==}