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

npm: bump the npm_and_yarn group in /frontend with 32 updates #45

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

Conversation

dependabot[bot]
Copy link

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

Bumps the npm_and_yarn group in /frontend with 32 updates:

Package From To
axios 0.18.0 0.28.0
bootstrap-vue 2.0.0-rc.11 2.0.0-rc.12
@babel/traverse 7.11.5 7.24.6
semver 5.7.1 5.7.2
algoliasearch-helper 2.28.1 3.21.0
vue-instantsearch 2.7.0 4.17.1
async 2.6.3 2.6.4
qs 6.5.2 6.5.3
browserify-sign 4.2.1 4.2.3
decode-uri-component 0.2.0 0.2.2
dns-packet 1.3.1 1.3.4
ejs 2.7.4 removed
@vue/cli-service 4.5.8 5.0.8
elliptic 6.5.3 6.5.5
express 4.17.1 4.19.2
follow-redirects 1.13.0 1.15.6
highlight.js 9.18.3 10.7.3
json5 0.5.1 1.0.1
json-schema 0.2.3 0.4.0
jsprim 1.4.1 1.4.2
lodash 4.17.20 4.17.21
minimist 1.2.0 1.2.5
node-fetch 1.6.3 2.7.0
node-forge 0.10.0 1.3.1
postcss 7.0.35 7.0.39
shell-quote 1.7.2 1.8.1
tough-cookie 2.5.0 removed
@vue/cli-plugin-babel 4.5.8 5.0.8
@vue/cli-plugin-eslint 4.5.8 5.0.8
webpack-dev-middleware 3.7.2 5.3.4
ws 6.2.1 7.5.9
y18n 4.0.0 5.0.8

Updates axios from 0.18.0 to 0.28.0

Release notes

Sourced from axios's releases.

Release v0.28.0

Release notes:

Bug Fixes

