Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump the npm_and_yarn group across 1 directory with 26 updates#11

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromdependabot/npm_and_yarn/npm_and_yarn-8f3d52c110

Conversation

@dependabot
Copy link

@dependabotdependabotbot commented on behalf ofgithubAug 20, 2024

Bumps the npm_and_yarn group with 26 updates in the / directory:

PackageFromTo
express4.18.24.19.2
markdown-it12.0.112.3.2
nunjucks3.2.33.2.4
semver5.7.15.7.2
@babel/traverse7.21.57.25.3
protobufjs6.11.37.3.2
@google-cloud/appengine-admin2.1.23.3.0
@google-cloud/cloudbuild2.6.04.5.0
@google-cloud/secret-manager3.12.03.12.0
braces3.0.23.0.3
gulp4.0.25.0.0
chokidar1.7.03.5.3
ejs3.1.93.1.10
ws8.13.08.18.0
socket.io-client4.6.14.7.5
socket.io4.6.14.7.5
@lhci/cli0.7.20.14.0
puppeteer19.11.123.1.0
follow-redirects1.15.21.15.6
got9.6.0removed
ava3.15.06.1.3
postcss8.4.238.4.41
stylelint13.13.116.8.2
stylelint-config-sass-guidelines7.1.012.0.0
pug3.0.23.0.3
word-wrap1.2.31.2.5

Updatesexpress from 4.18.2 to 4.19.2

Release notes

Sourced fromexpress's releases.

4.19.2

What's Changed

Full Changelog:expressjs/express@4.19.1...4.19.2

4.19.1

What's Changed

Full Changelog:expressjs/express@4.19.0...4.19.1

4.19.0

What's Changed

New Contributors

Full Changelog:expressjs/express@4.18.3...4.19.0

4.18.3

Main Changes

  • Fix routing requests without method
  • deps: body-parser@1.20.2
    • Fix strict json error message on Node.js 19+
    • deps: content-type@~1.0.5
    • deps: raw-body@2.5.2

Other Changes

... (truncated)

Changelog

Sourced fromexpress's changelog.

4.19.2 / 2024-03-25

  • Improved fix for open redirect allow list bypass

4.19.1 / 2024-03-20

  • Allow passing non-strings to res.location with new encoding handling checks

4.19.0 / 2024-03-20

  • Prevent open redirect allow list bypass due to encodeurl
  • deps: cookie@0.6.0

4.18.3 / 2024-02-29

  • Fix routing requests without method
  • deps: body-parser@1.20.2
    • Fix strict json error message on Node.js 19+
    • deps: content-type@~1.0.5
    • deps: raw-body@2.5.2
  • deps: cookie@0.6.0
    • Addpartitioned option
