Closed dependabot[bot] closed 7 months ago
Bumps the npm_and_yarn group with 7 updates in the / directory:
1.5.0
1.6.0
4.18.1
4.19.2
0.30.5
0.32.6
7.20.0
7.24.1
1.15.3
1.15.6
2.0.6
2.0.7
8.4.13
8.4.31
Bumps the npm_and_yarn group with 5 updates in the /functions directory:
0.21.2
0.28.0
4.18.2
1.15.0
9.0.0
9.0.2
Updates axios from 1.5.0 to 1.6.0
axios
Sourced from axios's releases.
Release v1.6.0 Release notes: Bug Fixes CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232) dns: fixed lookup function decorator to work properly in node v20; (#6011) (5aaff53) types: fix AxiosHeaders types; (#5931) (a1c8ad0) PRs CVE 2023 45857 ( #6028 ) ⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459 Contributors to this release Dmitriy Mozgovoy Valentin Panov Rinku Chaudhari Release v1.5.1 Release notes: Bug Fixes adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779) formdata: fixed automatic addition of the Content-Type header for FormData in non-browser environments; (#5917) (bc9af51) headers: allow content-encoding header to handle case-insensitive values (#5890) (#5892) (4c89f25) types: removed duplicated code (9e62056) Contributors to this release Dmitriy Mozgovoy David Dallas Sean Sattler Mustafa Ateş Uzun Przemyslaw Motacki Michael Di Prisco
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
Content-Type
content-encoding
Sourced from axios's changelog.
1.6.0 (2023-10-26) Bug Fixes CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232) dns: fixed lookup function decorator to work properly in node v20; (#6011) (5aaff53) types: fix AxiosHeaders types; (#5931) (a1c8ad0) PRs CVE 2023 45857 ( #6028 ) ⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459 Contributors to this release Dmitriy Mozgovoy Valentin Panov Rinku Chaudhari 1.5.1 (2023-09-26) Bug Fixes adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779) formdata: fixed automatic addition of the Content-Type header for FormData in non-browser environments; (#5917) (bc9af51) headers: allow content-encoding header to handle case-insensitive values (#5890) (#5892) (4c89f25) types: removed duplicated code (9e62056) Contributors to this release Dmitriy Mozgovoy David Dallas Sean Sattler Mustafa Ateş Uzun Przemyslaw Motacki Michael Di Prisco PRs CVE 2023 45857 ( #6028 ) ⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
f7adacd
9917e67
96ee232
7d45ab2
keep-alive
5aaff53
a48a63a
a1c8ad0
2ac731d
88fb52b
e410779
Updates express from 4.18.1 to 4.19.2
express
Sourced from express's releases.
4.19.2 What's Changed Improved fix for open redirect allow list bypass 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 @wesleytodd in expressjs/express#5552 fixed un-edited version in history.md for 4.19.0 by @wesleytodd in expressjs/express#5556 Full 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 @UlisesGascon in expressjs/express#5527 docs: nominating @wesleytodd to be project captian by @wesleytodd in expressjs/express#5511 docs: loosen TC activity rules by @wesleytodd in expressjs/express#5510 Add note on how to update docs for new release by @crandmck in expressjs/express#5541 Prevent open redirect allow list bypass due to encodeurl Release 4.19.0 by @wesleytodd in expressjs/express#5551 New Contributors @crandmck made their first contribution in expressjs/express#5541 Full Changelog: https://github.com/expressjs/express/compare/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 Use https: protocol instead of deprecated git: protocol by @vcsjones in expressjs/express#5032 build: Node.js@16.18 and Node.js@18.12 by @abenhamdine in expressjs/express#5034 ci: update actions/checkout to v3 by @armujahid in expressjs/express#5027 test: remove unused function arguments in params by @raksbisht in expressjs/express#5124 Remove unused originalIndex from acceptParams by @raksbisht in expressjs/express#5119 Fixed typos by @raksbisht in expressjs/express#5117 examples: remove unused params by @raksbisht in expressjs/express#5113 fix: parameter str is not described in JSDoc by @raksbisht in expressjs/express#5130 fix: typos in History.md by @raksbisht in expressjs/express#5131 build : add Node.js@19.7 by @abenhamdine in expressjs/express#5028 test: remove unused function arguments in params by @raksbisht in expressjs/express#5137
Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2
@wesleytodd
Full Changelog: https://github.com/expressjs/express/compare/4.19.0...4.19.1
@UlisesGascon
@crandmck
Full Changelog: https://github.com/expressjs/express/compare/4.18.3...4.19.0
@vcsjones
@abenhamdine
@armujahid
@raksbisht
... (truncated)
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: 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 Add partitioned option 4.18.2 / 2022-10-08 Fix regression routing a large stack in a single route deps: body-parser@1.20.1 deps: qs@6.11.0 perf: remove unnecessary object clone deps: qs@6.11.0
partitioned
04bc627
da4d763
4f0f6cc
a003cfa
a1fa90f
11f2b1d
084e365
0867302
567c9c6
69a4cf2
This version was pushed to npm by wesleytodd, a new releaser for express since your current version.
Updates sharp from 0.30.5 to 0.32.6
sharp
Sourced from sharp's changelog.
v0.32.6 - 18th September 2023 Upgrade to libvips v8.14.5 for upstream bug fixes. Ensure composite tile images are fully decoded (regression in 0.32.0). #3767 Ensure withMetadata can add ICC profiles to RGB16 output. #3773 Ensure withMetadata does not reduce 16-bit images to 8-bit (regression in 0.32.5). #3773 TypeScript: Add definitions for block and unblock. #3799 @ldrick v0.32.5 - 15th August 2023 Upgrade to libvips v8.14.4 for upstream bug fixes. TypeScript: Add missing WebpPresetEnum to definitions. #3748 @pilotso11 Ensure compilation using musl v1.2.4. #3755 @kleisauke Ensure resize with a fit of inside respects 90/270 degree rotation. #3756 TypeScript: Ensure minSize property of WebpOptions is boolean. #3758 @sho-xizz Ensure withMetadata adds default sRGB profile. #3761 v0.32.4 - 21st July 2023 Upgrade to libvips v8.14.3 for upstream bug fixes. Expose ability to (un)block low-level libvips operations by name. Prebuilt binaries: restore support for tile-based output. #3581 v0.32.3 - 14th July 2023
Upgrade to libvips v8.14.5 for upstream bug fixes.
Ensure composite tile images are fully decoded (regression in 0.32.0). #3767
Ensure withMetadata can add ICC profiles to RGB16 output. #3773
withMetadata
Ensure withMetadata does not reduce 16-bit images to 8-bit (regression in 0.32.5). #3773
TypeScript: Add definitions for block and unblock. #3799 @ldrick
@ldrick
Upgrade to libvips v8.14.4 for upstream bug fixes.
TypeScript: Add missing WebpPresetEnum to definitions. #3748 @pilotso11
WebpPresetEnum
@pilotso11
Ensure compilation using musl v1.2.4. #3755 @kleisauke
@kleisauke
Ensure resize with a fit of inside respects 90/270 degree rotation. #3756
fit
inside
TypeScript: Ensure minSize property of WebpOptions is boolean. #3758 @sho-xizz
minSize
WebpOptions
@sho-xizz
Ensure withMetadata adds default sRGB profile. #3761
Upgrade to libvips v8.14.3 for upstream bug fixes.
Expose ability to (un)block low-level libvips operations by name.
Prebuilt binaries: restore support for tile-based output. #3581
eefaa99
dbce6fa
af0fcb3
c6f54e5
846563e
9c217ab
e7381e5
4340d60
7f64d46
67e927b
Updates @babel/traverse from 7.20.0 to 7.24.1
@babel/traverse
Sourced from @babel/traverse's releases.
@babel/traverse
v7.24.1 (2024-03-19) :bug: Bug Fix babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16350 Fix decorated class computed keys ordering (@JLHwung) #16344 Fix decorated class static field private access (@JLHwung) babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env #16329 Respect moduleName for @babel/runtime/regenerator imports (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties #16331 Fix decorator memoiser binding kind (@JLHwung) babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties #16325 Fix decorator evaluation private environment (@JLHwung) :memo: Documentation #16319 Update SECURITY.md (@nicolo-ribaudo) :house: Internal babel-code-frame, babel-highlight #16359 Replace chalk with picocolors (@nicolo-ribaudo) babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow #16352 Run Babel transform tests on old node if possible (@JLHwung) babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx #16349 Support merging imports in import injector (@nicolo-ribaudo) Other #16332 Test Babel 7 plugins compatibility with Babel 8 core (@nicolo-ribaudo) :microscope: Output optimization babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime #16345 Optimize the use of assertThisInitialized after super() (@liuxingbaoyu) babel-plugin-transform-class-properties, babel-plugin-transform-classes #16343 Use simpler assertThisInitialized more often (@liuxingbaoyu) babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse #16342 Consider well-known and registered symbols as literals (@nicolo-ribaudo) babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env #16326 Reduce the use of class names (@liuxingbaoyu) Committers: 4 Babel Bot (@babel-bot) Huáng Jùnliàng (@JLHwung) Nicolò Ribaudo (@nicolo-ribaudo) @liuxingbaoyu v7.24.0 (2024-02-28) Thanks @ajihyf for your first PR! Release post with summary and highlights: https://babeljs.io/7.24.0 :rocket: New Feature babel-standalone
babel-helper-create-class-features-plugin
babel-plugin-proposal-decorators
@JLHwung
babel-plugin-proposal-json-modules
babel-plugin-transform-async-generator-functions
babel-plugin-transform-regenerator
babel-plugin-transform-runtime
babel-preset-env
moduleName
@babel/runtime/regenerator
@nicolo-ribaudo
babel-plugin-proposal-pipeline-operator
babel-plugin-transform-class-properties
babel-helper-replace-supers
babel-code-frame
babel-highlight
chalk
picocolors
babel-helper-fixtures
babel-helpers
babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression
babel-plugin-transform-unicode-sets-regex
babel-preset-flow
babel-helper-module-imports
babel-plugin-proposal-import-wasm-source
babel-plugin-proposal-record-and-tuple
babel-plugin-transform-react-jsx-development
babel-plugin-transform-react-jsx
babel-plugin-transform-classes
babel-plugin-transform-parameters
assertThisInitialized
super()
@liuxingbaoyu
babel-plugin-transform-object-rest-spread
babel-traverse
babel-core
babel-plugin-external-helpers
babel-plugin-proposal-function-bind
babel-plugin-transform-flow-comments
babel-plugin-transform-flow-strip-types
babel-plugin-transform-function-name
babel-plugin-transform-modules-systemjs
babel-plugin-transform-private-property-in-object
babel-plugin-transform-spread
babel-plugin-transform-typescript
@babel-bot
Thanks @ajihyf for your first PR!
@ajihyf
Release post with summary and highlights: https://babeljs.io/7.24.0
babel-standalone
Sourced from @babel/traverse's changelog.
v7.24.1 (2024-03-19) :bug: Bug Fix babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16350 Fix decorated class computed keys ordering (@JLHwung) #16344 Fix decorated class static field private access (@JLHwung) babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env #16329 Respect moduleName for @babel/runtime/regenerator imports (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties #16331 Fix decorator memoiser binding kind (@JLHwung) babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties #16325 Fix decorator evaluation private environment (@JLHwung) :memo: Documentation #16319 Update SECURITY.md (@nicolo-ribaudo) :house: Internal babel-code-frame, babel-highlight #16359 Replace chalk with picocolors (@nicolo-ribaudo) babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow #16352 Run Babel transform tests on old node if possible (@JLHwung) babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3, babel-runtime, babel-standalone #16323 Allow separate helpers to be excluded in Babel 8 (@liuxingbaoyu) babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx #16349 Support merging imports in import injector (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-external-helpers, babel-plugin-proposal-async-do-expressions, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-export-default-from, babel-plugin-proposal-function-bind, babel-plugin-proposal-function-sent, babel-plugin-proposal-import-attributes-to-assertions, babel-plugin-proposal-import-defer, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-optional-chaining-assign, babel-plugin-proposal-partial-application, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-record-and-tuple, babel-plugin-proposal-regexp-modifiers, babel-plugin-proposal-throw-expressions, babel-plugin-syntax-async-do-expressions, babel-plugin-syntax-decimal, babel-plugin-syntax-decorators, babel-plugin-syntax-destructuring-private, babel-plugin-syntax-do-expressions, babel-plugin-syntax-explicit-resource-management, babel-plugin-syntax-export-default-from, babel-plugin-syntax-flow, babel-plugin-syntax-function-bind, babel-plugin-syntax-function-sent, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-plugin-syntax-import-defer, babel-plugin-syntax-import-reflection, babel-plugin-syntax-import-source, babel-plugin-syntax-jsx, babel-plugin-syntax-module-blocks, babel-plugin-syntax-optional-chaining-assign, babel-plugin-syntax-partial-application, babel-plugin-syntax-pipeline-operator, babel-plugin-syntax-record-and-tuple, babel-plugin-syntax-throw-expressions, babel-plugin-syntax-typescript, babel-plugin-transform-arrow-functions, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoped-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-classes, babel-plugin-transform-computed-properties, babel-plugin-transform-destructuring, babel-plugin-transform-dotall-regex, babel-plugin-transform-duplicate-keys, babel-plugin-transform-dynamic-import, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-export-namespace-from, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-for-of, babel-plugin-transform-function-name, babel-plugin-transform-instanceof, babel-plugin-transform-jscript, babel-plugin-transform-json-strings, babel-plugin-transform-literals, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-member-expression-literals, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-plugin-transform-new-target, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-assign, babel-plugin-transform-object-rest-spread, babel-plugin-transform-object-set-prototype-of-to-assign, babel-plugin-transform-object-super, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-property-literals, babel-plugin-transform-property-mutators, babel-plugin-transform-proto-to-assign, babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-display-name, babel-plugin-transform-react-inline-elements, babel-plugin-transform-react-jsx-compat, babel-plugin-transform-react-jsx-self, babel-plugin-transform-react-jsx-source, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-reserved-words, babel-plugin-transform-runtime, babel-plugin-transform-shorthand-properties, babel-plugin-transform-spread, babel-plugin-transform-sticky-regex, babel-plugin-transform-strict-mode, babel-plugin-transform-template-literals, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-plugin-transform-unicode-escapes, babel-plugin-transform-unicode-property-regex, babel-plugin-transform-unicode-regex, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow, babel-preset-react, babel-preset-typescript #16332 Test Babel 7 plugins compatibility with Babel 8 core (@nicolo-ribaudo) babel-compat-data, babel-plugin-transform-object-rest-spread, babel-preset-env #16318 [babel 8] Fix @babel/compat-data package.json (@nicolo-ribaudo) :microscope: Output optimization babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime #16345 Optimize the use of assertThisInitialized after super() (@liuxingbaoyu) babel-plugin-transform-class-properties, babel-plugin-transform-classes #16343 Use simpler assertThisInitialized more often (@liuxingbaoyu) babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse #16342 Consider well-known and registered symbols as literals (@nicolo-ribaudo) babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env #16326 Reduce the use of class names (@liuxingbaoyu) v7.24.0 (2024-02-28) :rocket: New Feature babel-standalone #11696 Export babel tooling packages in @babel/standalone (@ajihyf) babel-core, babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-transform-class-properties #16267 Implement noUninitializedPrivateFieldAccess assumption (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-decorators, babel-plugin-transform-class-properties, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime #16242 Support decorator 2023-11 normative updates (@JLHwung) babel-preset-flow #16309 [babel 7] Allow setting ignoreExtensions in Flow preset (@nicolo-ribaudo)
babel-plugin-transform-class-static-block
babel-plugin-transform-modules-commonjs
babel-runtime-corejs3
babel-runtime
babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
babel-plugin-bugfix-v8-static-class-fields-redefine-readonly
babel-plugin-proposal-async-do-expressions
babel-plugin-proposal-destructuring-private
babel-plugin-proposal-do-expressions
babel-plugin-proposal-duplicate-named-capturing-groups-regex
babel-plugin-proposal-explicit-resource-management
babel-plugin-proposal-export-default-from
babel-plugin-proposal-function-sent
babel-plugin-proposal-import-attributes-to-assertions
babel-plugin-proposal-import-defer
babel-plugin-proposal-optional-chaining-assign
babel-plugin-proposal-partial-application
babel-plugin-proposal-regexp-modifiers
babel-plugin-proposal-throw-expressions
babel-plugin-syntax-async-do-expressions
babel-plugin-syntax-decimal
babel-plugin-syntax-decorators
babel-plugin-syntax-destructuring-private
babel-plugin-syntax-do-expressions
babel-plugin-syntax-explicit-resource-management
babel-plugin-syntax-export-default-from
babel-plugin-syntax-flow
babel-plugin-syntax-function-bind
babel-plugin-syntax-function-sent
babel-plugin-syntax-import-assertions
babel-plugin-syntax-import-attributes
babel-plugin-syntax-import-defer
babel-plugin-syntax-import-reflection
babel-plugin-syntax-import-source
babel-plugin-syntax-jsx
babel-plugin-syntax-module-blocks
babel-plugin-syntax-optional-chaining-assign
babel-plugin-syntax-partial-application
babel-plugin-syntax-pipeline-operator
babel-plugin-syntax-record-and-tuple
babel-plugin-syntax-throw-expressions
babel-plugin-syntax-typescript
babel-plugin-transform-arrow-functions
babel-plugin-transform-async-to-generator
babel-plugin-transform-block-scoped-functions
babel-plugin-transform-block-scoping
babel-plugin-transform-computed-properties
babel-plugin-transform-destructuring
babel-plugin-transform-dotall-regex
babel-plugin-transform-duplicate-keys
babel-plugin-transform-dynamic-import
babel-plugin-transform-exponentiation-operator
babel-plugin-transform-export-namespace-from
babel-plugin-transform-for-of
babel-plugin-transform-instanceof
babel-plugin-transform-jscript
babel-plugin-transform-json-strings
babel-plugin-transform-literals
babel-plugin-transform-logical-assignment-operators
babel-plugin-transform-member-expression-literals
babel-plugin-transform-modules-amd
babel-plugin-transform-modules-umd
babel-plugin-transform-new-target
babel-plugin-transform-nullish-coalescing-operator
babel-plugin-transform-numeric-separator
babel-plugin-transform-object-assign
babel-plugin-transform-object-set-prototype-of-to-assign
babel-plugin-transform-object-super
babel-plugin-transform-optional-catch-binding
babel-plugin-transform-optional-chaining
babel-plugin-transform-private-methods
babel-plugin-transform-property-literals
babel-plugin-transform-property-mutators
babel-plugin-transform-proto-to-assign
babel-plugin-transform-react-constant-elements
babel-plugin-transform-react-display-name
babel-plugin-transform-react-inline-elements
babel-plugin-transform-react-jsx-compat
babel-plugin-transform-react-jsx-self
babel-plugin-transform-react-jsx-source
babel-plugin-transform-react-pure-annotations
babel-plugin-transform-reserved-words
babel-plugin-transform-shorthand-properties
babel-plugin-transform-sticky-regex
babel-plugin-transform-strict-mode
babel-plugin-transform-template-literals
babel-plugin-transform-typeof-symbol
babel-plugin-transform-unicode-escapes
babel-plugin-transform-unicode-property-regex
babel-plugin-transform-unicode-regex
babel-preset-react
babel-preset-typescript
babel-compat-data
@babel/compat-data
@babel/standalone
noUninitializedPrivateFieldAccess
babel-runtime-corejs2
ignoreExtensions
822b025
fc0d5ad
69e7928
40110e9
ce59160
bd5abd5
popContext
08a057c
Object.hasOwn
a0dd614
1200542
getTypeAnnotation
e428a6d
Updates follow-redirects from 1.15.3 to 1.15.6
follow-redirects
35a517c
c4f847f
8526b4a
b1677ce
d8914f7
6585820
7a6567e
05629af
1cba8e8
72bc2a4
Updates jose from 2.0.6 to 2.0.7
jose
Sourced from jose's releases.
v2.0.7 Fixes add a maxOutputLength option to zlib inflate (02a6579), fixes CVE-2024-28176
Sourced from jose's changelog.
2.0.7 (2024-03-07) Bug Fixes add a maxOutputLength option to zlib inflate (02a6579)
0fbe2e6
02a6579
Updates postcss from 8.4.13 to 8.4.31
postcss
Sourced from postcss's releases.
8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by @idoros). Fixed docs (by @coliff). 8.4.28 Fixed Root.source.end for better source map (by @romainmenke). Fixed Result.root types when process() has no parser. 8.4.27 Fixed Container clone 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 Plugin types. 8.4.23 Fixed warnings in TypeDoc. 8.4.22 Fixed TypeScript support with node16 (by @remcohaszing). 8.4.21 Fixed Input#error types (by @hudochenkov). 8.4.20 Fixed source map generation for childless at-rules like @layer. 8.4.19 Fixed whitespace preserving after AST transformations (by @romainmenke). 8.4.18 Fixed an error on absolute: true with empty sourceContent (by @KingSora). 8.4.17 Fixed Node.before() unexpected behavior (by @romainmenke). Added TOC to docs (by @muddv). 8.4.16
\r
@romainmenke
Node#source.offset
@idoros
@coliff
Root.source.end
Result.root
process()
Container
@vikaskaliramna07
Plugin
node16
@remcohaszing
Input#error
@hudochenkov
@layer
absolute: true
sourceContent
@KingSora
Node.before()
@muddv
Sourced from postcss's changelog.
8.4.31 Fixed \r parsing 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.end for better source map (by Romain Menke). Fixed Result.root types when process() has no parser. 8.4.27 Fixed Container clone 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 Plugin types. 8.4.23 Fixed warnings in TypeDoc. 8.4.22 Fixed TypeScript support with node16 (by Remco Haszing). 8.4.21 Fixed Input#error types (by Aleks Hudochenkov). 8.4.20 Fixed source map generation for childless at-rules like @layer. 8.4.19 Fixed whitespace preserving after AST transformations (by Romain Menke). 8.4.18 Fixed an error on absolute: true with empty sourceContent (by Rene Haas). 8.4.17 Fixed Node.before() unexpected behavior (by Romain Menke). Added TOC to docs (by Mikhail Dedov). 8.4.16
90208de
58cc860
4fff8e4
cd43ed1
caa916b
8972f76
11a5286
45c5501
bc3c341
b2be58a
Updates axios from 0.21.2 to 0.28.0
1.6.0 (2023-10-26) Bug Fixes CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232) dns:... _Description has been truncated_
Looks like these dependencies are updatable in another way, so this is no longer needed.
Bumps the npm_and_yarn group with 7 updates in the / directory:
1.5.0
1.6.0
4.18.1
4.19.2
0.30.5
0.32.6
7.20.0
7.24.1
1.15.3
1.15.6
2.0.6
2.0.7
8.4.13
8.4.31
Bumps the npm_and_yarn group with 5 updates in the /functions directory:
0.21.2
0.28.0
4.18.2
4.19.2
1.15.0
1.15.6
2.0.6
2.0.7
9.0.0
9.0.2
Updates
axios
from 1.5.0 to 1.6.0Release notes
Sourced from axios's releases.
Changelog
Sourced from axios's changelog.
Commits
f7adacd
chore(release): v1.6.0 (#6031)9917e67
chore(ci): fix release-it arg; (#6032)96ee232
fix(CSRF): fixed CSRF vulnerability CVE-2023-45857 (#6028)7d45ab2
chore(tests): fixed tests to pass in node v19 and v20 withkeep-alive
enabl...5aaff53
fix(dns): fixed lookup function decorator to work properly in node v20; (#6011)a48a63a
chore(docs): added AxiosHeaders docs; (#5932)a1c8ad0
fix(types): fix AxiosHeaders types; (#5931)2ac731d
chore(docs): update readme.md (#5889)88fb52b
chore(release): v1.5.1 (#5920)e410779
fix(adapters): improved adapters loading logic to have clear error messages; ...Updates
express
from 4.18.1 to 4.19.2Release notes
Sourced from express's releases.
... (truncated)
Changelog
Sourced from express's changelog.
Commits
04bc627
4.19.2da4d763
Improved fix for open redirect allow list bypass4f0f6cc
4.19.1a003cfa
Allow passing non-strings to res.location with new encoding handling checks f...a1fa90f
fixed un-edited version in history.md for 4.19.011f2b1d
build: fix build due to inconsistent supertest behavior in older versions084e365
4.19.00867302
Prevent open redirect allow list bypass due to encodeurl567c9c6
Add note on how to update docs for new release (#5541)69a4cf2
deps: cookie@0.6.0Maintainer changes
This version was pushed to npm by wesleytodd, a new releaser for express since your current version.
Updates
sharp
from 0.30.5 to 0.32.6Changelog
Sourced from sharp's changelog.
... (truncated)
Commits
eefaa99
Release v0.32.6dbce6fa
Upgrade to libvips v8.14.5af0fcb3
Docs: changelog for #3799c6f54e5
Bump devDeps846563e
TypeScript: add definitions for block and unblock (#3799)9c217ab
Ensure withMetadata can add RGB16 profiles #3773e7381e5
Alternative fix for 4340d60, uses existing StaySequential4340d60
Ensure composite tile images fully decoded #37677f64d46
Docs: add missing returns property to raw67e927b
Docs: ensure all functions include method signature #3777Updates
@babel/traverse
from 7.20.0 to 7.24.1Release notes
Sourced from
@babel/traverse
's releases.... (truncated)
Changelog
Sourced from
@babel/traverse
's changelog.... (truncated)
Commits
822b025
v7.24.1fc0d5ad
Update typescript and lint tools (#16351)69e7928
Consider well-known and registered symbols as literals (#16342)40110e9
Update source map deps (#16327)ce59160
v7.24.0bd5abd5
fix: avoidpopContext
on unvisited node paths (#16305)08a057c
UseObject.hasOwn
when available (#16248)a0dd614
v7.23.91200542
fix: Don't throw ingetTypeAnnotation
when using TS+inference (#15383)e428a6d
v7.23.7Updates
follow-redirects
from 1.15.3 to 1.15.6Commits
35a517c
Release version 1.15.6 of the npm package.c4f847f
Drop Proxy-Authorization across hosts.8526b4a
Use GitHub for disclosure.b1677ce
Release version 1.15.5 of the npm package.d8914f7
Preserve fragment in responseUrl.6585820
Release version 1.15.4 of the npm package.7a6567e
Disallow bracketed hostnames.05629af
Prefer native URL instead of deprecated url.parse.1cba8e8
Prefer native URL instead of legacy url.resolve.72bc2a4
Simplify _processResponse error handling.Updates
jose
from 2.0.6 to 2.0.7Release notes
Sourced from jose's releases.
Changelog
Sourced from jose's changelog.
Commits
0fbe2e6
chore(release): 2.0.702a6579
fix: add a maxOutputLength option to zlib inflateUpdates
postcss
from 8.4.13 to 8.4.31Release notes
Sourced from postcss's releases.
... (truncated)
Changelog
Sourced from postcss's changelog.
... (truncated)
Commits
90208de
Release 8.4.31 version58cc860
Fix carrier return parsing4fff8e4
Improve pnpm test outputcd43ed1
Update dependenciescaa916b
Update dependencies8972f76
Typo11a5286
Typo45c5501
Release 8.4.30 versionbc3c341
Update linterb2be58a
Merge pull request #1881 from romainmenke/improve-sourcemap-performance--phil...Updates
axios
from 0.21.2 to 0.28.0Release notes
Sourced from axios's releases.
Changelog
Sourced from axios's changelog.