diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 234ace111..86f68c08f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,7 +5,7 @@ settings: excludeLinksFromLockfile: false overrides: - tar: 7.5.15 + tar: 7.5.16 importers: @@ -8646,8 +8646,8 @@ packages: tar-stream@3.2.0: resolution: {integrity: sha512-ojzvCvVaNp6aOTFmG7jaRD0meowIAuPc3cMMhSgKiVWws1GyHbGd/xvnyuRKcKlMpt3qvxx6r0hreCNITP9hIg==} - tar@7.5.15: - resolution: {integrity: sha512-dzGK0boVlC4W5QFuQN1EFSl3bIDYsk7Tj40U6eIBnK2k/8ml7TZ5agbI5j5+qnoVcAA+rNtBml8SEiLxZpNqRQ==} + tar@7.5.16: + resolution: {integrity: sha512-56adEpPMouktRlBLXiaYFFzZ/3+JXa8P9n7WbR+ibIjtviN55mEaOkiysCnPnWm+7kkui1Dn8J9l+g6zV8731w==} engines: {node: '>=18'} teex@1.0.1: @@ -19616,7 +19616,7 @@ snapshots: - bare-buffer - react-native-b4a - tar@7.5.15: + tar@7.5.16: dependencies: '@isaacs/fs-minipass': 4.0.1 chownr: 3.0.0 @@ -19694,7 +19694,7 @@ snapshots: https-proxy-agent: 5.0.0 mri: 1.1.6 rimraf: 3.0.2 - tar: 7.5.15 + tar: 7.5.16 tiny-glob: 0.2.8 transitivePeerDependencies: - supports-color diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index afef247b3..447a2a4c1 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,28 +1,30 @@ packages: - - website + - website allowBuilds: - "@apify/ui-icons": true - "@swc/core": true - core-js: true - core-js-pure: true - esbuild: true - unrs-resolver: true + "@apify/ui-icons": true + "@swc/core": true + core-js: true + core-js-pure: true + esbuild: true + unrs-resolver: true minimumReleaseAge: 1440 minimumReleaseAgeExclude: - - "@apify/*" - - "@crawlee/*" - - "apify" - - "apify-client" - - "crawlee" - - "got-scraping" + - "@apify/*" + - "@crawlee/*" + - "apify" + - "apify-client" + - "crawlee" + - "got-scraping" + # Renovate security update: tar@7.5.16 + - tar@7.5.16 overrides: - tar: 7.5.15 + tar: 7.5.16 # Unfortunately, several parts of this project expect everything to be hoisted up in the node_modules directory... # And fixing it would take longer than just enabling this and shedding a tear nodeLinker: hoisted publicHoistPattern: - - "*" + - "*"