Skip to content

Conversation

@depfu
Copy link
Contributor

@depfu depfu bot commented Sep 12, 2024


🚨 Your current dependencies have known security vulnerabilities 🚨

This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!


Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ snyk (1.639.0 β†’ 1.1293.1) Β· Repo

Security Advisories 🚨

🚨 snyk Code Injection vulnerability

The package snyk before 1.1064.0 is vulnerable to Code Injection when analyzing a project. An attacker who can convince a user to scan a malicious project can include commands in a build file such as build.gradle or gradle-wrapper.jar, which will be executed with the privileges of the application. This vulnerability may be triggered when running the the CLI tool directly, or when running a scan with one of the IDE plugins that invoke the Snyk CLI. Successful exploitation of this issue would likely require some level of social engineering - to coerce an untrusted project to be downloaded and analyzed via the Snyk CLI or opened in an IDE where a Snyk IDE plugin is installed and enabled. Additionally, if the IDE has a Trust feature then the target folder must be marked as β€˜trusted’ in order to be vulnerable.

NOTE: This issue is independent of the one reported in CVE-2022-40764, and upgrading to a fixed version for this addresses that issue as well.

The affected IDE plugins and versions are:

  • VS Code - Affected: <=1.8.0, Fixed: 1.9.0
  • IntelliJ - Affected: <=2.4.47, Fixed: 2.4.48
  • Visual Studio - Affected: <=1.1.30, Fixed: 1.1.31
  • Eclipse - Affected: <=v20221115.132308, Fixed: All subsequent versions
  • Language Server - Affected: <=v20221109.114426, Fixed: All subsequent versions

🚨 Snyk plugins vulnerable to Command Injection

The package snyk before 1.1064.0; the package snyk-mvn-plugin before 2.31.3; the package snyk-gradle-plugin before 3.24.5; the package @snyk/snyk-cocoapods-plugin before 2.5.3; the package snyk-sbt-plugin before 2.16.2; the package snyk-python-plugin before 1.24.2; the package snyk-docker-plugin before 5.6.5; the package @snyk/snyk-hex-plugin before 1.1.6 are vulnerable to Command Injection due to an incomplete fix for CVE-2022-40764. A successful exploit allows attackers to run arbitrary commands on the host system where the Snyk CLI is installed by passing in crafted command line flags. In order to exploit this vulnerability, a user would have to execute the snyk test command on untrusted files. In most cases, an attacker positioned to control the command line arguments to the Snyk CLI would already be positioned to execute arbitrary commands. However, this could be abused in specific scenarios, such as continuous integration pipelines, where developers can control the arguments passed to the Snyk CLI to leverage this component as part of a wider attack against an integration/build pipeline. This issue has been addressed in the latest Snyk Docker images available at https://hub.docker.com/r/snyk/snyk as of 2022-11-29. Images downloaded and built prior to that date should be updated. The issue has also been addressed in the Snyk TeamCity CI/CD plugin as of version v20221130.093605.

🚨 Snyk CLI affected by Command Injection vulnerability

Snyk CLI before 1.996.0 allows arbitrary command execution, affecting Snyk IDE plugins and the snyk npm package. Exploitation could follow from the common practice of viewing untrusted files in the Visual Studio Code editor, for example. The original demonstration was with shell metacharacters in the vendor.json ignore field, affecting snyk-go-plugin before 1.19.1. This affects, for example, the Snyk TeamCity plugin (which does not update automatically) before 20220930.142957.

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ boolean (indirect, 3.1.2 β†’ 3.2.0) Β· Repo Β· Changelog

Release Notes

3.2.0 (from changelog)

Features

3.1.4 (from changelog)

