lecture-security_engineering
lecture-security_engineering copied to clipboard
chore(deps-dev): bump the dev-dependency group across 1 directory with 9 updates
Bumps the dev-dependency group with 9 updates in the /sample-03 directory:
| Package | From | To |
|---|---|---|
| @babel/cli | 7.26.4 |
7.27.0 |
| @babel/core | 7.26.0 |
7.26.10 |
| @babel/plugin-transform-regenerator | 7.25.9 |
7.27.0 |
| @babel/plugin-transform-runtime | 7.25.9 |
7.26.10 |
| @babel/preset-env | 7.26.0 |
7.26.9 |
| @babel/eslint-parser | 7.25.9 |
7.27.0 |
| babel-loader | 9.2.1 |
10.0.0 |
| eslint | 9.17.0 |
9.23.0 |
| webpack | 5.97.1 |
5.98.0 |
Updates @babel/cli from 7.26.4 to 7.27.0
Release notes
Sourced from @babel/cli's releases.
v7.27.0 (2025-03-24)
Thanks
@ishchhabraand@vovkasmfor your first PRs!:eyeglasses: Spec Compliance
:rocket: New Feature
babel-helper-create-class-features-plugin,babel-traverse,babel-types
- #17169 Allow
traverseFastto exit early (@liuxingbaoyu)babel-parser,babel-typesbabel-generatorbabel-parser,babel-template
- #17149 Add
allowYieldOutsideFunctionto parser (@liuxingbaoyu)babel-plugin-transform-typescript,babel-traverse
- #17102 feat: Add
upToScopeparameter tohasBinding(@liuxingbaoyu)babel-parserbabel-types
- #17162 feat(babel-types): Add support for BigInt literal conversion in valueToNode (
@ishchhabra):bug: Bug Fix
babel-helper-create-class-features-plugin,babel-plugin-transform-class-properties
- #16816 fix: Class reference in type throws error (
@liuxingbaoyu)babel-traverse
- #17170 fix: Reset child scopes when
scope.crawl()(@liuxingbaoyu)babel-helpers,babel-preset-typescript,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-cli
- #17182 fix:
@babel/cligenerates duplicate inline source maps (@liuxingbaoyu)babel-plugin-transform-named-capturing-groups-regex,babel-types:running_woman: Performance
babel-types
- #16870 perf: Improve builders of
@babel/types(@liuxingbaoyu)babel-helper-create-regexp-features-pluginCommitters: 5
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Ish Chhabra (
@ishchhabra)- Vladimir Timofeev (
@vovkasm)@liuxingbaoyuv7.26.10 (2025-03-11)
... (truncated)
Changelog
Sourced from @babel/cli's changelog.
v7.27.0 (2025-03-24)
:eyeglasses: Spec Compliance
:rocket: New Feature
babel-helper-create-class-features-plugin,babel-traverse,babel-types
- #17169 Allow
traverseFastto exit early (@liuxingbaoyu)babel-parser,babel-typesbabel-generatorbabel-parser,babel-template
- #17149 Add
allowYieldOutsideFunctionto parser (@liuxingbaoyu)babel-plugin-transform-typescript,babel-traverse
- #17102 feat: Add
upToScopeparameter tohasBinding(@liuxingbaoyu)babel-parserbabel-types
- #17162 feat(babel-types): Add support for BigInt literal conversion in valueToNode (
@ishchhabra):bug: Bug Fix
babel-helper-create-class-features-plugin,babel-plugin-transform-class-properties
- #16816 fix: Class reference in type throws error (
@liuxingbaoyu)babel-traverse
- #17170 fix: Reset child scopes when
scope.crawl()(@liuxingbaoyu)babel-helpers,babel-preset-typescript,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-cli
- #17182 fix:
@babel/cligenerates duplicate inline source maps (@liuxingbaoyu)babel-plugin-transform-named-capturing-groups-regex,babel-types:running_woman: Performance
babel-types
- #16870 perf: Improve builders of
@babel/types(@liuxingbaoyu)babel-helper-create-regexp-features-pluginv7.26.10 (2025-03-11)
:eyeglasses: Spec Compliance
:bug: Bug Fix
babel-parser,babel-templatebabel-core
- #17142 fix: "Map maximum size exceeded" in deepClone (
@liuxingbaoyu)
... (truncated)
Commits
Updates @babel/core from 7.26.0 to 7.26.10
Release notes
Sourced from @babel/core's releases.
v7.26.10 (2025-03-11)
Thanks
@jordan-choiand@mmmsssttt404for your first PRs!This release includes a fix for https://github.com/babel/babel/security/advisories/GHSA-968p-4wvh-cqc8, a security vulnerability which affects the
.replacemethod of transpiled regular expressions that use named capturing groups.:eyeglasses: Spec Compliance
:bug: Bug Fix
babel-parser,babel-templatebabel-core
- #17142 fix: "Map maximum size exceeded" in deepClone (
@liuxingbaoyu)babel-parser,babel-plugin-transform-typescriptbabel-traverse
- #17151 fix: Should not evaluate vars in child scope (
@liuxingbaoyu)babel-generator
- #17153 fix: Correctly generate
abstract override(@liuxingbaoyu)babel-parserbabel-helpers,babel-runtime,babel-runtime-corejs2,babel-runtime-corejs3
- #17173 Fix processing of replacement pattern with named capture groups (
@mmmsssttt404):nail_care: Polish
babel-standalone
- #17158 Avoid warnings when re-bundling
@babel/standalonewith webpack (@liuxingbaoyu):house: Internal
Committers: 6
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)- Yunyoung Jordan Choi (
@jordan-choi)@liuxingbaoyu@mmmsssttt404v7.26.9 (2025-02-14)
:bug: Bug Fix
babel-types
- #17103 fix: Definition for
TSPropertySignature.kind(@liuxingbaoyu)babel-generator,babel-types
- #17062 Print TypeScript optional/definite in ClassPrivateProperty (
@jamiebuilds-signal)
... (truncated)
Changelog
Sourced from @babel/core's changelog.
v7.26.10 (2025-03-11)
:eyeglasses: Spec Compliance
:bug: Bug Fix
babel-parser,babel-templatebabel-core
- #17142 fix: "Map maximum size exceeded" in deepClone (
@liuxingbaoyu)babel-parser,babel-plugin-transform-typescriptbabel-traverse
- #17151 fix: Should not evaluate vars in child scope (
@liuxingbaoyu)babel-generator
- #17153 fix: Correctly generate
abstract override(@liuxingbaoyu)babel-parserbabel-helpers,babel-runtime,babel-runtime-corejs2,babel-runtime-corejs3
- #17173 Fix processing of replacement pattern with named capture groups (
@mmmsssttt404):nail_care: Polish
babel-standalone
- #17158 Avoid warnings when re-bundling
@babel/standalonewith webpack (@liuxingbaoyu):house: Internal
v7.26.9 (2025-02-14)
:bug: Bug Fix
babel-types
- #17103 fix: Definition for
TSPropertySignature.kind(@liuxingbaoyu)babel-generator,babel-types
- #17062 Print TypeScript optional/definite in ClassPrivateProperty (
@jamiebuilds-signal):house: Internal
babel-types
- #17130 Use
.tsfiles with explicit reexports to solve name conflicts (@nicolo-ribaudo)babel-core
- #17127 Do not depend on
@types/gensyncin Babel 7 (@nicolo-ribaudo)v7.26.7 (2025-01-24)
:bug: Bug Fix
babel-helpers,babel-preset-env,babel-runtime-corejs3
- #17086 Make "object without properties" helpers ES6-compatible (
@tquetano-netflix)babel-plugin-transform-typeof-symbol
- #17085 fix: Correctly handle
typeofin arrow functions (@liuxingbaoyu)
... (truncated)
Commits
e1ce99dv7.26.10985f051fix: "Map maximum size exceeded" in deepClone (#17142)64bca7bv7.26.94cf5c9e[babel 8] Use@babel/typesfor parser's return type (#17117)fd3f0a8Do not depend on@types/gensyncin Babel 7 (#17127)5315446[babel 8] Remove babel 7-specific imports (#17111)0593941v7.26.81bdb1a4Move@types/gensyncto dependencies (#17105)2d95140v7.26.7d9fa47dDo not try to parse .ts configs as JSON if natively supported (#17052)- Additional commits viewable in compare view
Updates @babel/plugin-transform-regenerator from 7.25.9 to 7.27.0
Release notes
Sourced from @babel/plugin-transform-regenerator's releases.
v7.27.0 (2025-03-24)
Thanks
@ishchhabraand@vovkasmfor your first PRs!:eyeglasses: Spec Compliance
:rocket: New Feature
babel-helper-create-class-features-plugin,babel-traverse,babel-types
- #17169 Allow
traverseFastto exit early (@liuxingbaoyu)babel-parser,babel-typesbabel-generatorbabel-parser,babel-template
- #17149 Add
allowYieldOutsideFunctionto parser (@liuxingbaoyu)babel-plugin-transform-typescript,babel-traverse
- #17102 feat: Add
upToScopeparameter tohasBinding(@liuxingbaoyu)babel-parserbabel-types
- #17162 feat(babel-types): Add support for BigInt literal conversion in valueToNode (
@ishchhabra):bug: Bug Fix
babel-helper-create-class-features-plugin,babel-plugin-transform-class-properties
- #16816 fix: Class reference in type throws error (
@liuxingbaoyu)babel-traverse
- #17170 fix: Reset child scopes when
scope.crawl()(@liuxingbaoyu)babel-helpers,babel-preset-typescript,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-cli
- #17182 fix:
@babel/cligenerates duplicate inline source maps (@liuxingbaoyu)babel-plugin-transform-named-capturing-groups-regex,babel-types:running_woman: Performance
babel-types
- #16870 perf: Improve builders of
@babel/types(@liuxingbaoyu)babel-helper-create-regexp-features-pluginCommitters: 5
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Ish Chhabra (
@ishchhabra)- Vladimir Timofeev (
@vovkasm)@liuxingbaoyuv7.26.10 (2025-03-11)
... (truncated)
Changelog
Sourced from @babel/plugin-transform-regenerator's changelog.
v7.27.0 (2025-03-24)
:eyeglasses: Spec Compliance
:rocket: New Feature
babel-helper-create-class-features-plugin,babel-traverse,babel-types
- #17169 Allow
traverseFastto exit early (@liuxingbaoyu)babel-parser,babel-typesbabel-generatorbabel-parser,babel-template
- #17149 Add
allowYieldOutsideFunctionto parser (@liuxingbaoyu)babel-plugin-transform-typescript,babel-traverse
- #17102 feat: Add
upToScopeparameter tohasBinding(@liuxingbaoyu)babel-parserbabel-types
- #17162 feat(babel-types): Add support for BigInt literal conversion in valueToNode (
@ishchhabra):bug: Bug Fix
babel-helper-create-class-features-plugin,babel-plugin-transform-class-properties
- #16816 fix: Class reference in type throws error (
@liuxingbaoyu)babel-traverse
- #17170 fix: Reset child scopes when
scope.crawl()(@liuxingbaoyu)babel-helpers,babel-preset-typescript,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-cli
- #17182 fix:
@babel/cligenerates duplicate inline source maps (@liuxingbaoyu)babel-plugin-transform-named-capturing-groups-regex,babel-types:running_woman: Performance
babel-types
- #16870 perf: Improve builders of
@babel/types(@liuxingbaoyu)babel-helper-create-regexp-features-pluginv7.26.10 (2025-03-11)
:eyeglasses: Spec Compliance
:bug: Bug Fix
babel-parser,babel-templatebabel-core
- #17142 fix: "Map maximum size exceeded" in deepClone (
@liuxingbaoyu)
... (truncated)
Commits
Updates @babel/plugin-transform-runtime from 7.25.9 to 7.26.10
Release notes
Sourced from @babel/plugin-transform-runtime's releases.
v7.26.10 (2025-03-11)
Thanks
@jordan-choiand@mmmsssttt404for your first PRs!This release includes a fix for https://github.com/babel/babel/security/advisories/GHSA-968p-4wvh-cqc8, a security vulnerability which affects the
.replacemethod of transpiled regular expressions that use named capturing groups.:eyeglasses: Spec Compliance
:bug: Bug Fix
babel-parser,babel-templatebabel-core
- #17142 fix: "Map maximum size exceeded" in deepClone (
@liuxingbaoyu)babel-parser,babel-plugin-transform-typescriptbabel-traverse
- #17151 fix: Should not evaluate vars in child scope (
@liuxingbaoyu)babel-generator
- #17153 fix: Correctly generate
abstract override(@liuxingbaoyu)babel-parserbabel-helpers,babel-runtime,babel-runtime-corejs2,babel-runtime-corejs3
- #17173 Fix processing of replacement pattern with named capture groups (
@mmmsssttt404):nail_care: Polish
babel-standalone
- #17158 Avoid warnings when re-bundling
@babel/standalonewith webpack (@liuxingbaoyu):house: Internal
Committers: 6
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)- Yunyoung Jordan Choi (
@jordan-choi)@liuxingbaoyu@mmmsssttt404v7.26.9 (2025-02-14)
:bug: Bug Fix
babel-types
- #17103 fix: Definition for
TSPropertySignature.kind(@liuxingbaoyu)babel-generator,babel-types
- #17062 Print TypeScript optional/definite in ClassPrivateProperty (
@jamiebuilds-signal)
... (truncated)
Changelog
Sourced from @babel/plugin-transform-runtime's changelog.
v7.26.10 (2025-03-11)
:eyeglasses: Spec Compliance
:bug: Bug Fix
babel-parser,babel-templatebabel-core
- #17142 fix: "Map maximum size exceeded" in deepClone (
@liuxingbaoyu)babel-parser,babel-plugin-transform-typescriptbabel-traverse
- #17151 fix: Should not evaluate vars in child scope (
@liuxingbaoyu)babel-generator
- #17153 fix: Correctly generate
abstract override(@liuxingbaoyu)babel-parserbabel-helpers,babel-runtime,babel-runtime-corejs2,babel-runtime-corejs3
- #17173 Fix processing of replacement pattern with named capture groups (
@mmmsssttt404):nail_care: Polish
babel-standalone
- #17158 Avoid warnings when re-bundling
@babel/standalonewith webpack (@liuxingbaoyu):house: Internal
v7.26.9 (2025-02-14)
:bug: Bug Fix
babel-types
- #17103 fix: Definition for
TSPropertySignature.kind(@liuxingbaoyu)babel-generator,babel-types
- #17062 Print TypeScript optional/definite in ClassPrivateProperty (
@jamiebuilds-signal):house: Internal
babel-types
- #17130 Use
.tsfiles with explicit reexports to solve name conflicts (@nicolo-ribaudo)babel-core
- #17127 Do not depend on
@types/gensyncin Babel 7 (@nicolo-ribaudo)v7.26.7 (2025-01-24)
:bug: Bug Fix
babel-helpers,babel-preset-env,babel-runtime-corejs3
- #17086 Make "object without properties" helpers ES6-compatible (
@tquetano-netflix)babel-plugin-transform-typeof-symbol
- #17085 fix: Correctly handle
typeofin arrow functions (@liuxingbaoyu)
... (truncated)
Commits
e1ce99dv7.26.10ce0e87bUpdate dependency babel-plugin-polyfill-corejs3 to ^0.11.0 (#17138)64bca7bv7.26.95315446[babel 8] Remove babel 7-specific imports (#17111)0593941v7.26.81137c29Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0 (#17097)cd24cc0chore: Update TS 5.7 (#17053)- See full diff in compare view
Updates @babel/preset-env from 7.26.0 to 7.26.9
Release notes
Sourced from @babel/preset-env's releases.
v7.26.9 (2025-02-14)
:bug: Bug Fix
babel-types
- #17103 fix: Definition for
TSPropertySignature.kind(@liuxingbaoyu)babel-generator,babel-types
- #17062 Print TypeScript optional/definite in ClassPrivateProperty (
@jamiebuilds-signal):house: Internal
babel-types
- #17130 Use
.tsfiles with explicit reexports to solve name conflicts (@nicolo-ribaudo)babel-core
- #17127 Do not depend on
@types/gensyncin Babel 7 (@nicolo-ribaudo)Committers: 5
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Jamie Kyle (
@jamiebuilds-signal)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyuv7.26.8 (2025-02-08)
:house: Internal
babel-preset-env
- #17097 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0
v7.26.7 (2025-01-24)
Thanks
@branchseerand@tquetano-netflixfor your first PRs!:bug: Bug Fix
babel-helpers,babel-preset-env,babel-runtime-corejs3
- #17086 Make "object without properties" helpers ES6-compatible (
@tquetano-netflix)babel-plugin-transform-typeof-symbol
- #17085 fix: Correctly handle
typeofin arrow functions (@liuxingbaoyu)babel-parserbabel-core
- #17052 Do not try to parse .ts configs as JSON if natively supported (
@nicolo-ribaudo)babel-plugin-transform-typescript
- #17050 fix: correctly resolve references to non-constant enum members (
@branchseer)babel-plugin-transform-typescript,babel-traverse,babel-types
- #17025 fix: Remove type-only
import x = y.z(@liuxingbaoyu)Committers: 6
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)- Tony Quetano (
@tquetano-netflix)
... (truncated)
Changelog
Sourced from @babel/preset-env's changelog.
v7.26.9 (2025-02-14)
:bug: Bug Fix
babel-types
- #17103 fix: Definition for
TSPropertySignature.kind(@liuxingbaoyu)babel-generator,babel-types
- #17062 Print TypeScript optional/definite in ClassPrivateProperty (
@jamiebuilds-signal):house: Internal
babel-types
- #17130 Use
.tsfiles with explicit reexports to solve name conflicts (@nicolo-ribaudo)babel-core
- #17127 Do not depend on
@types/gensyncin Babel 7 (@nicolo-ribaudo)v7.26.7 (2025-01-24)
:bug: Bug Fix
babel-helpers,babel-preset-env,babel-runtime-corejs3
- #17086 Make "object without properties" helpers ES6-compatible (
@tquetano-netflix)babel-plugin-transform-typeof-symbol
- #17085 fix: Correctly handle
typeofin arrow functions (@liuxingbaoyu)babel-parserbabel-core
- #17052 Do not try to parse .ts configs as JSON if natively supported (
@nicolo-ribaudo)babel-plugin-transform-typescript
- #17050 fix: correctly resolve references to non-constant enum members (
@branchseer)babel-plugin-transform-typescript,babel-traverse,babel-types
- #17025 fix: Remove type-only
import x = y.z(@liuxingbaoyu)v7.26.6 (2025-01-13)
:bug: Bug Fix
babel-plugin-transform-nullish-coalescing-operator
- #17061 fix: Chaining nullish coalescing operators output size regression (
@liuxingbaoyu)v7.26.5 (2025-01-10)
:eyeglasses: Spec Compliance
babel-parser
- #17011 Allow the dynamic
import.defer()form ofimport defer(@babel-bot):bug: Bug Fix
babel-plugin-transform-block-scoped-functions
- #17024 chore: Avoid calling
isInStrictModein Babel 7 (@liuxingbaoyu)babel-plugin-transform-typescript
- #17026 fix: Correctly generate exported const enums in namespace (
@liuxingbaoyu)babel-parser
- #17045 [estree] Unify method type parameters handling (
@JLHwung)- #17013 fix: Correctly set position for
@(a.b)()(@liuxingbaoyu)- #16996 [estree] Adjust the start loc of class methods with type params (
@nicolo-ribaudo)babel-generator,babel-parser,babel-plugin-transform-flow-strip-types,babel-types
... (truncated)
Commits
64bca7bv7.26.95315446[babel 8] Remove babel 7-specific imports (#17111)0593941v7.26.81137c29Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0 (#17097)2d95140v7.26.70e6199bMake "object without properties" helpers ES6-compatible (#17086)19224f9[babel 8] Remove bugfixes option (#17078)cd24cc0chore: Update TS 5.7 (#17053)70fbc86fix: More accuratetransform-typeof-symbolcompat data (#17031)- See full diff in compare view
Updates @babel/eslint-parser from 7.25.9 to 7.27.0
Release notes
Sourced from @babel/eslint-parser's releases.
v7.27.0 (2025-03-24)
Thanks
@ishchhabraand@vovkasmfor your first PRs!:eyeglasses: Spec Compliance
:rocket: New Feature
babel-helper-create-class-features-plugin,babel-traverse,babel-types
- #17169 Allow
traverseFastto exit early (@liuxingbaoyu)babel-parser,babel-typesbabel-generatorbabel-parser,babel-template
- #17149 Add
allowYieldOutsideFunctionto parser (@liuxingbaoyu)babel-plugin-transform-typescript,babel-traverse
- #17102 feat: Add
upToScopeparameter tohasBinding(@liuxingbaoyu)babel-parserbabel-types
- #17162 feat(babel-types): Add support for BigInt literal conversion in valueToNode (
@ishchhabra):bug: Bug Fix
babel-helper-create-class-features-plugin,babel-plugin-transform-class-properties
- #16816 fix: Class reference in type throws error (
@liuxingbaoyu)babel-traverse...
- #17170 fix: Reset child scopes when
scope.crawl()(@liuxingbaoyu)Description has been truncated