data-transfer-project
data-transfer-project copied to clipboard
Bump the npm_and_yarn group across 1 directory with 16 updates
Bumps the npm_and_yarn group with 8 updates in the /client-rest directory:
| Package | From | To |
|---|---|---|
| @angular/core | 11.2.14 |
12.0.0 |
| postcss | 7.0.39 |
8.4.38 |
| @angular-devkit/build-angular | 0.1102.13 |
18.1.4 |
| qs | 6.5.2 |
6.5.3 |
| follow-redirects | 1.14.8 |
1.15.6 |
| json-schema | 0.2.3 |
0.4.0 |
| jsprim | 1.4.1 |
1.4.2 |
| socket.io | 4.5.0 |
4.7.5 |
Updates @angular/core from 11.2.14 to 12.0.0
Changelog
Sourced from @angular/core's changelog.
18.2.0-rc.0 (2024-08-07)
Breaking Changes
zone.js
fakeAsyncwill now flush pending timers at the end of the given function by default. To opt-out of this, you can use{flush: false}in options parameter offakeAsynccompiler
Commit Type Description d9d68e73d2 fix reduce chance of conflicts between generated factory and local variables (#57181) compiler-cli
Commit Type Description 0b1dd39663 perf improve performance of interpolatedSignalNotInvokedextended diagnostic (#57291)core
Commit Type Description f7918f5272 feat Add 'flush' parameter option to fakeAsync to flush after the test (#57239) 7919982063 feat Add whenStable helper on ApplicationRef (#57190) 18.1.4 (2024-08-07)
compiler
Commit Type Description 6a99f83659 fix reduce chance of conflicts between generated factory and local variables (#57181) compiler-cli
Commit Type Description afb05ff1cb fix support JIT transforms before other transforms modifying classes (#57262) bae54a1621 perf improve performance of interpolatedSignalNotInvokedextended diagnostic (#57291)language-service
Commit Type Description 6ac209c24f fix avoid generating TS suggestion diagnostics for templates (#56241) 18.2.0-next.4 (2024-08-05)
compiler-cli
Commit Type Description e2259c7b09 fix support JIT transforms before other transforms modifying classes (#57262) core
Commit Type Description
... (truncated)
Commits
0a2191fRevert "refactor(core): optimize calls tosplitandslicewhile computing...d555555fix(platform-browser): prevent memory leak of style nodes if shadow DOM encap...1449c5cfix(core): do not retain dynamically compiled components and modules (#42003)effde9drefactor(core): remove unnecessary cast (#41960)6bec2d4refactor(core): optimize calls tosplitandslicewhile computing version...e9ddc57fix(core): invoke profiler around ngOnDestroy lifecycle hooks (#41969)e218a8brefactor(common): change missing NgSwitch provider error message (#41704)3361c19docs: Remove references to protractor from documentation (#41731)73c6c64fix(core): handle multiple i18n attributes with expression bindings (#41882)01cc995fix(animations): ensure consistent transition namespace ordering (#19854)- Additional commits viewable in compare view
Updates postcss from 7.0.39 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 simplify types.8.4.34
- Fixed
AtRule#nodestype (by@tim-we).- Cleaned up code (by
@DrKiraDmitry).8.4.33
- Fixed
NoWorkResultbehavior difference with normal mode (by@romainmenke).- Fixed
NoWorkResultusage conditions (by@ahmdammarr).8.4.32
- Fixed
postcss().process()types (by@ferreira-tb).8.4.31
- Fixed
\rparsing to fix CVE-2023-44270.8.4.30
- Improved source map performance (by
@romainmenke).8.4.29
8.4.28
- Fixed
Root.source.endfor better source map (by@romainmenke).- Fixed
Result.roottypes whenprocess()has no parser.8.4.27
- Fixed
Containerclone methods types.8.4.26
- Fixed clone methods types.
8.4.25
- Improve stringify performance (by
@romainmenke).- Fixed docs (by
@vikaskaliramna07).8.4.24
- Fixed
Plugintypes.
... (truncated)
Changelog
Sourced from postcss's changelog.
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 simplify types.8.4.34
- Fixed
AtRule#nodestype (by Tim Weißenfels).- Cleaned up code (by Dmitry Kirillov).
8.4.33
- Fixed
NoWorkResultbehavior difference with normal mode (by Romain Menke).- Fixed
NoWorkResultusage conditions (by@ahmdammarr).8.4.32
- Fixed
postcss().process()types (by Andrew Ferreira).8.4.31
- Fixed
\rparsing to fix CVE-2023-44270.8.4.30
- Improved source map performance (by Romain Menke).
8.4.29
- Fixed
Node#source.offset(by Ido Rosenthal).- Fixed docs (by Christian Oliff).
8.4.28
- Fixed
Root.source.endfor better source map (by Romain Menke).- Fixed
Result.roottypes whenprocess()has no parser.8.4.27
- Fixed
Containerclone methods types.8.4.26
- Fixed clone methods types.
8.4.25
- Improve stringify performance (by Romain Menke).
- Fixed docs (by
@vikaskaliramna07).8.4.24
- Fixed
Plugintypes.
... (truncated)
Commits
a69d45eRelease 8.4.38 version64e35d9Update dependenciesc1ad8fbMerge pull request #1932 from romainmenke/fix-warning-end-index--inventive-nu...b45e7e9fix endIndex1bea246failing test: for endIndex 0 in rangeBy0fd1d86Add changelog auto release on Github49c906eRelease 8.4.37 versionb5bd92cFix another broken prev source map issue2882039Update dependenciese5ad939Release 8.4.36 version- Additional commits viewable in compare view
Updates @angular-devkit/build-angular from 0.1102.13 to 18.1.4
Release notes
Sourced from @angular-devkit/build-angular's releases.
v18.1.4
18.1.4 (2024-08-07)
@angular/build
Commit Description allow explicitly disabling TypeScript incremental mode lazy load Node.js inspector for dev server v18.1.3
18.1.3 (2024-07-31)
@angular/buildv18.1.2
18.1.2 (2024-07-24)
@angular/build
Commit Description account for HTML base HREF for dev-server externals correctly detect comma in Sass URL lexer prevent redirection loop serve HTML files directly v18.1.1
18.1.1 (2024-07-17)
@angular-devkit/build-angular
Commit Description skip undefined files when generating budget stats
@angular/build
Commit Description remove Vite "/@id/" prefix for explicit external dependencies resolve only ".wasm" files v18.1.0
18.1.0 (2024-07-10)
@schematics/angular
Commit Description generate new projects with ECMAScript standard class field behavior
... (truncated)
Changelog
Sourced from @angular-devkit/build-angular's changelog.
18.1.4 (2024-08-07)
@angular/build
Commit Type Description f8b092711 fix allow explicitly disabling TypeScript incremental mode f3a5970fc fix lazy load Node.js inspector for dev server 18.2.0-next.3 (2024-07-31)
@angular/build
Commit Type Description 636cb6932 fix add CSP nonceattribute to script tags when inline critical CSS is disabled7d52941a2 fix prevent build failures with remote CSS imports when Tailwind is configured 0466fb74a fix resolve error with extract-i18nbuilder for libraries18.1.3 (2024-07-31)
@angular/build
Commit Type Description a28615d7d fix add CSP nonceattribute to script tags when inline critical CSS is disabled747a1447c fix prevent build failures with remote CSS imports when Tailwind is configured c0933f2c0 fix resolve error with extract-i18nbuilder for libraries18.2.0-next.2 (2024-07-24)
@angular/build
Commit Type Description 37a2138cb fix account for HTML base HREF for dev-server externals 8ff687d03 fix correctly detect comma in Sass URL lexer 6d6937587 fix prevent redirection loop
... (truncated)
Commits
- See full diff in compare view
Updates json5 from 1.0.1 to 2.2.3
Release notes
Sourced from json5's releases.
v2.2.3
- Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299)
v2.2.2
- 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
- Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)
v2.2.0
- 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
- Fix: Bump
minimisttov1.2.5. (#222)v2.1.1
- New:
package.jsonandpackage.json5include amoduleproperty so bundlers like webpack, rollup and parcel can take advantage of the ES Module build. (#208)- Fix:
stringifyoutputs\0as\\x00when followed by a digit. (#210)- Fix: Spelling mistakes have been fixed. (#196)
v2.1.0
- New: The
index.mjsandindex.min.mjsbrowser builds in thedistdirectory support ES6 modules. (#187)v2.0.1
- Fix: The browser builds in the
distdirectory support ES5. (#182)v2.0.0
Major: JSON5 officially supports Node.js v6 and later. Support for Node.js v4 has been dropped. Since Node.js v6 supports ES5 features, the code has been rewritten in native ES5, and the dependence on Babel has been eliminated.
New: Support for Unicode 10 has been added.
New: The test framework has been migrated from Mocha to Tap.
New: The browser build at
dist/index.jsis no longer minified by default. A minified version is available atdist/index.min.js. (#181)Fix: The warning has been made clearer when line and paragraph separators are
... (truncated)
Changelog
Sourced from json5's changelog.
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]
- Fix: Bump
minimisttov1.2.5. (#222)v2.1.1 [code, [diff][d2.1.1]]
... (truncated)
Commits
c3a75242.2.394fd06ddocs: update CHANGELOG for v2.2.33b8cebfdocs(security): use GitHub security advisoriesf0fd9e1docs: publish a security policy6a91a05docs(template): bug -> bug report14f8cb12.2.210cc7cadocs: update CHANGELOG for v2.2.27774c10fix: add proto to objects and arraysedde30aReadme: slight tweak to intro97286f8Improve example in readme- Additional commits viewable in compare view
Updates loader-utils from 1.4.2 to 2.0.4
Release notes
Sourced from loader-utils's releases.
v2.0.4
2.0.4 (2022-11-11)
Bug Fixes
v2.0.3
2.0.3 (2022-10-20)
Bug Fixes
v2.0.2
2.0.2 (2021-11-04)
Bug Fixes
v2.0.1
2.0.1 (2021-10-29)
Bug Fixes
v2.0.0
2.0.0 (2020-03-17)
⚠ BREAKING CHANGES
Changelog
Sourced from loader-utils's changelog.
2.0.4 (2022-11-11)
Bug Fixes
2.0.3 (2022-10-20)
Bug Fixes
2.0.2 (2021-11-04)
Bug Fixes
2.0.1 (2021-10-29)
Bug Fixes
2.0.0 (2020-03-17)
⚠ BREAKING CHANGES
- minimum required
Node.jsversion is8.9.0(#166) (c937e8c)- the
getOptionsmethod returns empty object on empty query (#167) (b595cfb)- Use
md4by default1.4.0 (2020-02-19)
Features
1.3.0 (2020-02-19)
... (truncated)
Commits
6688b50chore(release): 2.0.4ac09944fix: ReDoS problem (#225)7162619chore(release): 2.0.3a93cf6ffix(security): prototype polution exploit (#217)90c7c4bchore(release): 2.0.28c2d24efix: base64 generation and unicode characters (#197)5fb5562chore(release): 2.0.11069f61fix: md4 support on Node.js v17 (#193)d9f4e23chore(release): 2.0.0865dc03refactor: switch tomd4by default (#168)- Additional commits viewable in compare view
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 withstrictNullHandlingand a customfilter/serializeDate(#279)- [Fix]
utils:merge: fix crash whensourceis a truthy primitive & no options are provided- [Fix] when
parseArraysis 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 a null target and an array source- [Refactor]
utils: reduce observable [[Get]]s- [Refactor] use cached
Array.isArray- [Refactor]
stringify: Avoid arr = arr.concat(...), push to the existing instance (#269)- [Refactor]
parse: only need to reassign the var once- [Robustness]
stringify: avoid relying on a globalundefined(#427)- [readme] remove travis badge; add github actions/codecov badges; update URLs
- [Docs] Clean up license text so it’s properly detected as BSD-3-Clause
- [Docs] Clarify the need for "arrayLimit" option
- [meta] fix README.md (#399)
- [meta] add FUNDING.yml
- [actions] backport actions from main
- [Tests] always use
String(x)overx.toString()- [Tests] remove nonexistent tape option
- [Dev Deps] backport from main
Commits
298bfa5v6.5.3ed0f5dc[Fix]parse: ignore__proto__keys (#428)691e739[Robustness]stringify: avoid relying on a globalundefined(#427)1072d57[readme] remove travis badge; add github actions/codecov badges; update URLs12ac1c4[meta] fix README.md (#399)0338716[actions] backport actions from main5639c20Clean up license text so it’s properly detected as BSD-3-Clause51b8a0badd FUNDING.yml45f6759[Fix] fix for an impossible situation: when the formatter is called with a no...f814a7f[Dev Deps] backport from main- Additional commits viewable in compare view
Updates braces from 2.3.2 to 3.0.3
Changelog
Sourced from braces's changelog.
Release history
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Changelogs are for humans, not machines.
- There should be an entry for every single version.
- The same types of changes should be grouped.
- Versions and sections should be linkable.
- The latest version comes first.
- The release date of each versions is displayed.
- Mention whether you follow Semantic Versioning.
Changelog entries are classified using the following labels (from keep-a-changelog):
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.[3.0.0] - 2018-04-08
v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer deps, and a more accurate parser and compiler.
Breaking Changes
- The undocumented
.makeRemethod was removedNon-breaking changes
- Caching was removed
Commits
- See full diff in compare view
Updates express from 4.18.1 to 4.19.2
Release notes
Sourced from express's releases.
4.19.2
What's Changed
Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2
4.19.1
What's Changed
- Fix ci after location patch by
@wesleytoddin expressjs/express#5552- fixed un-edited version in history.md for 4.19.0 by
@wesleytoddin expressjs/express#5556Full Changelog: https://github.com/expressjs/express/compare/4.19.0...4.19.1
4.19.0
What's Changed
- fix typo in release date by
@UlisesGasconin expressjs/express#5527- docs: nominating
@wesleytoddto be project captian by@wesleytoddin expressjs/express#5511- docs: loosen TC activity rules by
@wesleytoddin expressjs/express#5510- Add note on how to update docs for new release by
@crandmckin expressjs/express#5541- Prevent open redirect allow list bypass due to encodeurl
- Release 4.19.0 by
@wesleytoddin expressjs/express#5551New Contributors
@crandmckmade their first contribution in expressjs/express#5541Full Changelog: https://github.com/expressjs/express/compare/4.18.3...4.19.0
4.18.3
Main Changes
- Fix routing requests without method
- deps: [email protected]
- Fix strict json error message on Node.js 19+
- deps: content-type@~1.0.5
- deps: [email protected]
Other Changes
- Use https: protocol instead of deprecated git: protocol by
@vcsjonesin expressjs/express#5032- build: [email protected] and [email protected] by
@abenhamdinein expressjs/express#5034- ci: update actions/checkout to v3 by
@armujahidin expressjs/express#5027- test: remove unused function arguments in params by
@raksbishtin expressjs/express#5124- Remove unused originalIndex from acceptParams by
@raksbishtin expressjs/express#5119- Fixed typos by
@raksbishtin expressjs/express#5117- examples: remove unused params by
@raksbishtin expressjs/express#5113- fix: parameter str is not described in JSDoc by
@raksbishtin expressjs/express#5130- fix: typos in History.md by
@raksbishtin expressjs/express#5131- build : add [email protected] by
@abenhamdinein expressjs/express#5028- test: remove unused function arguments in params by
@raksbishtin expressjs/express#5137
... (truncated)
Changelog
Sourced from express'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: [email protected]
4.18.3 / 2024-02-29
- Fix routing requests without method
- deps: [email protected]
- Fix strict json error message on Node.js 19+
- deps: content-type@~1.0.5
- deps: [email protected]
- deps: [email protected]
- Add
partitionedoption4.18.2 / 2022-10-08
- Fix regression routing a large stack in a single route
- deps: [email protected]
- deps: [email protected]
- perf: remove unnecessary object clone
- deps: [email protected]
Commits
04bc6274.19.2da4d763Improved fix for open redirect allow list bypass4f0f6cc4.19.1a003cfaAllow passing non-strings to res.location with new encoding handling checks f...a1fa90ffixed un-edited version in history.md for 4.19.011f2b1dbuild: fix build due to inconsistent supertest behavior in older versions084e3654.19.00867302Prevent open redirect allow list bypass due to encodeurl567c9c6Add note on how to update docs for new release (#5541)69a4cf2deps: [email protected]- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by wesleytodd, a new releaser for express since your current version.
Updates follow-redirects from 1.14.8 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 json-schema from 0.2.3 to 0.4.0
Commits
f6f6a3bUse a little more robust method of checking instancesef60987Update versionb62f1daProtect against constructor modification, #84fb427cdLink to json-schema-org repository in addition to site, fixes #5422f1461Don't allow proto property to be used for schema default/coerce, fixes #84c52a27cGet basic test to passb3f42b3Add security policy3b0cec3Update versionc28470fUpdate readme to acknowledge the state of the package7dff9cdMerge pull request #81 from hodovani/patch-1- Additional commits viewable in compare view
Updates jsprim from 1.4.1 to 1.4.2
Changelog
Sourced from jsprim's changelog.
v1.4.2 (2021-11-29)
- #35 Backport json-schema 0.4.0 to version 1.4.x
Commits
5c8475fjoyent/node-jsprim#35 Backport json-schema 0.4.0 to version 1.4.x- See full diff in compare view
Maintainer changes
This version was pushed to npm by bahamat, a new releaser for jsprim since your current version.
Updates node-forge from 0.10.0 to 1.3.1
Changelog
Sourced from node-forge's changelog.
1.3.1 - 2022-03-29
Fixes
- RFC 3447 and RFC 8017 allow for optional
DigestAlgorithmNULLparameters forsha*algorithms and requireNULLparamters formd2andmd5algorithms.1.3.0 - 2022-03-17
Security
- Three RSA PKCS#1 v1.5 signature verification issues were reported by Moosa Yahyazadeh ([email protected]).
- HIGH: Leniency in checking
digestAlgorithmstructure can lead to signature forgery.
- The code is lenient in checking the digest algorithm structure. This can allow a crafted structure that steals padding bytes and uses unchecked portion of the PKCS#1 encoded message to forge a signature when a low public exponent is being used. For more information, please see "Bleichenbacher's RSA signature forgery based on implementation error" by Hal Finney.
- CVE ID: CVE-2022-24771
- GHSA ID: GHSA-cfm4-qjh2-4765
- HIGH: Failing to check tailing garbage bytes can lead to signature forgery.
- The code does not check for tailing garbage bytes after decoding a
DigestInfoASN.1 structure. This can allow padding bytes to be removed and garbage data added to forge a signature when a low public exponent is being used. For more information, please see "Bleichenbacher's RSA signature forgery based on implementation error" by Hal Finney.- CVE ID: CVE-2022-24772
- GHSA ID: GHSA-x4jg-mjrx-434g
- MEDIUM: Leniency in checking type octet.
DigestInfois not properly checked for proper ASN.1 structure. This can lead to successful verification with signatures that contain invalid structures but a valid digest.- CVE ID: CVE-2022-24773
- GHSA ID: GHSA-2r2c-g63r-vccr
Fixed
- [asn1] Add fallback to pretty print invalid UTF8 data.
- [asn1]
fromDeris now more strict and will default to ensuring all input bytes are parsed or throw an error. A new optionparseAllBytescan disable this behavior.
- NOTE: The previous behavior is being changed since it can lead to security issues with crafted inputs. It is possible that code doing custom DER parsing may need to adapt to this new behavior and optional flag.
- [rsa] Add and use a validator to check for proper structure of parsed ASN.1
... (truncated)
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Superseded by #1431.