1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-06-29 00:57:49 +02:00

Bump @release-it/bumper from 1.4.0 to 1.4.1

Bumps [@release-it/bumper](https://github.com/release-it/bumper) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/release-it/bumper/releases)
- [Commits](https://github.com/release-it/bumper/compare/1.4.0...1.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-07-27 01:51:52 +00:00 committed by GitHub
parent e410504c1f
commit f3a2265791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
package-lock.json generated
View File

@ -1433,21 +1433,21 @@
}
},
"@release-it/bumper": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@release-it/bumper/-/bumper-1.4.0.tgz",
"integrity": "sha512-Gmo+pPU/1Cy6JzLvVhNcksV85Mit6HSnBMQqybswutzGX7174RIdDAs6qtMBibQPZodmMAkRrlFwm2wLTVovqQ==",
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/@release-it/bumper/-/bumper-1.4.1.tgz",
"integrity": "sha512-twZbXe/oiPv8ciVGM0iOeorijsV5keN3gclu2TKaaI2rz2MvO97ZNhrSUzq5vs845XVqSRVhQnX1N6ah3TbVpw==",
"dev": true,
"requires": {
"@iarna/toml": "^2.2.5",
"detect-indent": "^6.0.0",
"fast-glob": "^3.2.3",
"fast-glob": "^3.2.4",
"ini": "^1.3.5",
"js-yaml": "^3.14.0",
"lodash.castarray": "^4.4.0",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"mock-fs": "^4.12.0",
"release-it": "^13.6.3"
"release-it": "^13.6.5"
}
},
"@rollup/plugin-alias": {