From ffcd4f7a7e175125f97c510fd69c58b82be5c3fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 23:08:56 +0000 Subject: [PATCH] Bump stimulus from 3.1.0 to 3.2.1 in /src/main/js Bumps [stimulus](https://github.com/stimulusjs/stimulus) from 3.1.0 to 3.2.1. - [Release notes](https://github.com/stimulusjs/stimulus/releases) - [Changelog](https://github.com/hotwired/stimulus/blob/main/CHANGELOG.md) - [Commits](https://github.com/stimulusjs/stimulus/compare/v3.1.0...v3.2.1) --- updated-dependencies: - dependency-name: stimulus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/main/js/package-lock.json | 30 +++++++++++++++--------------- src/main/js/package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/main/js/package-lock.json b/src/main/js/package-lock.json index af44815..9dee214 100644 --- a/src/main/js/package-lock.json +++ b/src/main/js/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "@hotwired/turbo": "^7.1.0", - "stimulus": "^3.1.0" + "stimulus": "^3.2.1" }, "devDependencies": { "prettier": "^2.7.1", @@ -55,9 +55,9 @@ "dev": true }, "node_modules/@hotwired/stimulus": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@hotwired/stimulus/-/stimulus-3.1.0.tgz", - "integrity": "sha512-iDMHUhiEJ1xFeicyHcZQQgBzhtk5mPR0QZO3L6wtqzMsJEk2TKECuCQTGKjm+KJTHVY0dKq1dOOAWvODjpd2Mg==" + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@hotwired/stimulus/-/stimulus-3.2.1.tgz", + "integrity": "sha512-HGlzDcf9vv/EQrMJ5ZG6VWNs8Z/xMN+1o2OhV1gKiSG6CqZt5MCBB1gRg5ILiN3U0jEAxuDTNPRfBcnZBDmupQ==" }, "node_modules/@hotwired/stimulus-webpack-helpers": { "version": "1.0.1", @@ -4129,11 +4129,11 @@ } }, "node_modules/stimulus": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/stimulus/-/stimulus-3.1.0.tgz", - "integrity": "sha512-ln+BtLkhemwJozr5N3I5q0kGlSv6fmcPi3JtDjBo7gnnz2tAYhK2WBhyY/EN/4+CWIwqp3qPm3Pc+i9CjIXrtg==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/stimulus/-/stimulus-3.2.1.tgz", + "integrity": "sha512-EhpuHnTwtkWrE5m7tQxLBLsi1aE6xJ/9MbB88aKXZSquIC4pCueKJ2AGaF5gq+/BzP7+xvYaVYA0j1dIUuBsgA==", "dependencies": { - "@hotwired/stimulus": "^3.1.0", + "@hotwired/stimulus": "^3.2.1", "@hotwired/stimulus-webpack-helpers": "^1.0.0" } }, @@ -4590,9 +4590,9 @@ "dev": true }, "@hotwired/stimulus": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@hotwired/stimulus/-/stimulus-3.1.0.tgz", - "integrity": "sha512-iDMHUhiEJ1xFeicyHcZQQgBzhtk5mPR0QZO3L6wtqzMsJEk2TKECuCQTGKjm+KJTHVY0dKq1dOOAWvODjpd2Mg==" + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@hotwired/stimulus/-/stimulus-3.2.1.tgz", + "integrity": "sha512-HGlzDcf9vv/EQrMJ5ZG6VWNs8Z/xMN+1o2OhV1gKiSG6CqZt5MCBB1gRg5ILiN3U0jEAxuDTNPRfBcnZBDmupQ==" }, "@hotwired/stimulus-webpack-helpers": { "version": "1.0.1", @@ -7748,11 +7748,11 @@ } }, "stimulus": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/stimulus/-/stimulus-3.1.0.tgz", - "integrity": "sha512-ln+BtLkhemwJozr5N3I5q0kGlSv6fmcPi3JtDjBo7gnnz2tAYhK2WBhyY/EN/4+CWIwqp3qPm3Pc+i9CjIXrtg==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/stimulus/-/stimulus-3.2.1.tgz", + "integrity": "sha512-EhpuHnTwtkWrE5m7tQxLBLsi1aE6xJ/9MbB88aKXZSquIC4pCueKJ2AGaF5gq+/BzP7+xvYaVYA0j1dIUuBsgA==", "requires": { - "@hotwired/stimulus": "^3.1.0", + "@hotwired/stimulus": "^3.2.1", "@hotwired/stimulus-webpack-helpers": "^1.0.0" } }, diff --git a/src/main/js/package.json b/src/main/js/package.json index 6fa6145..f983279 100644 --- a/src/main/js/package.json +++ b/src/main/js/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@hotwired/turbo": "^7.1.0", - "stimulus": "^3.1.0" + "stimulus": "^3.2.1" }, "devDependencies": { "prettier": "^2.7.1",