Skip to content

Commit

Permalink
build(deps-dev): bump @babel/core from 7.26.8 to 7.26.9
Browse files Browse the repository at this point in the history
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.26.8 to 7.26.9.
- [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.26.9/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 17, 2025
1 parent 8cbd03f commit 37d9895
Show file tree
Hide file tree
Showing 7 changed files with 106 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/color-palette-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lit": "2.8.0"
},
"devDependencies": {
"@babel/core": "7.26.8",
"@babel/core": "7.26.9",
"@babel/eslint-parser": "7.26.8",
"@custom-elements-manifest/analyzer": "0.10.4",
"@esm-bundle/chai": "4.3.4-fix.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/esup-publisher-webcomponents-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"lit": "2.8.0"
},
"devDependencies": {
"@babel/core": "7.26.8",
"@babel/core": "7.26.9",
"@babel/eslint-parser": "7.26.8",
"@custom-elements-manifest/analyzer": "0.10.4",
"@esm-bundle/chai": "4.3.4-fix.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/evaluator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"lit": "2.8.0"
},
"devDependencies": {
"@babel/core": "7.26.8",
"@babel/core": "7.26.9",
"@babel/eslint-parser": "7.26.8",
"@custom-elements-manifest/analyzer": "0.10.4",
"@esm-bundle/chai": "4.3.4-fix.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/js-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"lit": "2.8.0"
},
"devDependencies": {
"@babel/core": "7.26.8",
"@babel/core": "7.26.9",
"@babel/eslint-parser": "7.26.8",
"@custom-elements-manifest/analyzer": "0.10.4",
"@esm-bundle/chai": "4.3.4-fix.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/subject-infos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lit": "2.8.0"
},
"devDependencies": {
"@babel/core": "7.26.8",
"@babel/core": "7.26.9",
"@babel/eslint-parser": "7.26.8",
"@custom-elements-manifest/analyzer": "0.10.4",
"@esm-bundle/chai": "4.3.4-fix.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/subject-search-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"lit": "2.8.0"
},
"devDependencies": {
"@babel/core": "7.26.8",
"@babel/core": "7.26.9",
"@babel/eslint-parser": "7.26.8",
"@custom-elements-manifest/analyzer": "0.10.4",
"@esm-bundle/chai": "4.3.4-fix.0",
Expand Down
107 changes: 100 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,30 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@npm:7.26.8, @babel/core@npm:^7.11.1, @babel/core@npm:^7.12.10, @babel/core@npm:^7.12.3":
"@babel/core@npm:7.26.9":
version: 7.26.9
resolution: "@babel/core@npm:7.26.9"
dependencies:
"@ampproject/remapping": "npm:^2.2.0"
"@babel/code-frame": "npm:^7.26.2"
"@babel/generator": "npm:^7.26.9"
"@babel/helper-compilation-targets": "npm:^7.26.5"
"@babel/helper-module-transforms": "npm:^7.26.0"
"@babel/helpers": "npm:^7.26.9"
"@babel/parser": "npm:^7.26.9"
"@babel/template": "npm:^7.26.9"
"@babel/traverse": "npm:^7.26.9"
"@babel/types": "npm:^7.26.9"
convert-source-map: "npm:^2.0.0"
debug: "npm:^4.1.0"
gensync: "npm:^1.0.0-beta.2"
json5: "npm:^2.2.3"
semver: "npm:^6.3.1"
checksum: 10/ceed199dbe25f286a0a59a2ea7879aed37c1f3bb289375d061eda4752cab2ba365e7f9e969c7fd3b9b95c930493db6eeb5a6d6f017dd135fb5a4503449aad753
languageName: node
linkType: hard

"@babel/core@npm:^7.11.1, @babel/core@npm:^7.12.10, @babel/core@npm:^7.12.3":
version: 7.26.8
resolution: "@babel/core@npm:7.26.8"
dependencies:
Expand Down Expand Up @@ -101,6 +124,19 @@ __metadata:
languageName: node
linkType: hard

"@babel/generator@npm:^7.26.9":
version: 7.26.9
resolution: "@babel/generator@npm:7.26.9"
dependencies:
"@babel/parser": "npm:^7.26.9"
"@babel/types": "npm:^7.26.9"
"@jridgewell/gen-mapping": "npm:^0.3.5"
"@jridgewell/trace-mapping": "npm:^0.3.25"
jsesc: "npm:^3.0.2"
checksum: 10/95075dd6158a49efcc71d7f2c5d20194fcf245348de7723ca35e37cd5800587f1d4de2be6c4ba87b5f5fbb967c052543c109eaab14b43f6a73eb05ccd9a5bb44
languageName: node
linkType: hard

"@babel/helper-annotate-as-pure@npm:^7.22.5":
version: 7.22.5
resolution: "@babel/helper-annotate-as-pure@npm:7.22.5"
Expand Down Expand Up @@ -351,6 +387,16 @@ __metadata:
languageName: node
linkType: hard

"@babel/helpers@npm:^7.26.9":
version: 7.26.9
resolution: "@babel/helpers@npm:7.26.9"
dependencies:
"@babel/template": "npm:^7.26.9"
"@babel/types": "npm:^7.26.9"
checksum: 10/267dfa7d04dff7720610497f466aa7b60652b7ec8dde5914527879350c9d655271e892117c5b2f0f083d92d2a8e5e2cf9832d4f98cd7fb72d78f796002af19a1
languageName: node
linkType: hard

"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.26.8, @babel/parser@npm:^7.4.3":
version: 7.26.8
resolution: "@babel/parser@npm:7.26.8"
Expand All @@ -362,6 +408,17 @@ __metadata:
languageName: node
linkType: hard

"@babel/parser@npm:^7.26.9":
version: 7.26.9
resolution: "@babel/parser@npm:7.26.9"
dependencies:
"@babel/types": "npm:^7.26.9"
bin:
parser: ./bin/babel-parser.js
checksum: 10/cb84fe3ba556d6a4360f3373cf7eb0901c46608c8d77330cc1ca021d60f5d6ebb4056a8e7f9dd0ef231923ef1fe69c87b11ce9e160d2252e089a20232a2b942b
languageName: node
linkType: hard

"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.24.4":
version: 7.24.4
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.24.4"
Expand Down Expand Up @@ -1365,6 +1422,17 @@ __metadata:
languageName: node
linkType: hard

"@babel/template@npm:^7.26.9":
version: 7.26.9
resolution: "@babel/template@npm:7.26.9"
dependencies:
"@babel/code-frame": "npm:^7.26.2"
"@babel/parser": "npm:^7.26.9"
"@babel/types": "npm:^7.26.9"
checksum: 10/240288cebac95b1cc1cb045ad143365643da0470e905e11731e63280e43480785bd259924f4aea83898ef68e9fa7c176f5f2d1e8b0a059b27966e8ca0b41a1b6
languageName: node
linkType: hard

"@babel/traverse@npm:^7.25.7, @babel/traverse@npm:^7.25.9, @babel/traverse@npm:^7.26.8, @babel/traverse@npm:^7.4.3":
version: 7.26.8
resolution: "@babel/traverse@npm:7.26.8"
Expand All @@ -1380,6 +1448,21 @@ __metadata:
languageName: node
linkType: hard

"@babel/traverse@npm:^7.26.9":
version: 7.26.9
resolution: "@babel/traverse@npm:7.26.9"
dependencies:
"@babel/code-frame": "npm:^7.26.2"
"@babel/generator": "npm:^7.26.9"
"@babel/parser": "npm:^7.26.9"
"@babel/template": "npm:^7.26.9"
"@babel/types": "npm:^7.26.9"
debug: "npm:^4.3.1"
globals: "npm:^11.1.0"
checksum: 10/c16a79522eafa0a7e40eb556bf1e8a3d50dbb0ff943a80f2c06cee2ec7ff87baa0c5d040a5cff574d9bcb3bed05e7d8c6f13b238a931c97267674b02c6cf45b4
languageName: node
linkType: hard

"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.22.15, @babel/types@npm:^7.22.19, @babel/types@npm:^7.22.5, @babel/types@npm:^7.23.0, @babel/types@npm:^7.24.7, @babel/types@npm:^7.25.7, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.7, @babel/types@npm:^7.26.8, @babel/types@npm:^7.4.0, @babel/types@npm:^7.4.4":
version: 7.26.8
resolution: "@babel/types@npm:7.26.8"
Expand All @@ -1390,6 +1473,16 @@ __metadata:
languageName: node
linkType: hard

"@babel/types@npm:^7.26.9":
version: 7.26.9
resolution: "@babel/types@npm:7.26.9"
dependencies:
"@babel/helper-string-parser": "npm:^7.25.9"
"@babel/helper-validator-identifier": "npm:^7.25.9"
checksum: 10/11b62ea7ed64ef7e39cc9b33852c1084064c3b970ae0eaa5db659241cfb776577d1e68cbff4de438bada885d3a827b52cc0f3746112d8e1bc672bb99a8eb5b56
languageName: node
linkType: hard

"@colors/colors@npm:1.5.0":
version: 1.5.0
resolution: "@colors/colors@npm:1.5.0"
Expand Down Expand Up @@ -1689,7 +1782,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@gip-recia/color-palette-picker@workspace:packages/color-palette-picker"
dependencies:
"@babel/core": "npm:7.26.8"
"@babel/core": "npm:7.26.9"
"@babel/eslint-parser": "npm:7.26.8"
"@custom-elements-manifest/analyzer": "npm:0.10.4"
"@esm-bundle/chai": "npm:4.3.4-fix.0"
Expand Down Expand Up @@ -1724,7 +1817,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@gip-recia/esup-publisher-webcomponents-utils@workspace:packages/esup-publisher-webcomponents-utils"
dependencies:
"@babel/core": "npm:7.26.8"
"@babel/core": "npm:7.26.9"
"@babel/eslint-parser": "npm:7.26.8"
"@custom-elements-manifest/analyzer": "npm:0.10.4"
"@esm-bundle/chai": "npm:4.3.4-fix.0"
Expand All @@ -1751,7 +1844,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@gip-recia/evaluator@workspace:packages/evaluator"
dependencies:
"@babel/core": "npm:7.26.8"
"@babel/core": "npm:7.26.9"
"@babel/eslint-parser": "npm:7.26.8"
"@custom-elements-manifest/analyzer": "npm:0.10.4"
"@esm-bundle/chai": "npm:4.3.4-fix.0"
Expand Down Expand Up @@ -1788,7 +1881,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@gip-recia/js-tree@workspace:packages/js-tree"
dependencies:
"@babel/core": "npm:7.26.8"
"@babel/core": "npm:7.26.9"
"@babel/eslint-parser": "npm:7.26.8"
"@custom-elements-manifest/analyzer": "npm:0.10.4"
"@esm-bundle/chai": "npm:4.3.4-fix.0"
Expand Down Expand Up @@ -1822,7 +1915,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@gip-recia/subject-infos@workspace:packages/subject-infos"
dependencies:
"@babel/core": "npm:7.26.8"
"@babel/core": "npm:7.26.9"
"@babel/eslint-parser": "npm:7.26.8"
"@custom-elements-manifest/analyzer": "npm:0.10.4"
"@esm-bundle/chai": "npm:4.3.4-fix.0"
Expand Down Expand Up @@ -1857,7 +1950,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@gip-recia/subject-search-button@workspace:packages/subject-search-button"
dependencies:
"@babel/core": "npm:7.26.8"
"@babel/core": "npm:7.26.9"
"@babel/eslint-parser": "npm:7.26.8"
"@custom-elements-manifest/analyzer": "npm:0.10.4"
"@esm-bundle/chai": "npm:4.3.4-fix.0"
Expand Down

0 comments on commit 37d9895

Please sign in to comment.