Bug Fixes

  • Downgrade workflows to Node 14. (#319) (072b068)
  • Rollback versions and remove engines field. (#318) (145dfcf)

3.1.3 (from changelog)

Bug Fixes

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ define-properties (indirect, 1.1.3 β†’ 1.2.1) Β· Repo Β· Changelog

Release Notes

1.2.1 (from changelog)

Commits

  • [Refactor] use define-data-property e7782a7
  • [actions] use reusable rebase action cd249c3
  • [Dev Deps] update @ljharb/eslint-config, aud, tape 8205f97

1.2.0 (from changelog)

Commits

  • [New] if the predicate is boolean true, it compares the existing value with === as the predicate d8dd6fc
  • [meta] add auto-changelog 7ebe2b0
  • [meta] use npmignore to autogenerate an npmignore file 647478a
  • [Dev Deps] update @ljharb/eslint-config, aud, tape e620d70
  • [Dev Deps] update aud, tape f1e5072
  • [actions] update checkout action 628b3af

1.1.4 (from changelog)

  • [Refactor] use has-property-descriptors
  • [readme] add github actions/codecov badges
  • [Docs] fix header parsing; remove testling
  • [Deps] update object-keys
  • [meta] use prepublishOnly script for npm 7+
  • [meta] add funding field; create FUNDING.yml
  • [actions] add "Allow Edits" workflow; automatic rebasing / merge commit blocking
  • [actions] reuse common workflows
  • [actions] update codecov uploader
  • [actions] use node/install instead of node/run; use codecov action
  • [Tests] migrate tests to Github Actions
  • [Tests] run nyc on all tests; use tape runner
  • [Tests] use shared travis-ci config
  • [Tests] use npx aud instead of nsp or npm audit with hoops
  • [Tests] remove jscs
  • [Dev Deps] update eslint, @ljharb/eslint-config, safe-publish-latest, tape; add aud, safe-publish-latest

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ escape-string-regexp (indirect, 1.0.5 β†’ 4.0.0) Β· Repo

Release Notes

4.0.0

Breaking

  • Escape - in a way that’s compatible with PCRE (#23) ec45c70
    Shouldn't be breaking to most users, but if you depend on the exact output, it slightly changed.

v3.0.0...v4.0.0

3.0.0

Breaking

  • Require Node.js 10 70deac5
  • Escape - in a way that’s compatible with Unicode patterns (#21) 732905d

v2.0.0...v3.0.0

2.0.0

Breaking:

Enhancements:

v1.0.5...v2.0.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ function-bind (indirect, 1.1.1 β†’ 1.1.2) Β· Repo Β· Changelog

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ get-intrinsic (indirect, 1.1.1 β†’ 1.2.4) Β· Repo Β· Changelog

Release Notes

1.2.4 (from changelog)

Commits

  • [Refactor] use all 7 <+ ES6 Errors from es-errors bcac811

1.2.3 (from changelog)

Commits

  • [Refactor] use es-errors, so things that only need those do not need get-intrinsic f11db9c
  • [Dev Deps] update aud, es-abstract, mock-property, npmignore b7ac7d1
  • [meta] simplify exports faa0cc6
  • [meta] add missing engines.node 774dd0b
  • [Dev Deps] update tape 5828e8e
  • [Robustness] use null objects for lookups eb9a11f
  • [meta] add sideEffects flag 89bcc7a

1.2.2 (from changelog)

Commits

  • [Dev Deps] update @ljharb/eslint-config, aud, call-bind, es-abstract, mock-property, object-inspect, tape f51bcf2
  • [Refactor] use hasown instead of has 18d14b7
  • [Deps] update function-bind 6e109c8

1.2.1 (from changelog)

Commits

  • [Fix] avoid a crash in envs without __proto__ 7bad8d0
  • [Dev Deps] update es-abstract c60e6b7

1.2.0 (from changelog)

Commits

  • [actions] update checkout action ca6b12f
  • [Dev Deps] update @ljharb/eslint-config, es-abstract, object-inspect, tape 41a3727
  • [Fix] ensure Error.prototype is undeniable c511e97
  • [Dev Deps] update aud, es-abstract, tape 1bef8a8
  • [Dev Deps] update aud, es-abstract 0d41f16
  • [New] add BigInt64Array and BigUint64Array a6cca25
  • [Tests] use gopd ecf7722

1.1.3 (from changelog)

Commits

  • [Dev Deps] update es-abstract, es-value-fixtures, tape 07ff291
  • [Fix] properly check for % signs 50ac176

1.1.2 (from changelog)

Fixed

  • [Fix] properly validate against extra % signs #16

Commits

  • [actions] reuse common workflows 0972547
  • [meta] use npmignore to autogenerate an npmignore file 5ba0b51
  • [actions] use node/install instead of node/run; use codecov action c364492
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog, es-abstract, object-inspect, tape dc04dad
  • [Dev Deps] update eslint, @ljharb/eslint-config, es-abstract, object-inspect, safe-publish-latest, tape 1c14059
  • [Tests] use mock-property b396ef0
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog, object-inspect, tape c2c758d
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, es-abstract, es-value-fixtures, object-inspect, tape 29e3c09
  • [actions] update codecov uploader 8cbc141
  • [Dev Deps] update @ljharb/eslint-config, es-abstract, es-value-fixtures, object-inspect, tape 10b6f5c
  • [readme] add github actions/codecov badges 4e25400
  • [Tests] use for-each instead of foreach c05b957
  • [Dev Deps] update es-abstract 29b05ae
  • [meta] use prepublishOnly script for npm 7+ 95c285d
  • [Deps] update has-symbols 593cb4f
  • [readme] fix repo URLs 1c8305b
  • [Deps] update has-symbols c7138b6
  • [Dev Deps] remove unused has-bigints bd63aff

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ global-agent (indirect, 2.2.0 β†’ 3.0.0) Β· Repo

Release Notes

3.0.0

3.0.0 (2021-07-23)

Bug Fixes

  • remove unused core-js dependency to shrink the package by 80+% (ee7d160)

BREAKING CHANGES

  • Shouldn't be a breaking change. Bumping major version as a precaution.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ globalthis (indirect, 1.0.2 β†’ 1.0.4) Β· Repo Β· Changelog

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ has-symbols (indirect, 1.0.2 β†’ 1.0.3) Β· Repo Β· Changelog

Release Notes

1.0.3 (from changelog)

Commits

  • [actions] use node/install instead of node/run; use codecov action 518b28f
  • [meta] add bugs and homepage fields; reorder package.json c480b13
  • [actions] reuse common workflows 01d0ee0
  • [actions] update codecov uploader 6424ebe
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog, tape dfa7e7f
  • [Dev Deps] update eslint, @ljharb/eslint-config, safe-publish-latest, tape 0c8d436
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, tape 9026554
  • [readme] add actions and codecov badges eaa9682
  • [Dev Deps] update eslint, tape bc7a3ba
  • [Dev Deps] update eslint, auto-changelog 0ace00a
  • [meta] use prepublishOnly script for npm 7+ 093f72b
  • [Tests] test on all 16 minors 9b80d3d

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ semver (indirect, 6.3.0 β†’ 7.6.3) Β· Repo Β· Changelog

Security Advisories 🚨

🚨 semver vulnerable to Regular Expression Denial of Service

Versions of the package semver before 7.5.2 on the 7.x branch, before 6.3.1 on the 6.x branch, and all other versions before 5.7.2 are vulnerable to Regular Expression Denial of Service (ReDoS) via the function new Range, when untrusted user data is provided as a range.

🚨 semver vulnerable to Regular Expression Denial of Service

Versions of the package semver before 7.5.2 on the 7.x branch, before 6.3.1 on the 6.x branch, and all other versions before 5.7.2 are vulnerable to Regular Expression Denial of Service (ReDoS) via the function new Range, when untrusted user data is provided as a range.

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ sprintf-js (indirect, 1.1.2 β†’ 1.1.3) Β· Repo Β· Changelog

Release Notes

1.1.3 (from changelog)

  • fix LICENSE name

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

⁉️ type-fest (downgrade, 0.21.3 β†’ 0.13.1) Β· Repo

Release Notes

Too many releases to show here. View the full release notes.

Sorry, we couldn't find anything useful about this release.

πŸ†• @​sentry-internal/tracing (added, 7.119.0)

πŸ†• @​sentry/core (added, 7.119.0)

πŸ†• @​sentry/integrations (added, 7.119.0)

πŸ†• @​sentry/node (added, 7.119.0)

πŸ†• @​sentry/types (added, 7.119.0)

πŸ†• @​sentry/utils (added, 7.119.0)

πŸ†• define-data-property (added, 1.1.4)

πŸ†• es-define-property (added, 1.0.0)

πŸ†• es-errors (added, 1.3.0)

πŸ†• gopd (added, 1.0.1)

πŸ†• has-property-descriptors (added, 1.0.2)

πŸ†• has-proto (added, 1.0.3)

πŸ†• hasown (added, 2.0.2)

πŸ†• localforage (added, 1.10.0)

πŸ—‘οΈ @​arcanis/slice-ansi (removed)

πŸ—‘οΈ @​deepcode/dcignore (removed)

πŸ—‘οΈ @​nodelib/fs.scandir (removed)

πŸ—‘οΈ @​nodelib/fs.stat (removed)

πŸ—‘οΈ @​nodelib/fs.walk (removed)

πŸ—‘οΈ @​octetstream/promisify (removed)

πŸ—‘οΈ @​open-policy-agent/opa-wasm (removed)

πŸ—‘οΈ @​sindresorhus/is (removed)

πŸ—‘οΈ @​snyk/child-process (removed)

πŸ—‘οΈ @​snyk/cli-interface (removed)

πŸ—‘οΈ @​snyk/cloud-config-parser (removed)

πŸ—‘οΈ @​snyk/cocoapods-lockfile-parser (removed)

πŸ—‘οΈ @​snyk/code-client (removed)

πŸ—‘οΈ @​snyk/composer-lockfile-parser (removed)

πŸ—‘οΈ @​snyk/dep-graph (removed)

πŸ—‘οΈ @​snyk/docker-registry-v2-client (removed)

πŸ—‘οΈ @​snyk/fast-glob (removed)

πŸ—‘οΈ @​snyk/fix (removed)

πŸ—‘οΈ @​snyk/fix-pipenv-pipfile (removed)

πŸ—‘οΈ @​snyk/fix-poetry (removed)

πŸ—‘οΈ @​snyk/gemfile (removed)

πŸ—‘οΈ @​snyk/glob-parent (removed)

πŸ—‘οΈ @​snyk/graphlib (removed)

πŸ—‘οΈ @​snyk/inquirer (removed)

πŸ—‘οΈ @​snyk/java-call-graph-builder (removed)

πŸ—‘οΈ @​snyk/mix-parser (removed)

πŸ—‘οΈ @​snyk/rpm-parser (removed)

πŸ—‘οΈ @​snyk/snyk-cocoapods-plugin (removed)

πŸ—‘οΈ @​snyk/snyk-docker-pull (removed)

πŸ—‘οΈ @​snyk/snyk-hex-plugin (removed)

πŸ—‘οΈ @​szmarczak/http-timer (removed)

πŸ—‘οΈ @​types/cacheable-request (removed)

πŸ—‘οΈ @​types/debug (removed)

πŸ—‘οΈ @​types/emscripten (removed)

πŸ—‘οΈ @​types/flat-cache (removed)

πŸ—‘οΈ @​types/graphlib (removed)

πŸ—‘οΈ @​types/http-cache-semantics (removed)

πŸ—‘οΈ @​types/js-yaml (removed)

πŸ—‘οΈ @​types/keyv (removed)

πŸ—‘οΈ @​types/lodash (removed)

πŸ—‘οΈ @​types/lodash.chunk (removed)

πŸ—‘οΈ @​types/lodash.omit (removed)

πŸ—‘οΈ @​types/lodash.union (removed)

πŸ—‘οΈ @​types/minimatch (removed)

πŸ—‘οΈ @​types/node (removed)

πŸ—‘οΈ @​types/responselike (removed)

πŸ—‘οΈ @​types/sarif (removed)

πŸ—‘οΈ @​types/semver (removed)

πŸ—‘οΈ @​types/treeify (removed)

πŸ—‘οΈ @​types/uuid (removed)

πŸ—‘οΈ @​yarnpkg/core (removed)

πŸ—‘οΈ @​yarnpkg/fslib (removed)

πŸ—‘οΈ @​yarnpkg/json-proxy (removed)

πŸ—‘οΈ @​yarnpkg/libzip (removed)

πŸ—‘οΈ @​yarnpkg/lockfile (removed)

πŸ—‘οΈ @​yarnpkg/parsers (removed)

πŸ—‘οΈ @​yarnpkg/pnp (removed)

πŸ—‘οΈ @​yarnpkg/shell (removed)

πŸ—‘οΈ abbrev (removed)

πŸ—‘οΈ aggregate-error (removed)

πŸ—‘οΈ ansi-align (removed)

πŸ—‘οΈ ansi-escapes (removed)

πŸ—‘οΈ ansi-regex (removed)

πŸ—‘οΈ ansi-styles (removed)

πŸ—‘οΈ ansicolors (removed)

πŸ—‘οΈ any-promise (removed)

πŸ—‘οΈ archy (removed)

πŸ—‘οΈ argparse (removed)

πŸ—‘οΈ array-differ (removed)

πŸ—‘οΈ array-union (removed)

πŸ—‘οΈ arrify (removed)

πŸ—‘οΈ asap (removed)

πŸ—‘οΈ async (removed)

πŸ—‘οΈ axios (removed)

πŸ—‘οΈ balanced-match (removed)

πŸ—‘οΈ base64-js (removed)

πŸ—‘οΈ binjumper (removed)

πŸ—‘οΈ bl (removed)

πŸ—‘οΈ bottleneck (removed)

πŸ—‘οΈ boxen (removed)

πŸ—‘οΈ brace-expansion (removed)

πŸ—‘οΈ braces (removed)

πŸ—‘οΈ browserify-zlib (removed)

πŸ—‘οΈ buffer (removed)

πŸ—‘οΈ buffer-from (removed)

πŸ—‘οΈ cacheable-lookup (removed)

πŸ—‘οΈ cacheable-request (removed)

πŸ—‘οΈ call-bind (removed)

πŸ—‘οΈ camelcase (removed)

πŸ—‘οΈ chalk (removed)

πŸ—‘οΈ chardet (removed)

πŸ—‘οΈ child-process (removed)

πŸ—‘οΈ chownr (removed)

πŸ—‘οΈ ci-info (removed)

πŸ—‘οΈ clean-stack (removed)

πŸ—‘οΈ cli-boxes (removed)

πŸ—‘οΈ cli-cursor (removed)

πŸ—‘οΈ cli-spinner (removed)

πŸ—‘οΈ cli-spinners (removed)

πŸ—‘οΈ cli-width (removed)

πŸ—‘οΈ clipanion (removed)

πŸ—‘οΈ clone (removed)

πŸ—‘οΈ clone-response (removed)

πŸ—‘οΈ color-convert (removed)

πŸ—‘οΈ color-name (removed)

πŸ—‘οΈ concat-map (removed)

πŸ—‘οΈ configstore (removed)

πŸ—‘οΈ core-js (removed)

πŸ—‘οΈ cross-spawn (removed)

πŸ—‘οΈ crypto-random-string (removed)

πŸ—‘οΈ debug (removed)

πŸ—‘οΈ decompress-response (removed)

πŸ—‘οΈ deep-extend (removed)

πŸ—‘οΈ defaults (removed)

πŸ—‘οΈ defer-to-connect (removed)

πŸ—‘οΈ del (removed)

πŸ—‘οΈ diff (removed)

πŸ—‘οΈ dir-glob (removed)

πŸ—‘οΈ docker-modem (removed)

πŸ—‘οΈ dockerfile-ast (removed)

πŸ—‘οΈ dot-prop (removed)

πŸ—‘οΈ dotnet-deps-parser (removed)

πŸ—‘οΈ duplexer3 (removed)

πŸ—‘οΈ duplexify (removed)

πŸ—‘οΈ elfy (removed)

πŸ—‘οΈ email-validator (removed)

πŸ—‘οΈ emoji-regex (removed)

πŸ—‘οΈ end-of-stream (removed)

πŸ—‘οΈ endian-reader (removed)

πŸ—‘οΈ escape-goat (removed)

πŸ—‘οΈ esprima (removed)

πŸ—‘οΈ event-loop-spinner (removed)

πŸ—‘οΈ execa (removed)

πŸ—‘οΈ external-editor (removed)

πŸ—‘οΈ fast-glob (removed)

πŸ—‘οΈ fastq (removed)

πŸ—‘οΈ figures (removed)

πŸ—‘οΈ fill-range (removed)

πŸ—‘οΈ follow-redirects (removed)

πŸ—‘οΈ fs-constants (removed)

πŸ—‘οΈ fs-minipass (removed)

πŸ—‘οΈ fs.realpath (removed)

πŸ—‘οΈ get-stream (removed)

πŸ—‘οΈ glob (removed)

πŸ—‘οΈ glob-parent (removed)

πŸ—‘οΈ global-dirs (removed)

πŸ—‘οΈ globby (removed)

πŸ—‘οΈ got (removed)

πŸ—‘οΈ graceful-fs (removed)

πŸ—‘οΈ grapheme-splitter (removed)

πŸ—‘οΈ gunzip-maybe (removed)

πŸ—‘οΈ has (removed)

πŸ—‘οΈ has-flag (removed)

πŸ—‘οΈ has-yarn (removed)

πŸ—‘οΈ hosted-git-info (removed)

πŸ—‘οΈ http-cache-semantics (removed)

πŸ—‘οΈ http2-wrapper (removed)

πŸ—‘οΈ iconv-lite (removed)

πŸ—‘οΈ ieee754 (removed)

πŸ—‘οΈ ignore (removed)

πŸ—‘οΈ import-lazy (removed)

πŸ—‘οΈ imurmurhash (removed)

πŸ—‘οΈ indent-string (removed)

πŸ—‘οΈ inflight (removed)

πŸ—‘οΈ ini (removed)

πŸ—‘οΈ is (removed)

πŸ—‘οΈ is-callable (removed)

πŸ—‘οΈ is-ci (removed)

πŸ—‘οΈ is-deflate (removed)

πŸ—‘οΈ is-docker (removed)

πŸ—‘οΈ is-extglob (removed)

πŸ—‘οΈ is-fullwidth-code-point (removed)

πŸ—‘οΈ is-glob (removed)

πŸ—‘οΈ is-gzip (removed)

πŸ—‘οΈ is-installed-globally (removed)

πŸ—‘οΈ is-interactive (removed)

πŸ—‘οΈ is-npm (removed)

πŸ—‘οΈ is-number (removed)

πŸ—‘οΈ is-obj (removed)

πŸ—‘οΈ is-path-cwd (removed)

πŸ—‘οΈ is-path-inside (removed)

πŸ—‘οΈ is-stream (removed)

πŸ—‘οΈ is-unicode-supported (removed)

πŸ—‘οΈ is-wsl (removed)

πŸ—‘οΈ is-yarn-global (removed)

πŸ—‘οΈ isarray (removed)

πŸ—‘οΈ isexe (removed)

πŸ—‘οΈ js-yaml (removed)

πŸ—‘οΈ json-buffer (removed)

πŸ—‘οΈ json-file-plus (removed)

πŸ—‘οΈ jszip (removed)

πŸ—‘οΈ keyv (removed)

πŸ—‘οΈ latest-version (removed)

πŸ—‘οΈ lodash (removed)

πŸ—‘οΈ lodash.assign (removed)

πŸ—‘οΈ lodash.camelcase (removed)

πŸ—‘οΈ lodash.chunk (removed)

πŸ—‘οΈ lodash.clone (removed)

πŸ—‘οΈ lodash.clonedeep (removed)

πŸ—‘οΈ lodash.constant (removed)

πŸ—‘οΈ lodash.find (removed)

πŸ—‘οΈ lodash.findindex (removed)

πŸ—‘οΈ lodash.findkey (removed)

πŸ—‘οΈ lodash.flatmap (removed)

πŸ—‘οΈ lodash.flattendeep (removed)

πŸ—‘οΈ lodash.get (removed)

πŸ—‘οΈ lodash.groupby (removed)

πŸ—‘οΈ lodash.has (removed)

πŸ—‘οΈ lodash.invert (removed)

πŸ—‘οΈ lodash.isboolean (removed)

πŸ—‘οΈ lodash.isempty (removed)

πŸ—‘οΈ lodash.isequal (removed)

πŸ—‘οΈ lodash.isfunction (removed)

πŸ—‘οΈ lodash.isnumber (removed)

πŸ—‘οΈ lodash.isobject (removed)

πŸ—‘οΈ lodash.isplainobject (removed)

πŸ—‘οΈ lodash.isstring (removed)

πŸ—‘οΈ lodash.isundefined (removed)

πŸ—‘οΈ lodash.keys (removed)

πŸ—‘οΈ lodash.last (removed)

πŸ—‘οΈ lodash.omit (removed)

πŸ—‘οΈ lodash.orderby (removed)

πŸ—‘οΈ lodash.set (removed)

πŸ—‘οΈ lodash.size (removed)

πŸ—‘οΈ lodash.sortby (removed)

πŸ—‘οΈ lodash.sum (removed)

πŸ—‘οΈ lodash.topairs (removed)

πŸ—‘οΈ lodash.transform (removed)

πŸ—‘οΈ lodash.union (removed)

πŸ—‘οΈ lodash.uniq (removed)

πŸ—‘οΈ lodash.upperfirst (removed)

πŸ—‘οΈ lodash.values (removed)

πŸ—‘οΈ log-symbols (removed)

πŸ—‘οΈ lowercase-keys (removed)

πŸ—‘οΈ lru-cache (removed)

πŸ—‘οΈ macos-release (removed)

πŸ—‘οΈ make-dir (removed)

πŸ—‘οΈ merge2 (removed)

πŸ—‘οΈ micromatch (removed)

πŸ—‘οΈ mimic-fn (removed)

πŸ—‘οΈ mimic-response (removed)

πŸ—‘οΈ minimatch (removed)

πŸ—‘οΈ minimist (removed)

πŸ—‘οΈ minipass (removed)

πŸ—‘οΈ minizlib (removed)

πŸ—‘οΈ ms (removed)

πŸ—‘οΈ multimatch (removed)

πŸ—‘οΈ mute-stream (removed)

πŸ—‘οΈ needle (removed)

πŸ—‘οΈ nice-try (removed)

πŸ—‘οΈ node.extend (removed)

πŸ—‘οΈ normalize-url (removed)

πŸ—‘οΈ npm-run-path (removed)

πŸ—‘οΈ object-hash (removed)

πŸ—‘οΈ object.assign (removed)

πŸ—‘οΈ once (removed)

πŸ—‘οΈ onetime (removed)

πŸ—‘οΈ open (removed)

πŸ—‘οΈ ora (removed)

πŸ—‘οΈ os-name (removed)

πŸ—‘οΈ os-tmpdir (removed)

πŸ—‘οΈ p-cancelable (removed)

πŸ—‘οΈ p-finally (removed)

πŸ—‘οΈ p-limit (removed)

πŸ—‘οΈ p-map (removed)

πŸ—‘οΈ p-try (removed)

πŸ—‘οΈ package-json (removed)

πŸ—‘οΈ pako (removed)

πŸ—‘οΈ parse-link-header (removed)

πŸ—‘οΈ path-is-absolute (removed)

πŸ—‘οΈ path-key (removed)

πŸ—‘οΈ path-type (removed)

πŸ—‘οΈ peek-stream (removed)

πŸ—‘οΈ picomatch (removed)

πŸ—‘οΈ pluralize (removed)

πŸ—‘οΈ prepend-http (removed)

πŸ—‘οΈ prettier (removed)

πŸ—‘οΈ pretty-bytes (removed)

πŸ—‘οΈ process-nextick-args (removed)

πŸ—‘οΈ progress (removed)

πŸ—‘οΈ promise (removed)

πŸ—‘οΈ promise-deferred (removed)

πŸ—‘οΈ promise-fs (removed)

πŸ—‘οΈ promise-queue (removed)

πŸ—‘οΈ promiseback (removed)

πŸ—‘οΈ proxy-from-env (removed)

πŸ—‘οΈ pseudomap (removed)

πŸ—‘οΈ pump (removed)

πŸ—‘οΈ pumpify (removed)

πŸ—‘οΈ pupa (removed)

πŸ—‘οΈ queue (removed)

πŸ—‘οΈ queue-microtask (removed)

πŸ—‘οΈ quick-lru (removed)

πŸ—‘οΈ rc (removed)

πŸ—‘οΈ registry-auth-token (removed)

πŸ—‘οΈ registry-url (removed)

πŸ—‘οΈ resolve-alpn (removed)

πŸ—‘οΈ responselike (removed)

πŸ—‘οΈ restore-cursor (removed)

πŸ—‘οΈ reusify (removed)

πŸ—‘οΈ rimraf (removed)

πŸ—‘οΈ run-async (removed)

πŸ—‘οΈ run-parallel (removed)

πŸ—‘οΈ rxjs (removed)

πŸ—‘οΈ sax (removed)

πŸ—‘οΈ semver-diff (removed)

πŸ—‘οΈ set-immediate-shim (removed)

πŸ—‘οΈ shebang-command (removed)

πŸ—‘οΈ shebang-regex (removed)

πŸ—‘οΈ signal-exit (removed)

πŸ—‘οΈ slash (removed)

πŸ—‘οΈ snyk-config (removed)

πŸ—‘οΈ snyk-cpp-plugin (removed)

πŸ—‘οΈ snyk-docker-plugin (removed)

πŸ—‘οΈ snyk-go-parser (removed)

πŸ—‘οΈ snyk-go-plugin (removed)

πŸ—‘οΈ snyk-gradle-plugin (removed)

πŸ—‘οΈ snyk-module (removed)

πŸ—‘οΈ snyk-mvn-plugin (removed)

πŸ—‘οΈ snyk-nodejs-lockfile-parser (removed)

πŸ—‘οΈ snyk-nuget-plugin (removed)

πŸ—‘οΈ snyk-paket-parser (removed)

πŸ—‘οΈ snyk-php-plugin (removed)

πŸ—‘οΈ snyk-poetry-lockfile-parser (removed)

πŸ—‘οΈ snyk-policy (removed)

πŸ—‘οΈ snyk-python-plugin (removed)

πŸ—‘οΈ snyk-resolve (removed)

πŸ—‘οΈ snyk-resolve-deps (removed)

πŸ—‘οΈ snyk-sbt-plugin (removed)

πŸ—‘οΈ snyk-tree (removed)

πŸ—‘οΈ snyk-try-require (removed)

πŸ—‘οΈ source-map (removed)

πŸ—‘οΈ source-map-support (removed)

πŸ—‘οΈ split-ca (removed)

πŸ—‘οΈ ssh2 (removed)

πŸ—‘οΈ ssh2-streams (removed)

πŸ—‘οΈ stream-buffers (removed)

πŸ—‘οΈ stream-shift (removed)

πŸ—‘οΈ stream-to-array (removed)

πŸ—‘οΈ stream-to-promise (removed)

πŸ—‘οΈ streamsearch (removed)

πŸ—‘οΈ string-width (removed)

πŸ—‘οΈ strip-ansi (removed)

πŸ—‘οΈ strip-eof (removed)

πŸ—‘οΈ strip-json-comments (removed)

πŸ—‘οΈ supports-color (removed)

πŸ—‘οΈ tar (removed)

πŸ—‘οΈ tar-stream (removed)

πŸ—‘οΈ temp-dir (removed)

πŸ—‘οΈ tempy (removed)

πŸ—‘οΈ then-fs (removed)

πŸ—‘οΈ through (removed)

πŸ—‘οΈ through2 (removed)

πŸ—‘οΈ tmp (removed)

πŸ—‘οΈ to-readable-stream (removed)

πŸ—‘οΈ to-regex-range (removed)

πŸ—‘οΈ toml (removed)

πŸ—‘οΈ tree-kill (removed)

πŸ—‘οΈ treeify (removed)

πŸ—‘οΈ tslib (removed)

πŸ—‘οΈ tunnel (removed)

πŸ—‘οΈ typedarray-to-buffer (removed)

πŸ—‘οΈ unique-string (removed)

πŸ—‘οΈ upath (removed)

πŸ—‘οΈ update-notifier (removed)

πŸ—‘οΈ url-parse-lax (removed)

πŸ—‘οΈ utf8 (removed)

πŸ—‘οΈ vscode-languageserver-types (removed)

πŸ—‘οΈ wcwidth (removed)

πŸ—‘οΈ which (removed)

πŸ—‘οΈ widest-line (removed)

πŸ—‘οΈ windows-release (removed)

πŸ—‘οΈ wrap-ansi (removed)

πŸ—‘οΈ wrappy (removed)

πŸ—‘οΈ write-file-atomic (removed)

πŸ—‘οΈ xdg-basedir (removed)

πŸ—‘οΈ xml-js (removed)

πŸ—‘οΈ xml2js (removed)

πŸ—‘οΈ xmlbuilder (removed)

πŸ—‘οΈ xtend (removed)

πŸ—‘οΈ yallist (removed)

πŸ—‘οΈ yaml (removed)

πŸ—‘οΈ yaml-js (removed)


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu
Copy link
Contributor Author

depfu bot commented Oct 24, 2024

Closed in favor of #4834.

@depfu depfu bot closed this Oct 24, 2024
@depfu depfu bot deleted the depfu/update/spider3/npm/snyk-1.1293.1 branch October 24, 2024 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant