Skip to content

Commit 8315488

Browse files
authored
fix(deps): bump @babel/core to 7.29.6 (#1397)
Resolves the Dependabot advisory affecting @babel/core <= 7.29.0 (development dependency).
1 parent b2dc652 commit 8315488

2 files changed

Lines changed: 314 additions & 132 deletions

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"@socketsecurity/socket-patch": "2.0.0"
9191
},
9292
"devDependencies": {
93-
"@babel/core": "7.28.4",
93+
"@babel/core": "7.29.6",
9494
"@babel/plugin-proposal-export-default-from": "7.27.1",
9595
"@babel/plugin-transform-export-namespace-from": "7.27.1",
9696
"@babel/plugin-transform-runtime": "7.28.3",
@@ -217,6 +217,7 @@
217217
"@octokit/graphql": "$@octokit/graphql",
218218
"@octokit/request-error": "$@octokit/request-error",
219219
"@rollup/plugin-commonjs": "28.0.6",
220+
"@sigstore/core": "3.2.1",
220221
"@socketsecurity/registry": "$@socketsecurity/registry",
221222
"aggregate-error": "npm:@socketregistry/aggregate-error@^1.0.14",
222223
"ansi-regex": "6.1.0",
@@ -229,6 +230,7 @@
229230
"drawille-canvas-blessed-contrib": "0.1.3",
230231
"es-define-property": "npm:@socketregistry/es-define-property@^1.0.7",
231232
"es-set-tostringtag": "npm:@socketregistry/es-set-tostringtag@^1.0.9",
233+
"form-data": "4.0.6",
232234
"function-bind": "npm:@socketregistry/function-bind@^1.0.7",
233235
"globalthis": "npm:@socketregistry/globalthis@^1.0.7",
234236
"gopd": "npm:@socketregistry/gopd@^1.0.7",
@@ -253,7 +255,9 @@
253255
"set-function-length": "npm:@socketregistry/set-function-length@^1.0.9",
254256
"shell-quote": "npm:shell-quote@^1.8.3",
255257
"side-channel": "npm:@socketregistry/side-channel@^1.0.9",
258+
"sigstore": "4.1.1",
256259
"string_decoder": "0.10.31",
260+
"tar": "7.5.16",
257261
"tiny-colors": "$yoctocolors-cjs",
258262
"tiny-updater": "3.5.3",
259263
"typedarray": "npm:@socketregistry/typedarray@^1.0.7",

0 commit comments

Comments
 (0)