Commits
  • 04bc627 4.19.2
  • da4d763 Improved fix for open redirect allow list bypass
  • 4f0f6cc 4.19.1
  • a003cfa Allow passing non-strings to res.location with new encoding handling checks f...
  • a1fa90f fixed un-edited version in history.md for 4.19.0
  • 11f2b1d build: fix build due to inconsistent supertest behavior in older versions
  • 084e365 4.19.0
  • 0867302 Prevent open redirect allow list bypass due to encodeurl
  • 567c9c6 Add note on how to update docs for new release (#5541)
  • 69a4cf2 deps: cookie@0.6.0
  • Additional commits viewable incompare view
Maintainer changes

This version was pushed to npm bywesleytodd, a new releaser for express since your current version.


Updatesmarkdown-it from 12.0.1 to 12.3.2

Changelog

Sourced frommarkdown-it's changelog.

[12.3.2] - 2022-01-08

Security

[12.3.1] - 2022-01-07

Fixed

  • Fix corner case when tab prevents paragraph continuation in lists,#830.

[12.3.0] - 2021-12-09

Changed

  • StateInline.delimiters[].jump is removed.

Fixed

  • Fixed quadratic complexity in pathological***<10k stars>***a***<10k stars>*** case.

[12.2.0] - 2021-08-02

Added

  • Ordered lists: add order value to token info.

Fixed

  • Always suffix indented code block with a newline,#799.

[12.1.0] - 2021-07-01

Changed

  • Updated CM spec compatibility to 0.30.

[12.0.6] - 2021-04-16

Fixed

  • Newline inalt should be rendered,#775.

[12.0.5] - 2021-04-15

Fixed

  • HTML block tags with=== inside are no longer incorrectly interpreted as headers,#772.
  • Fix table/list parsing ambiguity,#767.

[12.0.4] - 2020-12-20

Fixed

  • Fix crash introduced in12.0.3 when processing strikethrough (~~) and similar plugins,#742.
  • Avoid fenced token mutation,#745.

[12.0.3] - 2020-12-07

Fixed

... (truncated)

Commits

Updatesnunjucks from 3.2.3 to 3.2.4

Release notes

Sourced fromnunjucks's releases.

v3.2.4

What's Changed

Full Changelog:mozilla/nunjucks@v3.2.3...v3.2.4

Changelog

Sourced fromnunjucks's changelog.

3.2.4 (Apr 13 2023)

  • HTML encode backslashes when expressions are passed through the escapefilter (including when this is done automatically with autoescape). Mergeof#1437.
Commits

Updatessemver from 5.7.1 to 5.7.2

Release notes

Sourced fromsemver's releases.

v5.7.2

5.7.2 (2023-07-10)

Bug Fixes

Changelog

Sourced fromsemver's changelog.

5.7.2 (2023-07-10)

Bug Fixes

5.7

  • AddminVersion method

5.6

  • Move booleanloose param to an options object, withbackwards-compatibility protection.
  • Add ability to opt out of special prerelease version handling withtheincludePrerelease option flag.

5.5

  • Add version coercion capabilities

5.4

  • Add intersection checking

5.3

  • AddminSatisfying method

5.2

  • Addprerelease(v) that returns prerelease components

5.1

  • Add Backus-Naur for ranges
  • Remove excessively cute inspection methods

5.0

  • Remove AMD/Browserified build artifacts
  • Fix ltr and gtr when using the* range
  • Fix for range* with a prerelease identifier
Commits
Maintainer changes

This version was pushed to npm bylukekarrys, a new releaser for semver since your current version.


Updates@babel/traverse from 7.21.5 to 7.25.3

Release notes

Sourced from@​babel/traverse's releases.

v7.25.3 (2024-07-31)

🐛 Bug Fix

  • babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-traverse

🏠 Internal

Committers: 2

v7.25.2 (2024-07-30)

🐛 Bug Fix

Committers: 2

v7.25.1 (2024-07-28)

🐛 Bug Fix

  • babel-plugin-transform-function-name
  • babel-plugin-transform-react-constant-elements
    • #16582 fix plugin-transform-react-constant-elements transform JSXFrament but not add JSXExpressionContainer (@​keiseiTi)
  • babel-traverse

🏠 Internal

Committers: 4

v7.25.0 (2024-07-26)

Thanks@​davidtaylorhq and@​slatereax for your first PR!

You can find the release blog post with some highlights athttps://babeljs.io/blog/2024/07/26/7.25.0.

👓 Spec Compliance

... (truncated)

Changelog

Sourced from@​babel/traverse's changelog.

v7.25.3 (2024-07-31)

🐛 Bug Fix

  • babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-traverse

🏠 Internal

v7.25.2 (2024-07-30)

🐛 Bug Fix

v7.25.1 (2024-07-28)

🐛 Bug Fix

  • babel-plugin-transform-function-name
  • babel-plugin-transform-react-constant-elements
    • #16582 fix plugin-transform-react-constant-elements transform JSXFrament but not add JSXExpressionContainer (@​keiseiTi)
  • babel-traverse

🏠 Internal

v7.25.0 (2024-07-26)

👓 Spec Compliance

  • babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs3
  • babel-plugin-transform-typescript
    • #16602 Ensure enum members syntactically determinable to be strings do not get reverse mappings (@​liuxingbaoyu)

🚀 New Feature

  • babel-helper-create-class-features-plugin,babel-helper-function-name,babel-helper-plugin-utils,babel-helper-wrap-function,babel-plugin-bugfix-safari-class-field-initializer-scope,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression,babel-plugin-transform-classes,babel-plugin-transform-function-name,babel-preset-env,babel-traverse,babel-types
  • babel-helper-hoist-variables,babel-helper-plugin-utils,babel-plugin-proposal-async-do-expressions,babel-plugin-transform-modules-systemjs,babel-traverse
  • babel-helper-create-class-features-plugin,babel-helper-module-transforms,babel-helper-plugin-utils,babel-helper-split-export-declaration,babel-plugin-transform-classes,babel-traverse,babel-types
  • babel-helper-create-class-features-plugin,babel-helper-environment-visitor,babel-helper-module-transforms,babel-helper-plugin-utils,babel-helper-remap-async-to-generator,babel-helper-replace-supers,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-plugin-bugfix-v8-static-class-fields-redefine-readonly,babel-plugin-transform-async-generator-functions,babel-plugin-transform-classes,babel-traverse
  • babel-core,babel-parser
  • babel-compat-data,babel-plugin-bugfix-safari-class-field-initializer-scope,babel-preset-env
  • babel-plugin-transform-block-scoping,babel-traverse,babel-types
  • babel-helper-import-to-platform-api,babel-plugin-proposal-json-modules

... (truncated)

Commits

Updatesprotobufjs from 6.11.3 to 7.3.2

Release notes

Sourced fromprotobufjs's releases.

protobufjs: v7.3.2

7.3.2 (2024-06-12)

Bug Fixes

  • docs: Update readme to correct command for creating types (#1939) (0f9d477)
  • Also fixes an issue with 7.3.1, where the dist/ folder containing the build artifacts was missing on npm.

protobufjs: v7.3.1

7.3.1 (2024-06-05)

Bug Fixes

  • types: reserved field in IType can contain reserved names (#2001) (d1d2c0c)

protobufjs: v7.3.0

7.3.0 (2024-05-10)

Features

protobufjs: v7.2.6

7.2.6 (2024-01-16)

Bug Fixes

  • report missing import properly in loadSync (#1960) (af3ff83)

protobufjs: v7.2.5

7.2.5 (2023-08-21)

Bug Fixes

protobufjs: v7.2.4

7.2.4 (2023-06-23)

Bug Fixes

  • do not let setProperty change the prototype (#1899) (e66379f)

... (truncated)

Changelog

Sourced fromprotobufjs's changelog.

7.3.2 (2024-06-12)

Bug Fixes

  • docs: Update readme to correct command for creating types (#1939) (0f9d477)

7.3.1 (2024-06-05)

Bug Fixes

  • types: reserved field in IType can contain reserved names (#2001) (d1d2c0c)

7.3.0 (2024-05-10)

Features

7.2.6 (2024-01-16)

Bug Fixes

  • report missing import properly in loadSync (#1960) (af3ff83)

7.2.5 (2023-08-21)

Bug Fixes

7.2.4 (2023-06-23)

Bug Fixes

  • do not let setProperty change the prototype (#1899) (e66379f)

7.2.3 (2023-03-27)

Bug Fixes

  • type names can be split into multiple tokens (#1877) (8817ee6)

... (truncated)

Commits

Updates@google-cloud/appengine-admin from 2.1.2 to 3.3.0

Release notes

Sourced from@​google-cloud/appengine-admin's releases.

generativelanguage: v2.6.0

2.6.0 (2024-06-26)

Features

video-stitcher: v2.4.0

2.4.0 (2024-06-03)

Features

  • [video-stitcher] add apis for Create, Read, Update, Delete for VODConfigs (#5378) (10d9310)
Changelog

Sourced from@​google-cloud/appengine-admin's changelog.

3.3.0 (2024-05-21)

Features

  • [Many APIs] update Nodejs generator to send API versions in headers for GAPICs (#5350) (6c03873)
  • [Many APIs] update Nodejs generator to send API versions in headers for GAPICs (#5351) (01f48fc)
  • [Many APIs] update Nodejs generator to send API versions in headers for GAPICs (#5354) (a9784ed)

3.2.0 (2024-04-16)

Features

  • [Many APIs] support GOOGLE_CLOUD_UNIVERSE_DOMAIN environment variable (#5185) (cc54e98)

3.1.0 (2024-02-09)

Features

  • Trusted Private Cloud support, use the universeDomain parameter (#5022) (b6498d8)

3.0.1 (2023-09-06)

Bug Fixes

  • [Many APIs] simplify logic for HTTP/1.1 REST fallback option (#4583) (c3ddba8)

3.0.0 (2023-08-06)

⚠ BREAKING CHANGES

  • migrate to Node 14 (#4443)

Bug Fixes

Miscellaneous Chores

2.2.2 (2023-04-13)

Bug Fixes

... (truncated)

Commits

Updates@google-cloud/cloudbuild from 2.6.0 to 4.5.0

Release notes

Sourced from@​google-cloud/cloudbuild's releases.

kms: v4.5.0

4.5.0 (2024-06-21)

Features

  • [kms] support Key Access Justifications policy configuration (#5479) (a6a77c9)

gke-hub: v4.5.0

4.5.0 (2024-06-26)

Features

  • [gkehub] add a new fieldPENDING underDeploymentState enum (#5472) (dc87003)

datacatalog: v4.5.0

4.5.0 (2024-08-09)

Features

  • [datacatalog] add DataplexTransferStatus enum and field to TagTemplate (#5573) (bebe50e)

vision: v4.3.2

4.3.2 (2024-08-19)

Bug Fixes

vision: v4.3.1

4.3.1 (2024-08-09)

Bug Fixes

resource-settings: v4.0.0

4.0.0 (2024-06-05)

⚠ BREAKING CHANGES

  • [resourcesettings] Resource Settings is deprecated. As of November 7, 2023, no organizations will be onboarded for any of the enabled settings, and the service will be shut down on October 1, 2024 (#5420)

Documentation

... (truncated)

Changelog

Sourced from@​google-cloud/cloudbuild's changelog.

4.5.0 (2024-05-21)

Features

  • [Many APIs] update Nodejs generator to send API versions in headers for GAPICs (#5351) (01f48fc)
  • [Many APIs] update Nodejs generator to send API versions in headers for GAPICs (#5354) (a9784ed)

4.4.0 (2024-03-29)

Features

  • [Many APIs] add several fields to manage state of database encryption update (#5192) (b926f13)

4.3.0 (2024-03-23)

Features

  • [cloudbuild] Add Bitbucket Data Center Config and Bitbucket Cloud config for Cloud Build Repositories (#5132) (334e7b9)

4.2.0 (2024-02-09)

Features

  • Trusted Private Cloud support, use the universeDomain parameter (#5028) (852f3eb)

4.1.1 (2024-01-23)

Bug Fixes

  • [Many APIs] improve retry logic for streaming API calls (#4968) (7fbf16c)

4.1.0 (2023-11-03)

Features

  • [cloudbuild] Add optional field "SourceFetcher" to choose source fetcher tool (#4784) (ff42e4e)

4.0.1 (2023-09-06)

Bug Fixes

  • [Many APIs] simplify logic for HTTP/1.1 REST fallback option (#4589) (07967ad)

... (truncated)

Commits
  • 18c40f4 build: [Many APIs] update gapic generator to allow individual location mixin ...
  • aed952e chore(deps): update dependency sinon to v18 (#5365)
  • 30376f3 chore: release main (#5363)
  • a4ab109 chore: [Many APIs] update copyright year (#5329)
  • 5067a61 chore: release main (#5181)
  • b926f13 feat: [Many APIs] add several fields to manage state of database encryption u...
  • 054cb8a chore: release main (#5136)
  • 334e7b9 feat: [cloudbuild] Add Bitbucket Data Center Config and Bitbucket Cloud confi...
  • 45aa7f1 chore(deps): update dependency gapic-tools to v0.4.0 (#5104)
  • e7b43e8 chore: upgrade c8 to v9 (#5066)
  • Additional commits viewable incompare view

Updates@google-cloud/secret-manager from 3.12.0 to 3.12.0

Changelog

Sourced from@​google-cloud/secret-manager's changelog.

Commits

Updatesbraces from 3.0.2 to 3.0.3

Commits

Bumps the npm_and_yarn group with 26 updates in the / directory:| Package | From | To || --- | --- | --- || [express](https://github.com/expressjs/express) | `4.18.2` | `4.19.2` || [markdown-it](https://github.com/markdown-it/markdown-it) | `12.0.1` | `12.3.2` || [nunjucks](https://github.com/mozilla/nunjucks) | `3.2.3` | `3.2.4` || [semver](https://github.com/npm/node-semver) | `5.7.1` | `5.7.2` || [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.21.5` | `7.25.3` || [protobufjs](https://github.com/protobufjs/protobuf.js) | `6.11.3` | `7.3.2` || [@google-cloud/appengine-admin](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-appengine) | `2.1.2` | `3.3.0` || [@google-cloud/cloudbuild](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-devtools-cloudbuild) | `2.6.0` | `4.5.0` || [@google-cloud/secret-manager](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-cloud-secretmanager) | `3.12.0` | `3.12.0` || [braces](https://github.com/micromatch/braces) | `3.0.2` | `3.0.3` || [gulp](https://github.com/gulpjs/gulp) | `4.0.2` | `5.0.0` || [chokidar](https://github.com/paulmillr/chokidar) | `1.7.0` | `3.5.3` || [ejs](https://github.com/mde/ejs) | `3.1.9` | `3.1.10` || [ws](https://github.com/websockets/ws) | `8.13.0` | `8.18.0` || [socket.io-client](https://github.com/socketio/socket.io-client) | `4.6.1` | `4.7.5` || [socket.io](https://github.com/socketio/socket.io) | `4.6.1` | `4.7.5` || [@lhci/cli](https://github.com/GoogleChrome/lighthouse-ci) | `0.7.2` | `0.14.0` || [puppeteer](https://github.com/puppeteer/puppeteer) | `19.11.1` | `23.1.0` || [follow-redirects](https://github.com/follow-redirects/follow-redirects) | `1.15.2` | `1.15.6` || [got](https://github.com/sindresorhus/got) | `9.6.0` | `removed` || [ava](https://github.com/avajs/ava) | `3.15.0` | `6.1.3` || [postcss](https://github.com/postcss/postcss) | `8.4.23` | `8.4.41` || [stylelint](https://github.com/stylelint/stylelint) | `13.13.1` | `16.8.2` || [stylelint-config-sass-guidelines](https://github.com/bjankord/stylelint-config-sass-guidelines) | `7.1.0` | `12.0.0` || [pug](https://github.com/pugjs/pug) | `3.0.2` | `3.0.3` || [word-wrap](https://github.com/jonschlinkert/word-wrap) | `1.2.3` | `1.2.5` |Updates `express` from 4.18.2 to 4.19.2- [Release notes](https://github.com/expressjs/express/releases)- [Changelog](https://github.com/expressjs/express/blob/master/History.md)- [Commits](expressjs/express@4.18.2...4.19.2)Updates `markdown-it` from 12.0.1 to 12.3.2- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)- [Commits](markdown-it/markdown-it@12.0.1...12.3.2)Updates `nunjucks` from 3.2.3 to 3.2.4- [Release notes](https://github.com/mozilla/nunjucks/releases)- [Changelog](https://github.com/mozilla/nunjucks/blob/master/CHANGELOG.md)- [Commits](mozilla/nunjucks@v3.2.3...v3.2.4)Updates `semver` from 5.7.1 to 5.7.2- [Release notes](https://github.com/npm/node-semver/releases)- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)- [Commits](npm/node-semver@v5.7.1...v5.7.2)Updates `@babel/traverse` from 7.21.5 to 7.25.3- [Release notes](https://github.com/babel/babel/releases)- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)- [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-traverse)Updates `protobufjs` from 6.11.3 to 7.3.2- [Release notes](https://github.com/protobufjs/protobuf.js/releases)- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)- [Commits](protobufjs/protobuf.js@v6.11.3...protobufjs-v7.3.2)Updates `@google-cloud/appengine-admin` from 2.1.2 to 3.3.0- [Release notes](https://github.com/googleapis/google-cloud-node/releases)- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-appengine/CHANGELOG.md)- [Commits](https://github.com/googleapis/google-cloud-node/commits/dms-v3.3.0/packages/google-appengine)Updates `@google-cloud/cloudbuild` from 2.6.0 to 4.5.0- [Release notes](https://github.com/googleapis/google-cloud-node/releases)- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-devtools-cloudbuild/CHANGELOG.md)- [Commits](https://github.com/googleapis/google-cloud-node/commits/kms-v4.5.0/packages/google-devtools-cloudbuild)Updates `@google-cloud/secret-manager` from 3.12.0 to 3.12.0- [Release notes](https://github.com/googleapis/google-cloud-node/releases)- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-secretmanager/CHANGELOG.md)- [Commits](https://github.com/googleapis/google-cloud-node/commits/aiplatform-v3.12.0/packages/google-cloud-secretmanager)Updates `braces` from 3.0.2 to 3.0.3- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)- [Commits](micromatch/braces@3.0.2...3.0.3)Updates `gulp` from 4.0.2 to 5.0.0- [Release notes](https://github.com/gulpjs/gulp/releases)- [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md)- [Commits](gulpjs/gulp@v4.0.2...v5.0.0)Updates `chokidar` from 1.7.0 to 3.5.3- [Release notes](https://github.com/paulmillr/chokidar/releases)- [Commits](paulmillr/chokidar@1.7.0...3.5.3)Updates `ejs` from 3.1.9 to 3.1.10- [Release notes](https://github.com/mde/ejs/releases)- [Commits](mde/ejs@v3.1.9...v3.1.10)Updates `ws` from 8.13.0 to 8.18.0- [Release notes](https://github.com/websockets/ws/releases)- [Commits](websockets/ws@8.13.0...8.18.0)Updates `socket.io-client` from 4.6.1 to 4.7.5- [Release notes](https://github.com/socketio/socket.io-client/releases)- [Changelog](https://github.com/socketio/socket.io-client/blob/4.7.5/CHANGELOG.md)- [Commits](socketio/socket.io-client@4.6.1...4.7.5)Updates `socket.io` from 4.6.1 to 4.7.5- [Release notes](https://github.com/socketio/socket.io/releases)- [Changelog](https://github.com/socketio/socket.io/blob/4.7.5/CHANGELOG.md)- [Commits](socketio/socket.io@4.6.1...4.7.5)Updates `@lhci/cli` from 0.7.2 to 0.14.0- [Release notes](https://github.com/GoogleChrome/lighthouse-ci/releases)- [Commits](GoogleChrome/lighthouse-ci@v0.7.2...v0.14.0)Updates `puppeteer` from 19.11.1 to 23.1.0- [Release notes](https://github.com/puppeteer/puppeteer/releases)- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)- [Commits](puppeteer/puppeteer@puppeteer-v19.11.1...puppeteer-v23.1.0)Updates `follow-redirects` from 1.15.2 to 1.15.6- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)- [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.6)Removes `got`Updates `ava` from 3.15.0 to 6.1.3- [Release notes](https://github.com/avajs/ava/releases)- [Commits](avajs/ava@v3.15.0...v6.1.3)Updates `postcss` from 8.4.23 to 8.4.41- [Release notes](https://github.com/postcss/postcss/releases)- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)- [Commits](postcss/postcss@8.4.23...8.4.41)Updates `stylelint` from 13.13.1 to 16.8.2- [Release notes](https://github.com/stylelint/stylelint/releases)- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)- [Commits](stylelint/stylelint@13.13.1...16.8.2)Updates `stylelint-config-sass-guidelines` from 7.1.0 to 12.0.0- [Release notes](https://github.com/bjankord/stylelint-config-sass-guidelines/releases)- [Changelog](https://github.com/bjankord/stylelint-config-sass-guidelines/blob/main/CHANGELOG.md)- [Commits](bjankord/stylelint-config-sass-guidelines@v7.1.0...v12.0.0)Updates `pug` from 3.0.2 to 3.0.3- [Release notes](https://github.com/pugjs/pug/releases)- [Commits](https://github.com/pugjs/pug/compare/pug@3.0.2...pug@3.0.3)Updates `socket.io` from 4.6.1 to 4.7.5- [Release notes](https://github.com/socketio/socket.io/releases)- [Changelog](https://github.com/socketio/socket.io/blob/4.7.5/CHANGELOG.md)- [Commits](socketio/socket.io@4.6.1...4.7.5)Updates `word-wrap` from 1.2.3 to 1.2.5- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5)---updated-dependencies:- dependency-name: express  dependency-type: direct:production  dependency-group: npm_and_yarn- dependency-name: markdown-it  dependency-type: direct:production  dependency-group: npm_and_yarn- dependency-name: nunjucks  dependency-type: direct:production  dependency-group: npm_and_yarn- dependency-name: semver  dependency-type: indirect  dependency-group: npm_and_yarn- dependency-name: "@babel/traverse"  dependency-type: indirect  dependency-group: npm_and_yarn- dependency-name: protobufjs  dependency-type: indirect  dependency-group: npm_and_yarn- dependency-name: "@google-cloud/appengine-admin"  dependency-type: direct:production  dependency-group: npm_and_yarn- dependency-name: "@google-cloud/cloudbuild"  dependency-type: direct:production  dependency-group: npm_and_yarn- dependency-name: "@google-cloud/secret-manager"  dependency-type: direct:development  dependency-group: npm_and_yarn- dependency-name: braces  dependency-type: indirect  dependency-group: npm_and_yarn- dependency-name: gulp  dependency-type: direct:production  dependency-group: npm_and_yarn- dependency-name: chokidar  dependency-type: direct:production  dependency-group: npm_and_yarn- dependency-name: ejs  dependency-type: indirect  dependency-group: npm_and_yarn- dependency-name: ws  dependency-type: indirect  dependency-group: npm_and_yarn- dependency-name: socket.io-client  dependency-type: indirect  dependency-group: npm_and_yarn- dependency-name: socket.io  dependency-type: indirect  dependency-group: npm_and_yarn- dependency-name: "@lhci/cli"  dependency-type: direct:production  dependency-group: npm_and_yarn- dependency-name: puppeteer  dependency-type: direct:development  dependency-group: npm_and_yarn- dependency-name: follow-redirects  dependency-type: indirect  dependency-group: npm_and_yarn- dependency-name: got  dependency-type: indirect  dependency-group: npm_and_yarn- dependency-name: ava  dependency-type: direct:development  dependency-group: npm_and_yarn- dependency-name: postcss  dependency-type: indirect  dependency-group: npm_and_yarn- dependency-name: stylelint  dependency-type: direct:development  dependency-group: npm_and_yarn- dependency-name: stylelint-config-sass-guidelines  dependency-type: direct:development  dependency-group: npm_and_yarn- dependency-name: pug  dependency-type: indirect  dependency-group: npm_and_yarn- dependency-name: socket.io  dependency-type: indirect  dependency-group: npm_and_yarn- dependency-name: word-wrap  dependency-type: indirect  dependency-group: npm_and_yarn...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the dependenciesPull requests that update a dependency file labelAug 20, 2024
@socket-security
Copy link

New and removed dependencies detected. Learn more aboutSocket for GitHub ↗︎

PackageNew capabilitiesTransitivesSizePublisher
npm/@google-cloud/appengine-admin@3.3.0environment Transitive:filesystem,network,shell+4112.5 MBgoogle-wombot
npm/@google-cloud/cloudbuild@4.5.0environment Transitive:filesystem,network,shell+4113.3 MBgoogle-wombot
npm/@lhci/cli@0.14.0Transitive:environment,filesystem,network,shell+242.04 MBhoten
npm/ava@6.1.3Transitive:environment,eval,filesystem,shell,unsafe+672.99 MBnovemberborn
npm/express@4.19.2environment,filesystem,network Transitive:eval+251.04 MBwesleytodd
npm/gulp@5.0.0Transitive:environment,filesystem,unsafe+12192 kBphated
npm/html-escaper@2.0.2None013.1 kBwebreflection
npm/husky@4.3.8environment,filesystem,shell Transitive:unsafe+8635 kBtypicode

🚮 Removed packages:npm/@google-cloud/appengine-admin@2.1.2,npm/@google-cloud/cloudbuild@2.6.0,npm/@lhci/cli@0.7.2,npm/ava@3.15.0,npm/express@4.18.2,npm/gulp@4.0.2

View full report↗︎

@socket-security
Copy link

🚨 Potential security issues detected. Learn more aboutSocket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

AlertPackageNoteSourceCI
Install scripts npm/husky@4.3.8
  • Install script:install
  • Source:node husky install
🚫
Install scripts npm/husky@4.3.8
  • Install script:postinstall
  • Source:opencollective-postinstall || exit 0
🚫

View full report↗︎

Next steps

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports asKnown Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with@SocketSecurity ignore followed by a space separated list ofecosystem/package-name@version specifiers. e.g.@SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with@SocketSecurity ignore-all

  • @SocketSecurity ignore npm/husky@4.3.8

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

0 participants


[8]ページ先頭

©2009-2025 Movatter.jp