Bump the npm_and_yarn group across 21 directories with 9 updates
Bumps the npm_and_yarn group with 3 updates in the / directory: node-fetch, axios and ejs. Bumps the npm_and_yarn group with 5 updates in the /samples/01.getting-started/g.hybrid-react-npm directory:
| Package | From | To |
|---|---|---|
| node-fetch | 2.6.7 |
2.7.0 |
| axios | 1.2.0 |
1.7.2 |
| ejs | 3.1.8 |
3.1.10 |
| json5 | 1.0.1 |
1.0.2 |
| tough-cookie | 4.1.3 |
4.1.4 |
Bumps the npm_and_yarn group with 3 updates in the /samples/01.getting-started/g.hybrid-react-npm/packages/app directory: ip, webpack-dev-server and tough-cookie. Bumps the npm_and_yarn group with 1 update in the /samples/01.getting-started/g.hybrid-react-npm/packages/chat-component directory: postcss. Bumps the npm_and_yarn group with 1 update in the /samples/01.getting-started/k.direct-line-token/javascript/web directory: node-fetch. Bumps the npm_and_yarn group with 3 updates in the /samples/04.api/e.piping-to-redux directory: ip, webpack-dev-server and tough-cookie. Bumps the npm_and_yarn group with 3 updates in the /samples/04.api/f.selectable-activity directory: ip, webpack-dev-server and tough-cookie. Bumps the npm_and_yarn group with 3 updates in the /samples/04.api/g.chat-send-history directory: ip, webpack-dev-server and tough-cookie. Bumps the npm_and_yarn group with 3 updates in the /samples/04.api/h.clear-after-idle directory: ip, webpack-dev-server and tough-cookie. Bumps the npm_and_yarn group with 3 updates in the /samples/06.recomposing-ui/a.minimizable-web-chat directory: ip, webpack-dev-server and tough-cookie. Bumps the npm_and_yarn group with 3 updates in the /samples/06.recomposing-ui/b.speech-ui directory: ip, webpack-dev-server and tough-cookie. Bumps the npm_and_yarn group with 3 updates in the /samples/06.recomposing-ui/c.smart-display directory: ip, webpack-dev-server and tough-cookie. Bumps the npm_and_yarn group with 3 updates in the /samples/06.recomposing-ui/d.plain-ui directory: ip, webpack-dev-server and tough-cookie. Bumps the npm_and_yarn group with 3 updates in the /samples/06.recomposing-ui/e.extending-ui directory: ip, webpack-dev-server and tough-cookie. Bumps the npm_and_yarn group with 1 update in the /samples/07.advanced-web-chat-apps/a.upload-to-azure-storage/web directory: node-fetch. Bumps the npm_and_yarn group with 3 updates in the /samples/07.advanced-web-chat-apps/b.sso-for-enterprise/app directory: ip, webpack-dev-server and tough-cookie. Bumps the npm_and_yarn group with 1 update in the /samples/07.advanced-web-chat-apps/b.sso-for-enterprise/rest-api directory: node-fetch. Bumps the npm_and_yarn group with 1 update in the /samples/07.advanced-web-chat-apps/c.sso-for-intranet/web directory: node-fetch. Bumps the npm_and_yarn group with 1 update in the /samples/07.advanced-web-chat-apps/d.sso-for-teams/web directory: node-fetch. Bumps the npm_and_yarn group with 3 updates in the /samples/07.advanced-web-chat-apps/e.sso-on-behalf-of-authentication/app directory: ip, webpack-dev-server and tough-cookie. Bumps the npm_and_yarn group with 1 update in the /samples/07.advanced-web-chat-apps/e.sso-on-behalf-of-authentication/rest-api directory: node-fetch.
Updates node-fetch from 2.7.0 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
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
v3.2.8
3.2.8 (2022-07-12)
Bug Fixes
... (truncated)
Commits
8b3320dfix: Remove the default connection close header. (#1736)7b86e94fix: release "Allow URL class object as an argument for fetch()" #1696 (#1716)8ced5b9docs: readme - non ESM example (#1707)71e376bci(release): use latest Node LTS (#1697)e093030Allow URL class object as an argument for fetch() (#1696)55a4870feat: add static Response.json (#1670)c071406(1138) - Fixed HTTPResponseError with correct constructor and usage (#1666)6f72caadocs: fix missing comma in example (#1623)2880238fix: ReDoS referrer (#1611)e87b093fix(Headers): don't forward secure headers on protocol change (#1599)- Additional commits viewable in compare view
Updates axios from 1.6.2 to 1.7.2
Release notes
Sourced from axios's releases.
Release v1.7.2
Release notes:
Bug Fixes
Contributors to this release
Release v1.7.1
Release notes:
Bug Fixes
- fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)
Contributors to this release
Release v1.7.0
Release notes:
Features
Bug Fixes
Contributors to this release
Release v1.7.0-beta.2
Release notes:
Bug Fixes
- fetch: capitalize HTTP method names; (#6395) (ad3174a)
- fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e)
- fetch: fix headers getting from a stream response; (#6401) (870e0a7)
Contributors to this release
Release v1.7.0-beta.1
Release notes:
... (truncated)
Changelog
Sourced from axios's changelog.
1.7.2 (2024-05-21)
Bug Fixes
Contributors to this release
1.7.1 (2024-05-20)
Bug Fixes
- fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)
Contributors to this release
1.7.0 (2024-05-19)
Features
Bug Fixes
Contributors to this release
1.7.0-beta.2 (2024-05-19)
Bug Fixes
- fetch: capitalize HTTP method names; (#6395) (ad3174a)
- fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e)
- fetch: fix headers getting from a stream response; (#6401) (870e0a7)
Contributors to this release
... (truncated)
Commits
0e4f9fachore(release): v1.7.2 (#6414)4f79aeffix(fetch): enhance fetch API detection; (#6413)67d1373chore(release): v1.7.1 (#6411)733f15ffix(fetch): fixed ReferenceError issue when TextEncoder is not available in t...3041c61[Release] v1.7.0 (#6408)18b13cbchore(docs): add fetch adapter docs; (#6407)e62099bfix(fetch): fixed a possible memory leak in the AbortController for the strea...b49aa8echore(release): v1.7.0-beta.2 (#6403)d57f03achore(ci): bump create-pull-request version to fix a bug; (#6405)097b0d1chore(ci): add tag resolution for npm releases based on package version; (#6404)- Additional commits viewable in compare view
Updates ejs from 3.1.8 to 3.1.10
Commits
d3f807dVersion 3.1.109ee26ddMocha TDDe469741Basic pollution protection715e950Merge pull request #756 from Jeffrey-mu/maincabe314Include advanced usage examples29b076cAdded header11503c7Merge branch 'main' of github.com:mde/ejs into main7690404Added security banner to READMEf47d7aeUpdate SECURITY.md828cea1Update SECURITY.md- Additional commits viewable in compare view
Updates follow-redirects from 1.15.2 to 1.15.6
Commits
35a517cRelease version 1.15.6 of the npm package.c4f847fDrop Proxy-Authorization across hosts.8526b4aUse GitHub for disclosure.b1677ceRelease version 1.15.5 of the npm package.d8914f7Preserve fragment in responseUrl.6585820Release version 1.15.4 of the npm package.7a6567eDisallow bracketed hostnames.05629afPrefer native URL instead of deprecated url.parse.1cba8e8Prefer native URL instead of legacy url.resolve.72bc2a4Simplify _processResponse error handling.- Additional commits viewable in compare view
Updates node-fetch from 2.6.7 to 2.7.0
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
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
v3.2.8
3.2.8 (2022-07-12)
Bug Fixes
... (truncated)
Commits
8b3320dfix: Remove the default connection close header. (#1736)7b86e94fix: release "Allow URL class object as an argument for fetch()" #1696 (#1716)8ced5b9docs: readme - non ESM example (#1707)71e376bci(release): use latest Node LTS (#1697)e093030Allow URL class object as an argument for fetch() (#1696)55a4870feat: add static Response.json (#1670)c071406(1138) - Fixed HTTPResponseError with correct constructor and usage (#1666)6f72caadocs: fix missing comma in example (#1623)2880238fix: ReDoS referrer (#1611)e87b093fix(Headers): don't forward secure headers on protocol change (#1599)- Additional commits viewable in compare view
Updates axios from 1.2.0 to 1.7.2
Release notes
Sourced from axios's releases.
Release v1.7.2
Release notes:
Bug Fixes
Contributors to this release
Release v1.7.1
Release notes:
Bug Fixes
- fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)
Contributors to this release
Release v1.7.0
Release notes:
Features
Bug Fixes
Contributors to this release
Release v1.7.0-beta.2
Release notes:
Bug Fixes
- fetch: capitalize HTTP method names; (#6395) (ad3174a)
- fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e)
- fetch: fix headers getting from a stream response; (#6401) (870e0a7)
Contributors to this release
Release v1.7.0-beta.1
Release notes:
... (truncated)
Changelog
Sourced from axios's changelog.
1.7.2 (2024-05-21)
Bug Fixes
Contributors to this release
1.7.1 (2024-05-20)
Bug Fixes
- fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)
Contributors to this release
1.7.0 (2024-05-19)
Features
Bug Fixes
Contributors to this release
1.7.0-beta.2 (2024-05-19)
Bug Fixes
- fetch: capitalize HTTP method names; (#6395) (ad3174a)
- fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e)
- fetch: fix headers getting from a stream response; (#6401) (870e0a7)
Contributors to this release
... (truncated)
Commits
0e4f9fachore(release): v1.7.2 (#6414)4f79aeffix(fetch): enhance fetch API detection; (#6413)67d1373chore(release): v1.7.1 (#6411)733f15ffix(fetch): fixed ReferenceError issue when TextEncoder is not available in t...3041c61[Release] v1.7.0 (#6408)18b13cbchore(docs): add fetch adapter docs; (#6407)e62099bfix(fetch): fixed a possible memory leak in the AbortController for the strea...b49aa8echore(release): v1.7.0-beta.2 (#6403)d57f03achore(ci): bump create-pull-request version to fix a bug; (#6405)097b0d1chore(ci): add tag resolution for npm releases based on package version; (#6404)- Additional commits viewable in compare view
Updates ejs from 3.1.8 to 3.1.10
Commits
d3f807dVersion 3.1.109ee26ddMocha TDDe469741Basic pollution protection715e950Merge pull request #756 from Jeffrey-mu/maincabe314Include advanced usage examples29b076cAdded header11503c7Merge branch 'main' of github.com:mde/ejs into main7690404Added security banner to READMEf47d7aeUpdate SECURITY.md828cea1Update SECURITY.md- Additional commits viewable in compare view
Updates json5 from 1.0.1 to 1.0.2
Changelog
Sourced from json5's changelog.
Unreleased [code, diff]
v2.2.3 [code, diff]
- Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299)
v2.2.2 [code, diff]
- Fix: Properties with the name
__proto__are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).v2.2.1 [code, diff]
- Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)
v2.2.0 [code, diff]
- New: Accurate and documented TypeScript declarations are now included. There is no need to install
@types/json5. (#236, #244)v2.1.3 [code, diff]
v2.1.2 [code, diff]
... (truncated)
Commits
a62db1e1.0.2e0c23fedocs: update CHANGELOG for v1.0.262a6540fix: add proto to objects and arrays- See full diff in compare view
Updates follow-redirects from 1.15.2 to 1.15.6
Commits
35a517cRelease version 1.15.6 of the npm package.c4f847fDrop Proxy-Authorization across hosts.8526b4aUse GitHub for disclosure.b1677ceRelease version 1.15.5 of the npm package.d8914f7Preserve fragment in responseUrl.6585820Release version 1.15.4 of the npm package.7a6567eDisallow bracketed hostnames.05629afPrefer native URL instead of deprecated url.parse.1cba8e8Prefer native URL instead of legacy url.resolve.72bc2a4Simplify _processResponse error handling.- Additional commits viewable in compare view
Updates tough-cookie from 4.1.3 to 4.1.4
Release notes
Sourced from tough-cookie's releases.
v4.1.4
https://www.npmjs.com/package/tough-cookie/v/4.1.4
What's Changed
- Add local alias for
toStringby@corvidismin salesforce/tough-cookie#409- Fix incorrect string validation for URL by
@coditvain salesforce/tough-cookie#261New Contributors
@corvidismmade their first contribution in salesforce/tough-cookie#409@coditvamade their first contribution in salesforce/tough-cookie#261Full Changelog: https://github.com/salesforce/tough-cookie/compare/v4.1.3...v4.1.4
Commits
cacbc37Bump version to 4.1.4a48fb3aAdd tests for url validation50e69bfMerge pull request #261 from postmanlabs/fix/url-string-validation1253d58Merge pull request #409 from corvidism/validators-to-string238367eAdd local alias fortoStringcf6debdFix incorrect string validation for URL- See full diff in compare view
Maintainer changes
This version was pushed to npm by ccasey, a new releaser for tough-cookie since your current version.
Removes ip
Updates webpack-dev-server from 4.7.3 to 4.15.2
Release notes
Sourced from webpack-dev-server's releases.
v4.15.2
4.15.2 (2024-03-20)
Bug Fixes
- security: bump webpack-dev-middleware (4116209)
v4.15.1
4.15.1 (2023-06-09)
Bug Fixes
- replace
::withlocalhostbefore openBrowser() (#4856) (874c44b)- types: compatibility with
@types/ws(#4899) (34bcec2)v4.15.0
4.15.0 (2023-05-07)
Features
v4.14.0
4.14.0 (2023-05-06)
Features
- allow CLI to be ESM (#4837) (bb4a5d9)
- allow filter overlay errors/warnings/runtimeErrors with function (#4813) (aab01b3)
v4.13.3
4.13.3 (2023-04-15)
Bug Fixes
v4.13.2
4.13.2 (2023-03-31)
Bug Fixes
- prevent open 0.0.0.0 in browser due windows problems (04e74f2)
... (truncated)
Changelog
Sourced from webpack-dev-server's changelog.
4.15.2 (2024-03-20)
Bug Fixes
- security: bump webpack-dev-middleware (4116209)
4.15.1 (2023-06-09)
Bug Fixes
- replace
::withlocalhostbefore openBrowser() (#4856) (874c44b)- types: compatibility with
@types/ws(#4899) (34bcec2)4.15.0 (2023-05-07)
Features
4.14.0 (2023-05-06)
Features
- allow CLI to be ESM (#4837) (bb4a5d9)
- allow filter overlay errors/warnings with function (#4813) (aab01b3)
4.13.3 (2023-04-15)
Bug Fixes
4.13.2 (2023-03-31)
Bug Fixes
- prevent open 0.0.0.0 in browser due windows problems (04e74f2)
4.13.1 (2023-03-18)
Bug Fixes
... (truncated)
Commits
11bfcdechore(release): 4.15.24116209fix(security): bump webpack-dev-middleware540c438chore(release): 4.15.134bcec2fix(types): compatibility with@types/ws(#4899)3d61107chore(deps-dev): bump eslint from 8.40.0 to 8.41.0 (#4867)ddc87c8chore(deps-dev): bump@types/nodefrom 18.16.9 to 18.16.14 (#4868)168cf65chore(deps-dev): bump@types/nodefrom 18.16.7 to 18.16.9 (#4862)874c44bfix: replace::withlocalhostbefore openBrowser() (#4856)c54e427chore(deps-dev): bump@types/nodefrom 18.16.3 to 18.16.7 (#4857)b2c8017chore(deps-dev): bump webpack from 5.82.0 to 5.82.1 (#4858)- Additional commits viewable in compare view
Updates tough-cookie from 4.1.3 to 4.1.4
Release notes
Sourced from tough-cookie's releases.
v4.1.4
https://www.npmjs.com/package/tough-cookie/v/4.1.4
What's Changed
- Add local alias for
toStringby@corvidismin salesforce/tough-cookie#409- Fix incorrect string validation for URL by
@coditvain salesforce/tough-cookie#261New Contributors
@corvidismmade their first contribution in salesforce/tough-cookie#409@coditvamade their first contribution in salesforce/tough-cookie#261Full Changelog: https://github.com/salesforce/tough-cookie/compare/v4.1.3...v4.1.4
Commits
cacbc37Bump version to 4.1.4a48fb3aAdd tests for url validation50e69bfMerge pull request #261 from postmanlabs/fix/url-string-validation1253d58Merge pull request #409 from corvidism/validators-to-string238367eAdd local alias fortoStringcf6debdFix incorrect string validation for URL- See full diff in compare view
Maintainer changes
This version was pushed to npm by ccasey, a new releaser for tough-cookie since your current version.
Updates postcss from 8.4.32 to 8.4.38
Release notes
Sourced from postcss's releases.
8.4.38
- Fixed
endIndex: 0in errors and warnings (by@romainmenke).8.4.37
- Fixed
original.column are not numberserror in another case.8.4.36
- Fixed
original.column are not numberserror on broken previous source map.8.4.35
- Avoid
!innode.parent.nodestype.- Allow to pass
undefinedto node adding method to sim...Description has been truncated
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.