mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -05:00
fix(deps): update dependency scratch-semantic-release-config to v1.0.7 (#2139)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
2410766b9c
commit
a221ae79f4
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -68,7 +68,7 @@
|
|||
"rimraf": "2.7.1",
|
||||
"scratch-l10n": "3.15.20230327032134",
|
||||
"scratch-render-fonts": "1.0.0-prerelease.20221102164332",
|
||||
"scratch-semantic-release-config": "1.0.6",
|
||||
"scratch-semantic-release-config": "1.0.7",
|
||||
"semantic-release": "19.0.5",
|
||||
"style-loader": "1.3.0",
|
||||
"svg-url-loader": "3.0.3",
|
||||
|
@ -25789,9 +25789,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-semantic-release-config": {
|
||||
"version": "1.0.6",
|
||||
"resolved": "https://registry.npmjs.org/scratch-semantic-release-config/-/scratch-semantic-release-config-1.0.6.tgz",
|
||||
"integrity": "sha512-elqgoI38kRBRXsm99FilE9qsQX0d66V3lamAePhO/M22Y92fRkRDHJUPl3zZaqtK8tpUzvPOQDBxEvGQ//FEJw==",
|
||||
"version": "1.0.7",
|
||||
"resolved": "https://registry.npmjs.org/scratch-semantic-release-config/-/scratch-semantic-release-config-1.0.7.tgz",
|
||||
"integrity": "sha512-XehcML5w11+HD0YnBGAi3F19r4wbeT6F9lCV7ZhmRwOqWwTj5MR6+RPV5RsjqHOUC7AH7PGC2sJl4mlH5MxbRw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@semantic-release/changelog": "^6.0.1",
|
||||
|
@ -55073,9 +55073,9 @@
|
|||
}
|
||||
},
|
||||
"scratch-semantic-release-config": {
|
||||
"version": "1.0.6",
|
||||
"resolved": "https://registry.npmjs.org/scratch-semantic-release-config/-/scratch-semantic-release-config-1.0.6.tgz",
|
||||
"integrity": "sha512-elqgoI38kRBRXsm99FilE9qsQX0d66V3lamAePhO/M22Y92fRkRDHJUPl3zZaqtK8tpUzvPOQDBxEvGQ//FEJw==",
|
||||
"version": "1.0.7",
|
||||
"resolved": "https://registry.npmjs.org/scratch-semantic-release-config/-/scratch-semantic-release-config-1.0.7.tgz",
|
||||
"integrity": "sha512-XehcML5w11+HD0YnBGAi3F19r4wbeT6F9lCV7ZhmRwOqWwTj5MR6+RPV5RsjqHOUC7AH7PGC2sJl4mlH5MxbRw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@semantic-release/changelog": "^6.0.1",
|
||||
|
|
|
@ -97,7 +97,7 @@
|
|||
"rimraf": "2.7.1",
|
||||
"scratch-l10n": "3.15.20230327032134",
|
||||
"scratch-render-fonts": "1.0.0-prerelease.20221102164332",
|
||||
"scratch-semantic-release-config": "1.0.6",
|
||||
"scratch-semantic-release-config": "1.0.7",
|
||||
"semantic-release": "19.0.5",
|
||||
"style-loader": "1.3.0",
|
||||
"svg-url-loader": "3.0.3",
|
||||
|
|
Loading…
Reference in a new issue