This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new c381a60cb0 Bump grunt-contrib-connect in /testing/wicket-js-tests
(#1002)
c381a60cb0 is described below
commit c381a60cb01f049f122cac751a446dc49d486e12
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 15 14:05:14 2024 +0300
Bump grunt-contrib-connect in /testing/wicket-js-tests (#1002)
Bumps
[grunt-contrib-connect](https://github.com/gruntjs/grunt-contrib-connect) from
5.0.0 to 5.0.1.
- [Release notes](https://github.com/gruntjs/grunt-contrib-connect/releases)
-
[Changelog](https://github.com/gruntjs/grunt-contrib-connect/blob/main/CHANGELOG)
-
[Commits](https://github.com/gruntjs/grunt-contrib-connect/compare/v5.0.0...v5.0.1)
---
updated-dependencies:
- dependency-name: grunt-contrib-connect
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
testing/wicket-js-tests/package-lock.json | 8 ++++----
testing/wicket-js-tests/package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/testing/wicket-js-tests/package-lock.json
b/testing/wicket-js-tests/package-lock.json
index 64a9066a01..75e8fba3da 100644
--- a/testing/wicket-js-tests/package-lock.json
+++ b/testing/wicket-js-tests/package-lock.json
@@ -11,7 +11,7 @@
"devDependencies": {
"grunt": "1.6.1",
"grunt-cli": "1.5.0",
- "grunt-contrib-connect": "5.0.0",
+ "grunt-contrib-connect": "5.0.1",
"grunt-contrib-jshint": "3.2.0",
"grunt-contrib-nodeunit": "5.0.0",
"grunt-contrib-qunit": "9.1.1"
@@ -2329,9 +2329,9 @@
}
},
"node_modules/grunt-contrib-connect": {
- "version": "5.0.0",
- "resolved":
"https://registry.npmjs.org/grunt-contrib-connect/-/grunt-contrib-connect-5.0.0.tgz",
- "integrity":
"sha512-5bnw/5h8p4P+9EYgFAPKExlNzY1U2/FQSsNlbZmXwbS5l2SyzLwyDqpXKma9RFi2y4s+3IC0ShjE1hJkzuhp4w==",
+ "version": "5.0.1",
+ "resolved":
"https://registry.npmjs.org/grunt-contrib-connect/-/grunt-contrib-connect-5.0.1.tgz",
+ "integrity":
"sha512-Hfq/0QJl3ddD2N/a/1cDJHkKEOGk6m7W6uxNe0AmYwtf6v0F/4+8q9rvPJ1tl+mrI90lU/89I9T/h48qqeMfQA==",
"dev": true,
"dependencies": {
"async": "^3.2.5",
diff --git a/testing/wicket-js-tests/package.json
b/testing/wicket-js-tests/package.json
index 3ea9dde070..2bad01b446 100644
--- a/testing/wicket-js-tests/package.json
+++ b/testing/wicket-js-tests/package.json
@@ -10,7 +10,7 @@
"devDependencies": {
"grunt": "1.6.1",
"grunt-cli": "1.5.0",
- "grunt-contrib-connect": "5.0.0",
+ "grunt-contrib-connect": "5.0.1",
"grunt-contrib-jshint": "3.2.0",
"grunt-contrib-nodeunit": "5.0.0",
"grunt-contrib-qunit": "9.1.1"