diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fe14e19b..45e5d5d0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3,7 +3,6 @@ lockfileVersion: '9.0' settings: autoInstallPeers: true excludeLinksFromLockfile: false - injectWorkspacePackages: true importers: @@ -74,7 +73,7 @@ importers: version: 0.4.0 axios: specifier: ^1.13.6 - version: 1.15.1 + version: 1.15.2 dotenv: specifier: ^17.4.2 version: 17.4.2 @@ -117,7 +116,7 @@ importers: version: link:../signed-api axios: specifier: ^1.13.6 - version: 1.15.1 + version: 1.15.2 ethers: specifier: ^5.8.0 version: 5.8.0 @@ -1707,6 +1706,9 @@ packages: axios@1.15.1: resolution: {integrity: sha512-WOG+Jj8ZOvR0a3rAn+Tuf1UQJRxw5venr6DgdbJzngJE3qG7X0kL83CZGpdHMxEm+ZK3seAbvFsw4FfOfP9vxg==} + axios@1.15.2: + resolution: {integrity: sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==} + axobject-query@4.1.0: resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} engines: {node: '>= 0.4'} @@ -4484,7 +4486,7 @@ snapshots: dependencies: '@api3/ois': 2.3.2 '@api3/promise-utils': 0.4.0 - axios: 1.15.1 + axios: 1.15.2 bignumber.js: 9.3.1 ethers: 5.8.0 lodash: 4.18.1 @@ -4597,7 +4599,7 @@ snapshots: '@api3/promise-utils': 0.4.0 '@typescript-eslint/eslint-plugin': 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.9.3))(eslint@8.57.1)(typescript@5.9.3) '@typescript-eslint/parser': 6.21.0(eslint@8.57.1)(typescript@5.9.3) - axios: 1.15.1 + axios: 1.15.2 dotenv: 16.6.1 eslint: 8.57.1 eslint-config-next: 14.2.35(eslint@8.57.1)(typescript@5.9.3) @@ -7020,6 +7022,14 @@ snapshots: transitivePeerDependencies: - debug + axios@1.15.2: + dependencies: + follow-redirects: 1.16.0 + form-data: 4.0.5 + proxy-from-env: 2.1.0 + transitivePeerDependencies: + - debug + axobject-query@4.1.0: {} babel-jest@30.3.0(@babel/core@7.29.0): diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 5a03fdf5..62a23115 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,14 +1,15 @@ packages: - 'packages/*' -injectWorkspacePackages: true +# Use the pre-pnpm-10 deploy implementation so `pnpm deploy` works against +# symlinked workspace deps (no `injectWorkspacePackages`). See: +# https://github.com/orgs/pnpm/discussions/9015 +forceLegacyDeploy: true # See: https://pnpm.io/supply-chain-security blockExoticSubdeps: true minimumReleaseAge: 20160 # 14 days (keep in sync with Renovate config) minimumReleaseAgeExclude: - '@api3/*' - # Renovate security update: axios@1.15.0 - - axios@1.15.0 - # Renovate security update: lodash@4.18.1 - - lodash@4.18.1 + # Renovate security update: axios@1.15.2 + - axios@1.15.2