mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -05:00
chore(deps): update dependency @babel/preset-env to v7.25.3 (#2711)
Some checks failed
Scratch Paint CI-CD / ci-cd (push) Has been cancelled
Some checks failed
Scratch Paint CI-CD / ci-cd (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
9ebf5b0f43
commit
4ca3f60be8
2 changed files with 6 additions and 6 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -22,7 +22,7 @@
|
||||||
"@babel/cli": "7.24.8",
|
"@babel/cli": "7.24.8",
|
||||||
"@babel/core": "7.25.2",
|
"@babel/core": "7.25.2",
|
||||||
"@babel/node": "7.25.0",
|
"@babel/node": "7.25.0",
|
||||||
"@babel/preset-env": "7.25.2",
|
"@babel/preset-env": "7.25.3",
|
||||||
"@babel/preset-react": "7.24.7",
|
"@babel/preset-react": "7.24.7",
|
||||||
"@commitlint/cli": "17.8.1",
|
"@commitlint/cli": "17.8.1",
|
||||||
"@commitlint/config-conventional": "17.8.1",
|
"@commitlint/config-conventional": "17.8.1",
|
||||||
|
@ -1885,9 +1885,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/preset-env": {
|
"node_modules/@babel/preset-env": {
|
||||||
"version": "7.25.2",
|
"version": "7.25.3",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.2.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.3.tgz",
|
||||||
"integrity": "sha512-Y2Vkwy3ITW4id9c6KXshVV/x5yCGK7VdJmKkzOzNsDZMojRKfSA/033rRbLqlRozmhRXCejxWHLSJOg/wUHfzw==",
|
"integrity": "sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1895,7 +1895,7 @@
|
||||||
"@babel/helper-compilation-targets": "^7.25.2",
|
"@babel/helper-compilation-targets": "^7.25.2",
|
||||||
"@babel/helper-plugin-utils": "^7.24.8",
|
"@babel/helper-plugin-utils": "^7.24.8",
|
||||||
"@babel/helper-validator-option": "^7.24.8",
|
"@babel/helper-validator-option": "^7.24.8",
|
||||||
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.0",
|
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.3",
|
||||||
"@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.0",
|
"@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.0",
|
||||||
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.0",
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.0",
|
||||||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7",
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7",
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
"@babel/cli": "7.24.8",
|
"@babel/cli": "7.24.8",
|
||||||
"@babel/core": "7.25.2",
|
"@babel/core": "7.25.2",
|
||||||
"@babel/node": "7.25.0",
|
"@babel/node": "7.25.0",
|
||||||
"@babel/preset-env": "7.25.2",
|
"@babel/preset-env": "7.25.3",
|
||||||
"@babel/preset-react": "7.24.7",
|
"@babel/preset-react": "7.24.7",
|
||||||
"@commitlint/cli": "17.8.1",
|
"@commitlint/cli": "17.8.1",
|
||||||
"@commitlint/config-conventional": "17.8.1",
|
"@commitlint/config-conventional": "17.8.1",
|
||||||
|
|
Loading…
Reference in a new issue