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_and_yarn group across 2 directories with 21 updates #114

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 18, 2024

  1. Bump the npm_and_yarn group across 2 directories with 21 updates

    Bumps the npm_and_yarn group with 20 updates in the /resultstoresearch/client directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [moment](https://github.com/moment/moment) | `2.29.1` | `2.29.4` |
    | [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.14.0` | `7.24.7` |
    | [async](https://github.com/caolan/async) | `2.6.3` | `2.6.4` |
    | [browserify-sign](https://github.com/crypto-browserify/browserify-sign) | `4.2.1` | `4.2.3` |
    | [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) | `0.2.0` | `0.2.2` |
    | [es5-ext](https://github.com/medikoo/es5-ext) | `0.10.53` | `0.10.64` |
    | [eventsource](https://github.com/EventSource/eventsource) | `1.1.0` | `1.1.2` |
    | [express](https://github.com/expressjs/express) | `4.17.1` | `4.19.2` |
    | [follow-redirects](https://github.com/follow-redirects/follow-redirects) | `1.14.7` | `1.15.6` |
    | [json5](https://github.com/json5/json5) | `1.0.1` | `1.0.2` |
    | [minimist](https://github.com/minimistjs/minimist) | `1.2.5` | `1.2.8` |
    | [nanoid](https://github.com/ai/nanoid) | `3.1.22` | `3.3.7` |
    | [qs](https://github.com/ljharb/qs) | `6.5.2` | `6.5.3` |
    | [semver](https://github.com/npm/node-semver) | `5.7.1` | `5.7.2` |
    | [shelljs](https://github.com/shelljs/shelljs) | `0.8.4` | `0.8.5` |
    | [tar](https://github.com/isaacs/node-tar) | `6.1.11` | `6.2.1` |
    | [terser](https://github.com/terser/terser) | `4.8.0` | `4.8.1` |
    | [url-parse](https://github.com/unshiftio/url-parse) | `1.5.3` | `1.5.10` |
    | [word-wrap](https://github.com/jonschlinkert/word-wrap) | `1.2.3` | `1.2.5` |
    | [ws](https://github.com/websockets/ws) | `6.2.2` | `6.2.3` |
    
    Bumps the npm_and_yarn group with 6 updates in the /resultstoresearch/e2e directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [moment](https://github.com/moment/moment) | `2.29.1` | `2.30.1` |
    | [async](https://github.com/caolan/async) | `3.2.0` | `3.2.5` |
    | [minimatch](https://github.com/isaacs/minimatch) | `3.0.4` | `3.1.2` |
    | [minimist](https://github.com/minimistjs/minimist) | `1.2.5` | `1.2.8` |
    | [qs](https://github.com/ljharb/qs) | `6.5.2` | `6.5.3` |
    | [semver](https://github.com/npm/node-semver) | `5.7.1` | `5.7.2` |
    
    
    
    Updates `moment` from 2.29.1 to 2.29.4
    - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
    - [Commits](moment/moment@2.29.1...2.29.4)
    
    Updates `@babel/traverse` from 7.14.0 to 7.24.7
    - [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.24.7/packages/babel-traverse)
    
    Updates `async` from 2.6.3 to 2.6.4
    - [Release notes](https://github.com/caolan/async/releases)
    - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
    - [Commits](caolan/async@v2.6.3...v2.6.4)
    
    Updates `browserify-sign` from 4.2.1 to 4.2.3
    - [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
    - [Commits](browserify/browserify-sign@v4.2.1...v4.2.3)
    
    Updates `decode-uri-component` from 0.2.0 to 0.2.2
    - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
    - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)
    
    Updates `es5-ext` from 0.10.53 to 0.10.64
    - [Release notes](https://github.com/medikoo/es5-ext/releases)
    - [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
    - [Commits](medikoo/es5-ext@v0.10.53...v0.10.64)
    
    Updates `eventsource` from 1.1.0 to 1.1.2
    - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
    - [Commits](EventSource/eventsource@v1.1.0...v1.1.2)
    
    Updates `express` from 4.17.1 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.17.1...4.19.2)
    
    Updates `follow-redirects` from 1.14.7 to 1.15.6
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.14.7...v1.15.6)
    
    Updates `json5` from 1.0.1 to 1.0.2
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v1.0.1...v1.0.2)
    
    Updates `minimist` from 1.2.5 to 1.2.8
    - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
    - [Commits](minimistjs/minimist@v1.2.5...v1.2.8)
    
    Updates `nanoid` from 3.1.22 to 3.3.7
    - [Release notes](https://github.com/ai/nanoid/releases)
    - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
    - [Commits](ai/nanoid@3.1.22...3.3.7)
    
    Updates `qs` from 6.5.2 to 6.5.3
    - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
    - [Commits](ljharb/qs@v6.5.2...v6.5.3)
    
    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 `shelljs` from 0.8.4 to 0.8.5
    - [Release notes](https://github.com/shelljs/shelljs/releases)
    - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md)
    - [Commits](shelljs/shelljs@v0.8.4...v0.8.5)
    
    Updates `tar` from 6.1.11 to 6.2.1
    - [Release notes](https://github.com/isaacs/node-tar/releases)
    - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v6.1.11...v6.2.1)
    
    Updates `terser` from 4.8.0 to 4.8.1
    - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
    - [Commits](terser/terser@v4.8.0...v4.8.1)
    
    Updates `url-parse` from 1.5.3 to 1.5.10
    - [Commits](unshiftio/url-parse@1.5.3...1.5.10)
    
    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)
    
    Updates `ws` from 6.2.2 to 6.2.3
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@6.2.2...6.2.3)
    
    Updates `moment` from 2.29.1 to 2.30.1
    - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
    - [Commits](moment/moment@2.29.1...2.29.4)
    
    Updates `async` from 3.2.0 to 3.2.5
    - [Release notes](https://github.com/caolan/async/releases)
    - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
    - [Commits](caolan/async@v2.6.3...v2.6.4)
    
    Updates `minimatch` from 3.0.4 to 3.1.2
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v3.0.4...v3.1.2)
    
    Updates `minimist` from 1.2.5 to 1.2.8
    - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
    - [Commits](minimistjs/minimist@v1.2.5...v1.2.8)
    
    Updates `qs` from 6.5.2 to 6.5.3
    - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
    - [Commits](ljharb/qs@v6.5.2...v6.5.3)
    
    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)
    
    ---
    updated-dependencies:
    - dependency-name: moment
      dependency-type: direct:production
      dependency-group: npm_and_yarn
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: async
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: browserify-sign
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: decode-uri-component
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: es5-ext
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: eventsource
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: express
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: follow-redirects
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: json5
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: minimist
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: nanoid
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: qs
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: semver
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: shelljs
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: tar
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: terser
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: url-parse
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: word-wrap
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: ws
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: moment
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: async
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: minimatch
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: minimist
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: qs
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: semver
      dependency-type: indirect
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d14ee2e View commit details
    Browse the repository at this point in the history