Unsubscribe On Mon, Jul 11, 2022, 14:31 <jongy...@apache.org> wrote:
> This is an automated email from the ASF dual-hosted git repository. > > jongyoul pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/zeppelin.git > > > The following commit(s) were added to refs/heads/master by this push: > new 8995ff227a Bump moment from 2.29.2 to 2.29.4 in /zeppelin-web > (#4401) > 8995ff227a is described below > > commit 8995ff227a44760b7dbb005a85bee4ac7772e1f2 > Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com > > > AuthorDate: Mon Jul 11 21:31:22 2022 +0900 > > Bump moment from 2.29.2 to 2.29.4 in /zeppelin-web (#4401) > > Bumps [moment](https://github.com/moment/moment) from 2.29.2 to > 2.29.4. > - [Release notes](https://github.com/moment/moment/releases) > - [Changelog]( > https://github.com/moment/moment/blob/develop/CHANGELOG.md) > - [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4) > > --- > updated-dependencies: > - dependency-name: moment > dependency-type: direct:production > ... > > Signed-off-by: dependabot[bot] <supp...@github.com> > > Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@ > users.noreply.github.com> > --- > zeppelin-web/package-lock.json | 6 +++--- > zeppelin-web/package.json | 2 +- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/zeppelin-web/package-lock.json > b/zeppelin-web/package-lock.json > index c2ec898e1f..de1b6fcb3c 100644 > --- a/zeppelin-web/package-lock.json > +++ b/zeppelin-web/package-lock.json > @@ -9855,9 +9855,9 @@ > } > }, > "moment": { > - "version": "2.29.2", > - "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz > ", > - "integrity": > "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" > + "version": "2.29.4", > + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz > ", > + "integrity": > "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" > }, > "moment-duration-format": { > "version": "1.3.0", > diff --git a/zeppelin-web/package.json b/zeppelin-web/package.json > index 6f3e7f94b7..1d1c8ff093 100644 > --- a/zeppelin-web/package.json > +++ b/zeppelin-web/package.json > @@ -31,7 +31,7 @@ > "grunt-angular-templates": "^0.5.7", > "grunt-dom-munger": "^3.4.0", > "headroom.js": "^0.9.3", > - "moment": "^2.29.2", > + "moment": "^2.29.4", > "moment-duration-format": "^1.3.0", > "scrollmonitor": "^1.2.3", > "diff-match-patch": "1.0.0" > >