From f362a0405526110a1eaee1b9552de2138a270bb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 18:04:05 +0000 Subject: [PATCH] build(deps-dev): bump rollup from 3.21.8 to 3.22.0 Bumps [rollup](https://github.com/rollup/rollup) from 3.21.8 to 3.22.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.21.8...v3.22.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0ccd3fc8..7208bc83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "naive-ui": "^2.34.3", "npm-run-all": "^4.1.5", "pg-hstore": "^2.3.4", - "rollup": "^3.21.8", + "rollup": "^3.22.0", "sass": "^1.62.1", "tslib": "^2.5.0", "typescript": "^5.0.4", @@ -8635,9 +8635,9 @@ } }, "node_modules/rollup": { - "version": "3.21.8", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.21.8.tgz", - "integrity": "sha512-SSFV2T2fWtQ/vvBip85u2Nr0GNKireabH9d7nXswBg+XSH+jbVDSYptRAEbCEsquhs503rpPA9POYAp0/Jhasw==", + "version": "3.22.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.22.0.tgz", + "integrity": "sha512-imsigcWor5Y/dC0rz2q0bBt9PabcL3TORry2hAa6O6BuMvY71bqHyfReAz5qyAqiQATD1m70qdntqBfBQjVWpQ==", "dev": true, "bin": { "rollup": "dist/bin/rollup" diff --git a/package.json b/package.json index 3fde1fc2..dd5516a6 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "naive-ui": "^2.34.3", "npm-run-all": "^4.1.5", "pg-hstore": "^2.3.4", - "rollup": "^3.21.8", + "rollup": "^3.22.0", "sass": "^1.62.1", "tslib": "^2.5.0", "typescript": "^5.0.4",