Backports from v1.x:

  • Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
  • Fixing content-type header repeated #4745
  • Fixed timeout error message for HTTP 4738
  • Added axios.formToJSON method (#4735)
  • URL params serializer (#4734)
  • Fixed toFormData Blob issue on node>v17 #4728
  • Adding types for progress event callbacks #4675
  • Fixed max body length defaults #4731
  • Added data URL support for node.js (#4725)
  • Added isCancel type assert (#4293)
  • Added the ability for the url-encoded-form serializer to respect the formSerializer config (#4721)
  • Add string[] to AxiosRequestHeaders type (#4322)
  • Allow type definition for axios instance methods (#4224)
  • Fixed AxiosError stack capturing; (#4718)
  • Fixed AxiosError status code type; (#4717)
  • Adding Canceler parameters config and request (#4711)
  • fix(types): allow to specify partial default headers for instance creation (#4185)
  • Added blob to the list of protocols supported by the browser (#4678)
  • Fixing Z_BUF_ERROR when no content (#4701)
  • Fixed race condition on immediate requests cancellation (#4261)
  • Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
  • Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#4229)
  • Fix TS definition for AxiosRequestTransformer (#4201)
  • Use type alias instead of interface for AxiosPromise (#4505)
  • Include request and config when creating a CanceledError instance (#4659)
  • Added generic TS types for the exposed toFormData helper (#4668)
  • Optimized the code that checks cancellation (#4587)
  • Replaced webpack with rollup (#4596)
  • Added stack trace to AxiosError (#4624)
  • Updated AxiosError.config to be optional in the type definition (#4665)
  • Removed incorrect argument for NetworkError constructor (#4656)

v0.27.2

Fixes and Functionality:

  • Fixed FormData posting in browser environment by reverting #3785 (#4640)
  • Enhanced protocol parsing implementation (#4639)
  • Fixed bundle size

v0.27.1

Fixes and Functionality:

  • Removed import of url module in browser build due to huge size overhead and builds being broken (#4594)
  • Bumped follow-redirects to ^1.14.9 (#4615)

... (truncated)

Changelog

Sourced from axios's changelog.

0.28.0 (2024-02-12)

Release notes:

Bug Fixes

Backports from v1.x:

  • Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
  • Fixing content-type header repeated #4745
  • Fixed timeout error message for HTTP 4738
  • Added axios.formToJSON method (#4735)
  • URL params serializer (#4734)
  • Fixed toFormData Blob issue on node>v17 #4728
  • Adding types for progress event callbacks #4675
  • Fixed max body length defaults #4731
  • Added data URL support for node.js (#4725)
  • Added isCancel type assert (#4293)
  • Added the ability for the url-encoded-form serializer to respect the formSerializer config (#4721)
  • Add string[] to AxiosRequestHeaders type (#4322)
  • Allow type definition for axios instance methods (#4224)
  • Fixed AxiosError stack capturing; (#4718)
  • Fixed AxiosError status code type; (#4717)
  • Adding Canceler parameters config and request (#4711)
  • fix(types): allow to specify partial default headers for instance creation (#4185)
  • Added blob to the list of protocols supported by the browser (#4678)
  • Fixing Z_BUF_ERROR when no content (#4701)
  • Fixed race condition on immediate requests cancellation (#4261)
  • Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
  • Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#4229)
  • Fix TS definition for AxiosRequestTransformer (#4201)
  • Use type alias instead of interface for AxiosPromise (#4505)
  • Include request and config when creating a CanceledError instance (#4659)
  • Added generic TS types for the exposed toFormData helper (#4668)
  • Optimized the code that checks cancellation (#4587)
  • Replaced webpack with rollup (#4596)
  • Added stack trace to AxiosError (#4624)
  • Updated AxiosError.config to be optional in the type definition (#4665)
  • Removed incorrect argument for NetworkError constructor (#4656)

0.27.2 (April 27, 2022)

Fixes and Functionality:

  • Fixed FormData posting in browser environment by reverting #3785 (#4640)
  • Enhanced protocol parsing implementation (#4639)
  • Fixed bundle size

0.27.1 (April 26, 2022)

... (truncated)

Commits
  • 3b7635a [Release] v0.28.0 (#6211)
  • 27c0076 feat(backport): added ability for paramsSerializer to handle function; (#6227)
  • 80c3d74 chore(ci): backported publish action; (#6224)
  • 2755df5 fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to ...
  • 880b42e docs: Fix a typo in README
  • c4bf0a4 Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
  • 1e2679f fix: [Types] Type of header in AxiosRequestConfig / for Axios.create is incor...
  • 80b546c fix: loosing request header (#4858) (#4871)
  • 6acb5ef feat: brower platform add data protocol. (#4814)
  • bbb2264 fix(typing): axios response headers can be undefined (#4813)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jasonsaayman, a new releaser for axios since your current version.


Updates bootstrap-vue from 2.0.0-rc.11 to 2.0.0-rc.12

Release notes

Sourced from bootstrap-vue's releases.

v2.0.0-rc.12

2.0.0-rc.12 (2019-02-14)

v2.0.0-rc.12 introduces many improvements and bug fixes over the rc.11 release, comprising more than 380 commits.

Please see the changelog for a complete list of commits, and the online documentation for usage.

BootstrapVue would like to welcome our newest member @​jackmu95 🎉🎉

Notable Changes

New Features

  • Support Bootstrap v4.3.x SCSS
  • Support Vue v2.6.x
  • b-modal Allow multiple modal's opened at once (stacked) (PR #2167)
  • b-table Add support for selectable rows (PR #2260, closes #1790)
  • b-form-checkbox and b-form-checkbox-group Bootstrap V4.2 switch style checkboxes (PR #2293)
  • b-spinner New Bootstrap V4.2 component (PR #2306)
  • Switch style checkboxes (PR #2293)
  • Migrate CSS to SCSS for custom styles and theming support (PR #2221)
  • Strip HTML tags by default and support html props (PR #2479 - Breaking Change)
  • Remove lodash.* dependencies (PR #2523)

Enhancements

  • b-alert add fade prop and fade animation CSS (PR #1785, #2205)
  • b-card new helper sub-components b-card-title, b-card-sub-title and b-card-text (PR #2375)
  • b-carousel added support for swipe left/right on touch screens (PR #2409, closes #2358)
  • b-dropdown add dropleft and drop right support (PR #2117)
  • b-dropdown make show and hide events cancelable (PR #1807)
  • b-dropdown added support for link/router-link and 'variant' in split button mode (PR #2301, Closes #1960)
  • b-dropdown added support for form controls and free flow text (PR #2434)
  • b-dropdown and b-navbar-item-dropdown use provide and inject for sub items to control closing dropdown (PR #2431)
  • b-form-input implement bootstrap v4.1 custom range input (PR #2122, #2120)
  • b-form-texarea incorporate optional formatter (PR #2111)
  • b-form-invlaid-feedback and b-form-valid-feedback add support for tooltip style (PR #2188)
  • b-form-radio and b-form-checkbox switch to use provide and inject for better detection of grouping (PR #2241)
  • b-form-group support multiple breakpoint label column sizes and alignment (PR #2258, Closes #2230, #1973)
  • b-list-group add support responsive horizontal list-groups (PR #2536)
  • b-modal new v4.2 xl size
  • b-modal add support for scrollable modal content (PR #2535)
  • b-progress & b-progress-bar use provide and inject for inter component communication (PR #2540)
  • b-table use SCSS and bootstrap variables for defining stacked table breakpoints
  • b-table improved codebase for filtering, sorting, and pagination (PR #2149, fixes #1517, #1989)
  • b-table add contextmenu event on rows (PR #2064)
  • b-table add row uncovered event (PR #1874)
  • b-table allow sorting on nested object properties (PR #1868)
  • b-table support row arbitrary classes (PR #1797, fixes #1705)
  • b-table introduce option table-busy slot for use loading message and/or spinners, etc (PR #2196, Closes #1859)
  • b-table no longer need to add .stop modifier on click events inside data or head scoped slots to prevent head-clicked or row-clicked emitting (PR #2214)
  • b-table add borderless style prop (PR #2300)

... (truncated)

Changelog

Sourced from bootstrap-vue's changelog.

v2.0.0-rc.12

Released: (2019-02-14)

Bug Fixes v2.0.0-rc.12

  • alert: target custom transition CSS to the alert component (#2205) (0a48268)
  • b-img-lazy: better initial inView check + new show prop (#1755) (#2382) (2416bad)
  • breadcrumb-item: correctly set domProps when no children provided (523e3a2)
  • breadcrumb-link: correctly use html/text (8b086a9)
  • card: Drop img-fluid property (#2548) (cfc685f)
  • card: fix card and sub component render issues. (#2062) (#2125) (430371f)
  • carousel: setInterval memory leak when no slides provided (#2399) (ac2a708)
  • ci: remove test-beta (1076f3f)
  • ci: remove test-beta (0fec992)
  • ci: test on current vue (e3282bd)
  • collapse: when is-nav, do better checking of click events (#2222) (#2225) (8b96e1e)
  • collapse/toggle: "collapsed" class cleared when component updated (#2102) (#1798) (6d33cae)
  • dependencies: replace opencollective with opencollective-postinstall (#2067) (fa26882)
  • docs: Update links to Bootstrap v4.3 docs (b5d5499)
  • docs: Button - fix typo (#1962) (dcbfcf9)
  • docs: change b-input-group attribute 'left' to 'prepend' (#2017)

... (truncated)

Commits
  • 8bc0037 chore: Release Bootstrap-Vue v2.0.0.rc12
  • 17f338b chore(deps): update dependency eslint-plugin-jest to ^22.3.0 (#2563)
  • 8c3a451 chore(docs): dropdown $root events example (#2561)
  • 3467308 chore(docs): Indeterminate state of plain checkbox for iOS (#2560)
  • c54e5db chore(deps): update dependency eslint-plugin-vue to ^5.2.1 (#2558)
  • d9c762f chore: Update CHANGELOG.md and bump version (#2557)
  • b5d5499 fix(docs): Update Bootstrap links to v4.3 (#2556)
  • f0831f3 chore: collective logo
  • 4b2057c chore: improve readme (#2555)
  • 1b499fe chore(deps): update dependency bootstrap to ^4.3.1 (#2553)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by tmorehouse, a new releaser for bootstrap-vue since your current version.


Updates @babel/traverse from 7.11.5 to 7.24.6

Release notes

Sourced from @​babel/traverse's releases.

v7.24.6 (2024-05-24)

Thanks @​amjed-98, @​blakewilson, @​coelhucas, and @​SukkaW for your first PRs!

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@​JLHwung)
  • babel-parser, babel-plugin-transform-typescript

🏠 Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

v7.24.5 (2024-04-29)

Thanks @​romgrk and @​sossost for your first PRs!

🐛 Bug Fix

  • babel-plugin-transform-classes, babel-traverse
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3

... (truncated)

Changelog

Sourced from @​babel/traverse's changelog.

v7.24.6 (2024-05-24)

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@​JLHwung)
  • babel-parser, babel-plugin-transform-typescript

🏠 Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

v7.24.5 (2024-04-29)

🐛 Bug Fix

  • babel-plugin-transform-classes, babel-traverse
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3

💅 Polish

🏠 Internal

  • Other
  • babel-parser
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-split-export-declaration, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx-self, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-traverse
  • babel-plugin-proposal-partial-application, babel-types
  • babel-plugin-transform-class-properties, babel-preset-env

... (truncated)

Commits

Updates semver from 5.7.1 to 5.7.2

Release notes

Sourced from semver's releases.

v5.7.2

5.7.2 (2023-07-10)

Bug Fixes

Changelog

Sourced from semver's changelog.

5.7.2 (2023-07-10)

Bug Fixes

5.7

  • Add minVersion method

5.6

  • Move boolean loose param to an options object, with backwards-compatibility protection.
  • Add ability to opt out of special prerelease version handling with the includePrerelease option flag.

5.5

  • Add version coercion capabilities

5.4

  • Add intersection checking

5.3

  • Add minSatisfying method

5.2

  • Add prerelease(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 by lukekarrys, a new releaser for semver since your current version.


Updates algoliasearch-helper from 2.28.1 to 3.21.0

Release notes

Sourced from algoliasearch-helper's releases.

[email protected]

3.21.0 (2024-05-28)

Features

[email protected]

3.20.0 (2024-05-21)

Features

  • recommend: cache results per $$id (#6181) (c0f4802)
  • recommend: enable multiple objectIDs in connectors (#6176) (ffe6a1c)
  • recommend: handle multiple objectIDs for one widget (#6160) (f6a1c1c)
  • recommend: map recommend results to widgets (a5a87dd)

[email protected]

3.19.0 (2024-04-30)

Features

[email protected]

3.18.0 (2024-04-18)

Features

  • helper: add methods to request and retrieve recommendations (#6111) (1b683c5)

[email protected]

3.17.0 (2024-04-02)

Features

  • helper: set up state management for recommendations (#6100) (bc5122f)

[email protected]

3.16.3 (2024-02-27)

Bug Fixes

  • helper: correctly set isRefined for hierarchical facet values with trailing spaces (#6059) (a12e567)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by instantsearch-bot, a new releaser for algoliasearch-helper since your current version.


Updates vue-instantsearch from 2.7.0 to 4.17.1

Release notes

Sourced from vue-instantsearch's releases.

[email protected]

4.17.1 (2024-05-28)

Note: Version bump only for package vue-instantsearch

[email protected]

4.17.0 (2024-05-21)

Features

  • recommend: introduce connectLookingSimilar connector (#6180) (78a7723)
  • recommend: introduce connectRelatedProducts connector (#6142) (89c4409)
  • recommend: introduce connectTrendingItems connector (#6169) (fa165ab)

[email protected]

4.16.2 (2024-05-07)

Note: Version bump only for package vue-instantsearch

[email protected]

4.16.1 (2024-04-30)

Bug Fixes

  • vue: avoid passing a proxied object in Configure (#6166) (93cfd60)
  • vue: handle multiple children arguments for createElement (0c99ded)

[email protected]

4.16.0 (2024-04-18)

Note: Version bump only for package vue-instantsearch

[email protected]

4.15.0 (2024-04-02)

Bug Fixes

  • vue-instantsearch: only render list in <refinement-list> when it has items (#6092) (9a38de0)
  • vue-instantsearch: properly add noRefinement class on <ais-refinement-list> (#6095) (9ae7c05)

Features

... (truncated)

Commits
Maintainer changes

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


Updates async from 2.6.3 to 2.6.4

Changelog

Sourced from async's changelog.

v2.6.4

  • Fix potential prototype pollution exploit (#1828)
Commits
Maintainer changes

This version was pushed to npm by hargasinski, a new releaser for async since your current version.


Updates qs from 6.5.2 to 6.5.3

Changelog

Sourced from qs's changelog.

6.5.3

  • [Fix] parse: ignore __proto__ keys (#428)
  • [Fix] utils.merge: avoid a crash with a null target and a truthy non-array source
  • [Fix] correctly parse nested arrays
  • [Fix] stringify: fix a crash with strictNullHandling and a custom filter/serializeDate (#279)
  • [Fix] utils: merge: fix crash when source is a truthy primitive & no options are provided
  • [Fix] when parseArrays is false, properly handle keys ending in []
  • [Fix] fix for an impossible situation: when the formatter is called with a non-string value
  • [Fix] utils.merge: avoid a crash with...

    Description has been truncated

Bumps the npm_and_yarn group in /frontend with 32 updates:

| Package | From | To |
| --- | --- | --- |
| [axios](https://github.com/axios/axios) | `0.18.0` | `0.28.0` |
| [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue) | `2.0.0-rc.11` | `2.0.0-rc.12` |
| [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.11.5` | `7.24.6` |
| [semver](https://github.com/npm/node-semver) | `5.7.1` | `5.7.2` |
| [algoliasearch-helper](https://github.com/algolia/instantsearch) | `2.28.1` | `3.21.0` |
| [vue-instantsearch](https://github.com/algolia/instantsearch) | `2.7.0` | `4.17.1` |
| [async](https://github.com/caolan/async) | `2.6.3` | `2.6.4` |
| [qs](https://github.com/ljharb/qs) | `6.5.2` | `6.5.3` |
| [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` |
| [dns-packet](https://github.com/mafintosh/dns-packet) | `1.3.1` | `1.3.4` |
| [ejs](https://github.com/mde/ejs) | `2.7.4` | `removed` |
| [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service) | `4.5.8` | `5.0.8` |
| [elliptic](https://github.com/indutny/elliptic) | `6.5.3` | `6.5.5` |
| [express](https://github.com/expressjs/express) | `4.17.1` | `4.19.2` |
| [follow-redirects](https://github.com/follow-redirects/follow-redirects) | `1.13.0` | `1.15.6` |
| [highlight.js](https://github.com/highlightjs/highlight.js) | `9.18.3` | `10.7.3` |
| [json5](https://github.com/json5/json5) | `0.5.1` | `1.0.1` |
| [json-schema](https://github.com/kriszyp/json-schema) | `0.2.3` | `0.4.0` |
| [jsprim](https://github.com/joyent/node-jsprim) | `1.4.1` | `1.4.2` |
| [lodash](https://github.com/lodash/lodash) | `4.17.20` | `4.17.21` |
| [minimist](https://github.com/minimistjs/minimist) | `1.2.0` | `1.2.5` |
| [node-fetch](https://github.com/node-fetch/node-fetch) | `1.6.3` | `2.7.0` |
| [node-forge](https://github.com/digitalbazaar/forge) | `0.10.0` | `1.3.1` |
| [postcss](https://github.com/postcss/postcss) | `7.0.35` | `7.0.39` |
| [shell-quote](https://github.com/ljharb/shell-quote) | `1.7.2` | `1.8.1` |
| [tough-cookie](https://github.com/salesforce/tough-cookie) | `2.5.0` | `removed` |
| [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel) | `4.5.8` | `5.0.8` |
| [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint) | `4.5.8` | `5.0.8` |
| [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) | `3.7.2` | `5.3.4` |
| [ws](https://github.com/websockets/ws) | `6.2.1` | `7.5.9` |
| [y18n](https://github.com/yargs/y18n) | `4.0.0` | `5.0.8` |


Updates `axios` from 0.18.0 to 0.28.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md)
- [Commits](axios/axios@v0.18.0...v0.28.0)

Updates `bootstrap-vue` from 2.0.0-rc.11 to 2.0.0-rc.12
- [Release notes](https://github.com/bootstrap-vue/bootstrap-vue/releases)
- [Changelog](https://github.com/bootstrap-vue/bootstrap-vue/blob/dev/CHANGELOG-OLD.md)
- [Commits](bootstrap-vue/bootstrap-vue@v2.0.0-rc.11...v2.0.0-rc.12)

Updates `@babel/traverse` from 7.11.5 to 7.24.6
- [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.6/packages/babel-traverse)

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 `algoliasearch-helper` from 2.28.1 to 3.21.0
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/commits/[email protected])

Updates `vue-instantsearch` from 2.7.0 to 4.17.1
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/compare/[email protected])

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 `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 `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 `dns-packet` from 1.3.1 to 1.3.4
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
- [Commits](mafintosh/dns-packet@v1.3.1...v1.3.4)

Removes `ejs`

Updates `@vue/cli-service` from 4.5.8 to 5.0.8
- [Release notes](https://github.com/vuejs/vue-cli/releases)
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-service)

Updates `elliptic` from 6.5.3 to 6.5.5
- [Commits](indutny/elliptic@v6.5.3...v6.5.5)

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.13.0 to 1.15.6
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.13.0...v1.15.6)

Updates `highlight.js` from 9.18.3 to 10.7.3
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/10.7.3/CHANGES.md)
- [Commits](https://github.com/highlightjs/highlight.js/commits/10.7.3)

Updates `json5` from 0.5.1 to 1.0.1
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v0.5.1...v1.0.1)

Updates `json-schema` from 0.2.3 to 0.4.0
- [Commits](kriszyp/json-schema@v0.2.3...v0.4.0)

Updates `jsprim` from 1.4.1 to 1.4.2
- [Changelog](https://github.com/TritonDataCenter/node-jsprim/blob/v1.4.2/CHANGES.md)
- [Commits](TritonDataCenter/node-jsprim@v1.4.1...v1.4.2)

Updates `lodash` from 4.17.20 to 4.17.21
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.20...4.17.21)

Updates `minimist` from 1.2.0 to 1.2.5
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.0...v1.2.5)

Updates `node-fetch` from 1.6.3 to 2.7.0
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v1.6.3...v2.7.0)

Updates `node-forge` from 0.10.0 to 1.3.1
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](digitalbazaar/forge@0.10.0...v1.3.1)

Updates `postcss` from 7.0.35 to 7.0.39
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/7.0.39/CHANGELOG.md)
- [Commits](postcss/postcss@7.0.35...7.0.39)

Updates `shell-quote` from 1.7.2 to 1.8.1
- [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md)
- [Commits](ljharb/shell-quote@v1.7.2...v1.8.1)

Removes `tough-cookie`

Updates `@vue/cli-plugin-babel` from 4.5.8 to 5.0.8
- [Release notes](https://github.com/vuejs/vue-cli/releases)
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-plugin-babel)

Updates `@vue/cli-plugin-eslint` from 4.5.8 to 5.0.8
- [Release notes](https://github.com/vuejs/vue-cli/releases)
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-plugin-eslint)

Updates `webpack-dev-middleware` from 3.7.2 to 5.3.4
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
- [Commits](webpack/webpack-dev-middleware@v3.7.2...v5.3.4)

Updates `ws` from 6.2.1 to 7.5.9
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@6.2.1...7.5.9)

Updates `y18n` from 4.0.0 to 5.0.8
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](yargs/y18n@v4.0.0...v5.0.8)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: bootstrap-vue
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@babel/traverse"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: semver
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: algoliasearch-helper
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: vue-instantsearch
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: async
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: qs
  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: dns-packet
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ejs
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@vue/cli-service"
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: elliptic
  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: highlight.js
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: json5
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: json-schema
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: jsprim
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: lodash
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: node-fetch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: node-forge
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: postcss
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: shell-quote
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tough-cookie
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@vue/cli-plugin-babel"
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: "@vue/cli-plugin-eslint"
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: webpack-dev-middleware
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ws
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: y18n
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Jun 4, 2024

Dependabot tried to add @joshjohanning as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/DevOpsConf2024/ghas-demo/pulls/45/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the DevOpsConf2024/ghas-demo repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

Copy link
Author

dependabot bot commented on behalf of github Jun 4, 2024

The following labels could not be found: triage-required.

Copy link

github-actions bot commented Jun 4, 2024

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ❌ 1 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ✅ 0 package(s) with unknown licenses.
See the Details below.

License Issues

frontend/package-lock.json

PackageVersionLicenseIssue Type
webidl-conversions3.0.1BSD-2-ClauseIncompatible License
Denied Licenses: LGPL-2.0, BSD-2-Clause

Scanned Manifest Files

frontend/package-lock.json
frontend/package.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants