1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 17:41:18 +01:00

chore(deps-dev): bump @babel/core from 7.25.7 to 7.26.0 (#96)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.25.7 to 7.26.0.
- [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.0/packages/babel-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-12-23 10:29:53 +01:00
committed by GitHub
parent f2375b7ae0
commit f92c3d06c3
2 changed files with 19 additions and 19 deletions

36
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"@actions/core": "^1.11.0" "@actions/core": "^1.11.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.25.7", "@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.7", "@babel/eslint-parser": "^7.25.7",
"@babel/preset-env": "^7.26.0", "@babel/preset-env": "^7.26.0",
"@semantic-release/exec": "^6.0.3", "@semantic-release/exec": "^6.0.3",
@@ -107,21 +107,21 @@
} }
}, },
"node_modules/@babel/core": { "node_modules/@babel/core": {
"version": "7.25.7", "version": "7.26.0",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.7.tgz", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz",
"integrity": "sha512-yJ474Zv3cwiSOO9nXJuqzvwEeM+chDuQ8GJirw+pZ91sCGCyOZ3dJkVE09fTV0VEVzXyLWhh3G/AolYTPX7Mow==", "integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@ampproject/remapping": "^2.2.0", "@ampproject/remapping": "^2.2.0",
"@babel/code-frame": "^7.25.7", "@babel/code-frame": "^7.26.0",
"@babel/generator": "^7.25.7", "@babel/generator": "^7.26.0",
"@babel/helper-compilation-targets": "^7.25.7", "@babel/helper-compilation-targets": "^7.25.9",
"@babel/helper-module-transforms": "^7.25.7", "@babel/helper-module-transforms": "^7.26.0",
"@babel/helpers": "^7.25.7", "@babel/helpers": "^7.26.0",
"@babel/parser": "^7.25.7", "@babel/parser": "^7.26.0",
"@babel/template": "^7.25.7", "@babel/template": "^7.25.9",
"@babel/traverse": "^7.25.7", "@babel/traverse": "^7.25.9",
"@babel/types": "^7.25.7", "@babel/types": "^7.26.0",
"convert-source-map": "^2.0.0", "convert-source-map": "^2.0.0",
"debug": "^4.1.0", "debug": "^4.1.0",
"gensync": "^1.0.0-beta.2", "gensync": "^1.0.0-beta.2",
@@ -500,13 +500,13 @@
} }
}, },
"node_modules/@babel/helpers": { "node_modules/@babel/helpers": {
"version": "7.25.7", "version": "7.26.0",
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.7.tgz", "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz",
"integrity": "sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA==", "integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/template": "^7.25.7", "@babel/template": "^7.25.9",
"@babel/types": "^7.25.7" "@babel/types": "^7.26.0"
}, },
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"

View File

@@ -66,7 +66,7 @@
"@actions/core": "^1.11.0" "@actions/core": "^1.11.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.25.7", "@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.7", "@babel/eslint-parser": "^7.25.7",
"@babel/preset-env": "^7.26.0", "@babel/preset-env": "^7.26.0",
"@semantic-release/exec": "^6.0.3", "@semantic-release/exec": "^6.0.3",