Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the npm group with 17 updates #740

Closed
wants to merge 5 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 29, 2024

Bumps the npm group with 17 updates:

Package From To
detect-libc 2.0.0 2.0.3
https-proxy-agent 5.0.0 7.0.5
make-dir 3.1.0 5.0.0
node-fetch 2.6.7 3.3.2
nopt 5.0.0 7.2.1
npmlog 5.0.1 7.0.1
rimraf 5.0.5 5.0.7
semver 7.5.4 7.6.2
@mapbox/cloudfriend 5.1.0 8.1.0
@mapbox/eslint-config-mapbox 3.0.0 5.0.0
aws-sdk 2.1415.0 2.1651.0
eslint 7.32.0 9.6.0
nock 12.0.3 13.5.4
node-addon-api 4.3.0 8.0.0
nyc 15.1.0 17.0.0
tape 5.5.2 5.8.1
tar-fs 2.1.1 3.0.6

Updates detect-libc from 2.0.0 to 2.0.3

Commits
  • db8ea62 Release v2.0.3
  • 5e1482d Improve getReport performance (#21)
  • 2642d96 Improve filesystem-based detection of glibc (#22)
  • 2def922 CI: Latest Void Linux provides glibc 2.39
  • 646230f CI: bump unit test actions
  • 9117b83 Tests: include missing coverage in summary
  • e307a53 CI: Update integration test environments/expectations
  • 8cf409b chore: refactor by removing a couple variables (#20)
  • f0edbc8 Release v2.0.2
  • a3f3efb Add credit for e8c0afd
  • Additional commits viewable in compare view

Updates https-proxy-agent from 5.0.0 to 7.0.5

Release notes

Sourced from https-proxy-agent's releases.

https-proxy-agent@7.0.5

Patch Changes

  • 5908e84: Remove net.isIP() check for TLS servername

https-proxy-agent@7.0.4

Patch Changes

  • b88ab46: Import url instead of node:url 🤷‍♂️

https-proxy-agent@7.0.3

Patch Changes

  • c3c405e: Add missing URL type import

https-proxy-agent@7.0.2

Patch Changes

  • e625d10: Support SNI for proxy servers

https-proxy-agent@7.0.1

Patch Changes

  • 23fe1e3: Correct the header parsing logic to stop before the response content to avoid generating an exception.

https-proxy-agent@7.0.0

Major Changes

  • b3860aa: Remove secureProxy getter

    It was not meant to be a public property. If you were using it, just use agent.proxy.protocol === 'https:' instead.

https-proxy-agent@6.2.1

Patch Changes

  • 0b8a0b7: Properly reject errors during proxy CONNECT response

https-proxy-agent@6.2.0

Minor Changes

  • 8ff9faa: "headers" option can now be a function

Patch Changes

  • Updated dependencies [66b4c63]
    • agent-base@7.0.2

https-proxy-agent@6.1.0

Minor Changes

... (truncated)

Changelog

Sourced from https-proxy-agent's changelog.

7.0.5

Patch Changes

  • 5908e84: Remove net.isIP() check for TLS servername

7.0.4

Patch Changes

  • b88ab46: Import url instead of node:url 🤷‍♂️

7.0.3

Patch Changes

  • c3c405e: Add missing URL type import

7.0.2

Patch Changes

  • e625d10: Support SNI for proxy servers

7.0.1

Patch Changes

  • 23fe1e3: Correct the header parsing logic to stop before the response content to avoid generating an exception.

7.0.0

Major Changes

  • b3860aa: Remove secureProxy getter

    It was not meant to be a public property. If you were using it, just use agent.proxy.protocol === 'https:' instead.

6.2.1

Patch Changes

  • 0b8a0b7: Properly reject errors during proxy CONNECT response

6.2.0

Minor Changes

  • 8ff9faa: "headers" option can now be a function

... (truncated)

Commits

Updates make-dir from 3.1.0 to 5.0.0

Release notes

Sourced from make-dir's releases.

v5.0.0

Breaking

  • Require Node.js 18 120a81e
  • This package is now pure ESM. Please read this.
  • Changed from default export to named exports:
    • require('make-dir')import {makeDirectory} from 'make-dir'
    • require('make-dir').syncimport {makeDirectorySync} from 'make-dir'

sindresorhus/make-dir@v4.0.0...v5.0.0

v4.0.0

Breaking

  • Require Node.js 10 (#32) 064e92d

Improvements

  • Update dependencies c419a8a

sindresorhus/make-dir@v3.1.0...v4.0.0

Commits

Updates node-fetch from 2.6.7 to 3.3.2

Release notes

Sourced from node-fetch's releases.

v3.3.2

3.3.2 (2023-07-25)

Bug Fixes

v3.3.1

3.3.1 (2023-03-11)

Bug Fixes

  • release "Allow URL class object as an argument for fetch()" #1696 (#1716) (7b86e94)

v3.3.0

3.3.0 (2022-11-10)

Features

v3.2.10

3.2.10 (2022-07-31)

Bug Fixes

v3.2.9

3.2.9 (2022-07-18)

Bug Fixes

  • Headers: don't forward secure headers on protocol change (#1599) (e87b093)

v3.2.8

3.2.8 (2022-07-12)

Bug Fixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by node-fetch-bot, a new releaser for node-fetch since your current version.


Updates nopt from 5.0.0 to 7.2.1

Release notes

Sourced from nopt's releases.

v7.2.1

7.2.1 (2024-05-04)

Bug Fixes

Chores

v7.2.0

7.2.0 (2023-06-15)

Features

Bug Fixes

v7.1.0

7.1.0 (2023-03-08)

Features

Bug Fixes

v7.0.0

7.0.0 (2022-11-02)

⚠️ BREAKING CHANGES

  • nopt is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

Dependencies

... (truncated)

Changelog

Sourced from nopt's changelog.

7.2.1 (2024-05-04)

Bug Fixes

Chores

7.2.0 (2023-06-15)

Features

Bug Fixes

7.1.0 (2023-03-08)

Features

Bug Fixes

7.0.0 (2022-11-02)

⚠️ BREAKING CHANGES

  • nopt is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

Dependencies

6.0.0 (2022-07-20)

... (truncated)

Commits
  • 6d33cd7 chore: release 7.2.1 (#161)
  • 2fb2144 fix(linting): no-unused-vars
  • 0aa1d01 chore: postinstall for dependabot template-oss PR
  • 2bdcfcb chore: bump @​npmcli/template-oss to 4.22.0
  • c861607 chore: postinstall for dependabot template-oss PR
  • 28cb4e1 chore: bump @​npmcli/template-oss from 4.21.3 to 4.21.4
  • 55147ac chore: postinstall for dependabot template-oss PR
  • 918abd6 chore: bump @​npmcli/template-oss from 4.21.1 to 4.21.3
  • 579a1d4 chore: postinstall for dependabot template-oss PR
  • 66bd991 chore: bump @​npmcli/template-oss from 4.19.0 to 4.21.1
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by npm-cli-ops, a new releaser for nopt since your current version.


Updates npmlog from 5.0.1 to 7.0.1

Release notes

Sourced from npmlog's releases.

v7.0.1

7.0.1 (2022-10-19)

Bug Fixes

v7.0.0

7.0.0 (2022-10-14)

⚠️ BREAKING CHANGES

  • npmlog is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

Dependencies

v6.0.2

6.0.2 (2022-04-20)

Dependencies

  • update gauge requirement from ^4.0.0 to ^4.0.1 (cf52b06)
  • update gauge requirement from ^4.0.1 to ^4.0.2 (#96) (53063a9)
  • update gauge requirement from ^4.0.2 to ^4.0.3 (#101) (929686c)

npmlog v6.0.1

Bug Fixes

  • evaluate this.heading only once (3633d33)
  • notice: change blue foreground to cyan (eba1a41)

Dependencies

v5.0.1

  • update are-we-there-yet to v2.0.0.

... (truncated)

Changelog

Sourced from npmlog's changelog.

7.0.1 (2022-10-19)

Bug Fixes

7.0.0 (2022-10-14)

⚠️ BREAKING CHANGES

  • npmlog is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

Dependencies

6.0.2 (2022-04-20)

Dependencies

  • update gauge requirement from ^4.0.0 to ^4.0.1 (cf52b06)
  • update gauge requirement from ^4.0.1 to ^4.0.2 (#96) (53063a9)
  • update gauge requirement from ^4.0.2 to ^4.0.3 (#101) (929686c)

v6.0.0

  • Drop support for node 10 and non-lts versions of 12 and 14

6.0.1 (2022-02-09)

Bug Fixes

  • evaluate this.heading only once (3633d33)
  • notice: change blue foreground to cyan (eba1a41)

Dependencies

Commits
  • ae1f107 chore: release 7.0.1 (#134)
  • add709d fix: do not enable progress while paused
  • 35651cf chore: postinstall for dependabot template-oss PR
  • 40ea375 chore: bump @​npmcli/template-oss from 4.5.1 to 4.6.1
  • 040c663 chore: release 7.0.0 (#123)
  • 47f4fb1 chore: bump @​npmcli/eslint-config from 3.1.0 to 4.0.0
  • 01dd16e deps: bump gauge from 4.0.4 to 5.0.0
  • f896c8e deps: bump are-we-there-yet from 3.0.1 to 4.0.0
  • 92546b8 chore: postinstall for dependabot template-oss PR
  • 33b83ef chore: bump @​npmcli/template-oss from 4.4.4 to 4.5.1
  • Additional commits viewable in compare view

Updates rimraf from 5.0.5 to 5.0.7

Commits

Updates semver from 7.5.4 to 7.6.2

Release notes

Sourced from semver's releases.

v7.6.2

7.6.2 (2024-05-09)

Bug Fixes

v7.6.1

7.6.1 (2024-05-04)

Bug Fixes

Dependencies

Chores

v7.6.0

7.6.0 (2024-01-31)

Features

Chores

... (truncated)

Changelog

Sourced from semver's changelog.

7.6.2 (2024-05-09)

Bug Fixes

7.6.1 (2024-05-04)

Bug Fixes

Dependencies

Chores

7.6.0 (2024-01-31)

Features

Chores

Commits
  • eb1380b chore: release 7.6.2 (#714)
  • 6466ba9 fix(lru): use map.delete() directly (#713)
  • d777418 chore: release 7.6.1 (#706)
  • 988a8de deps: uninstall lru-cache (#709)
  • 5feeb7f chore: postinstall for dependabot template-oss PR
  • dd09b60 chore: bump @​npmcli/template-oss to 4.22.0
  • c570a34 fix(linting): no-unused-vars
  • ad8ff11 fix: use internal cache implementation
  • 3fabe4d deps: remove lru-cache
  • ec49cdc chore: chore: chore: postinstall for dependabot template-oss PR
  • Additional commits viewable in compare view

Updates @mapbox/cloudfriend from 5.1.0 to 8.1.0

Changelog

Sourced from @​mapbox/cloudfriend's changelog.

8.1.0

  • Allow FilterCriteria property to be defined for Stream Lambda shortcuts

8.0.0

  • Updates cf.shortcuts.ScheduledLambda to use EventBridge Scheduler instead of EventBridge Rules to schedule lambda invocations. When using this version your template will have the following changes per scheduled lambda instance,
Add     <LogicalNamePrefix>SchedulerRole  AWS::IAM::Role
Add     <LogicalNamePrefix>Scheduler      AWS::Scheduler::Schedule
Remove  <LogicalNamePrefix>Permission     AWS::Lambda::Permission
Remove  <LogicalNamePrefix>Schedule       AWS::Events::Rule

Note the service role (AWS::IAM::Role) will automatically be created for the AWS::Scheduler::Schedule resource if you do not specify property ScheduleRoleArn in the shortcut.

When you make this update, you will no longer see a trigger on your scheduled lambda. The schedule can be viewed in EventBridge schedules.

7.1.0

v7.0.1

  • Fixes hookshot.Passthrough and hookshot.Github shortcuts where inline code lambdas were using AWS SDK v2 while the lambda default runtime is nodejs18.x, by switching to AWS SDK v3.
  • Updates hookshot.Passthrough and hookshot.Github shortcuts to only use nodejs versions 18 or higher for there inline code lambdas.

v7.0.0

  • Updates default node runtime for lambda shortcuts to node18.x.
  • Suppress AWS SDK V2 maintinence message for validate-template.
  • Updates aws-sdk to version 2.1425.0.

v6.0.0

  • Updates default node runtime for lambda shortcuts to node16.x.
  • Updates default authorization type for hookshot shortcuts to "NONE" from "None".

v5.1.1

  • Dependency updates to avoid security vulnerabilities (minimist).
Commits
  • fbca97a 8.1.0
  • 26c4830 MAPSAPI-2426: Allow stream lambdas to have FilterCriteria defined (#147)

Bumps the npm group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [detect-libc](https://github.com/lovell/detect-libc) | `2.0.0` | `2.0.3` |
| [https-proxy-agent](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/https-proxy-agent) | `5.0.0` | `7.0.5` |
| [make-dir](https://github.com/sindresorhus/make-dir) | `3.1.0` | `5.0.0` |
| [node-fetch](https://github.com/node-fetch/node-fetch) | `2.6.7` | `3.3.2` |
| [nopt](https://github.com/npm/nopt) | `5.0.0` | `7.2.1` |
| [npmlog](https://github.com/npm/npmlog) | `5.0.1` | `7.0.1` |
| [rimraf](https://github.com/isaacs/rimraf) | `5.0.5` | `5.0.7` |
| [semver](https://github.com/npm/node-semver) | `7.5.4` | `7.6.2` |
| [@mapbox/cloudfriend](https://github.com/mapbox/cloudfriend) | `5.1.0` | `8.1.0` |
| [@mapbox/eslint-config-mapbox](https://github.com/mapbox/eslint-config-mapbox) | `3.0.0` | `5.0.0` |
| [aws-sdk](https://github.com/aws/aws-sdk-js) | `2.1415.0` | `2.1651.0` |
| [eslint](https://github.com/eslint/eslint) | `7.32.0` | `9.6.0` |
| [nock](https://github.com/nock/nock) | `12.0.3` | `13.5.4` |
| [node-addon-api](https://github.com/nodejs/node-addon-api) | `4.3.0` | `8.0.0` |
| [nyc](https://github.com/istanbuljs/nyc) | `15.1.0` | `17.0.0` |
| [tape](https://github.com/tape-testing/tape) | `5.5.2` | `5.8.1` |
| [tar-fs](https://github.com/mafintosh/tar-fs) | `2.1.1` | `3.0.6` |


Updates `detect-libc` from 2.0.0 to 2.0.3
- [Commits](lovell/detect-libc@v2.0.0...v2.0.3)

Updates `https-proxy-agent` from 5.0.0 to 7.0.5
- [Release notes](https://github.com/TooTallNate/proxy-agents/releases)
- [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/https-proxy-agent/CHANGELOG.md)
- [Commits](https://github.com/TooTallNate/proxy-agents/commits/https-proxy-agent@7.0.5/packages/https-proxy-agent)

Updates `make-dir` from 3.1.0 to 5.0.0
- [Release notes](https://github.com/sindresorhus/make-dir/releases)
- [Commits](sindresorhus/make-dir@v3.1.0...v5.0.0)

Updates `node-fetch` from 2.6.7 to 3.3.2
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.6.7...v3.3.2)

Updates `nopt` from 5.0.0 to 7.2.1
- [Release notes](https://github.com/npm/nopt/releases)
- [Changelog](https://github.com/npm/nopt/blob/main/CHANGELOG.md)
- [Commits](npm/nopt@v5.0.0...v7.2.1)

Updates `npmlog` from 5.0.1 to 7.0.1
- [Release notes](https://github.com/npm/npmlog/releases)
- [Changelog](https://github.com/npm/npmlog/blob/main/CHANGELOG.md)
- [Commits](npm/npmlog@v5.0.1...v7.0.1)

Updates `rimraf` from 5.0.5 to 5.0.7
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v5.0.5...v5.0.7)

Updates `semver` from 7.5.4 to 7.6.2
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.5.4...v7.6.2)

Updates `@mapbox/cloudfriend` from 5.1.0 to 8.1.0
- [Changelog](https://github.com/mapbox/cloudfriend/blob/master/changelog.md)
- [Commits](mapbox/cloudfriend@v5.1.0...v8.1.0)

Updates `@mapbox/eslint-config-mapbox` from 3.0.0 to 5.0.0
- [Changelog](https://github.com/mapbox/eslint-config-mapbox/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mapbox/eslint-config-mapbox/commits)

Updates `aws-sdk` from 2.1415.0 to 2.1651.0
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](aws/aws-sdk-js@v2.1415.0...v2.1651.0)

Updates `eslint` from 7.32.0 to 9.6.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v7.32.0...v9.6.0)

Updates `nock` from 12.0.3 to 13.5.4
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v12.0.3...v13.5.4)

Updates `node-addon-api` from 4.3.0 to 8.0.0
- [Release notes](https://github.com/nodejs/node-addon-api/releases)
- [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md)
- [Commits](nodejs/node-addon-api@v4.3.0...v8.0.0)

Updates `nyc` from 15.1.0 to 17.0.0
- [Release notes](https://github.com/istanbuljs/nyc/releases)
- [Changelog](https://github.com/istanbuljs/nyc/blob/main/CHANGELOG.md)
- [Commits](istanbuljs/nyc@v15.1.0...nyc-v17.0.0)

Updates `tape` from 5.5.2 to 5.8.1
- [Changelog](https://github.com/tape-testing/tape/blob/master/CHANGELOG.md)
- [Commits](tape-testing/tape@v5.5.2...v5.8.1)

Updates `tar-fs` from 2.1.1 to 3.0.6
- [Commits](mafintosh/tar-fs@v2.1.1...v3.0.6)

---
updated-dependencies:
- dependency-name: detect-libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: https-proxy-agent
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: make-dir
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: node-fetch
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: nopt
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: npmlog
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: rimraf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@mapbox/cloudfriend"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@mapbox/eslint-config-mapbox"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: aws-sdk
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: node-addon-api
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: nyc
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: tape
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: tar-fs
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 29, 2024
@cclauss cclauss requested a review from axrj June 29, 2024 14:46
@cclauss
Copy link
Collaborator

cclauss commented Jun 29, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 29, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@cclauss
Copy link
Collaborator

cclauss commented Jun 29, 2024

@dependabot recreate

@cclauss cclauss removed the request for review from axrj June 29, 2024 14:51
@cclauss
Copy link
Collaborator

cclauss commented Jun 29, 2024

https://github.com/dependabot recreate

@cclauss cclauss closed this Jun 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 29, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@cclauss cclauss deleted the dependabot/npm_and_yarn/npm-3784a56b19 branch June 29, 2024 15:06
@cclauss
Copy link
Collaborator

cclauss commented Jun 29, 2024

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 29, 2024

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

@cclauss
Copy link
Collaborator

cclauss commented Jun 29, 2024

@dependabot reopen

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 29, 2024

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

@dependabot dependabot bot restored the dependabot/npm_and_yarn/npm-3784a56b19 branch June 29, 2024 15:11
@dependabot dependabot bot reopened this Jun 29, 2024
@cclauss cclauss closed this Jun 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 29, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@cclauss cclauss deleted the dependabot/npm_and_yarn/npm-3784a56b19 branch June 29, 2024 15:12
@cclauss cclauss restored the dependabot/npm_and_yarn/npm-3784a56b19 branch July 1, 2024 07:10
@cclauss cclauss reopened this Jul 1, 2024
@cclauss cclauss force-pushed the dependabot/npm_and_yarn/npm-3784a56b19 branch from 663d182 to de28f7e Compare July 1, 2024 07:21
@cclauss
Copy link
Collaborator

cclauss commented Jul 1, 2024

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jul 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-3784a56b19 branch July 1, 2024 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant