From 07a57b62ecf743f907cedadc289b0cbb4bb224b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 14:30:32 +0000 Subject: [PATCH] Bump jquery-validation in /SampleIdentity.UI/bin/Debug/netcoreapp3.1 Bumps [jquery-validation](https://github.com/jquery-validation/jquery-validation) from 1.19.1 to 1.21.0. - [Release notes](https://github.com/jquery-validation/jquery-validation/releases) - [Changelog](https://github.com/jquery-validation/jquery-validation/blob/master/changelog.md) - [Commits](https://github.com/jquery-validation/jquery-validation/compare/1.19.1...1.21.0) --- updated-dependencies: - dependency-name: jquery-validation dependency-version: 1.21.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../bin/Debug/netcoreapp3.1/package-lock.json | 48 ++++++++++++++----- .../bin/Debug/netcoreapp3.1/package.json | 2 +- 2 files changed, 37 insertions(+), 13 deletions(-) diff --git a/SampleIdentity.UI/bin/Debug/netcoreapp3.1/package-lock.json b/SampleIdentity.UI/bin/Debug/netcoreapp3.1/package-lock.json index 311d039..73198f0 100644 --- a/SampleIdentity.UI/bin/Debug/netcoreapp3.1/package-lock.json +++ b/SampleIdentity.UI/bin/Debug/netcoreapp3.1/package-lock.json @@ -1,33 +1,57 @@ { "name": "asp.net", "version": "1.0.0", - "lockfileVersion": 1, + "lockfileVersion": 3, "requires": true, - "dependencies": { - "bootstrap": { + "packages": { + "": { + "version": "1.0.0", + "devDependencies": { + "bootstrap": "4.4.1", + "jquery": "3.5.1", + "jquery-validation": "1.21.0", + "jquery-validation-unobtrusive": "3.2.11" + } + }, + "node_modules/bootstrap": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.4.1.tgz", "integrity": "sha512-tbx5cHubwE6e2ZG7nqM3g/FZ5PQEDMWmMGNrCUBVRPHXTJaH7CBDdsLeu3eCh3B1tzAxTnAbtmrzvWEvT2NNEA==", - "dev": true + "dev": true, + "engines": { + "node": ">=6" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + }, + "peerDependencies": { + "jquery": "1.9.1 - 3", + "popper.js": "^1.16.0" + } }, - "jquery": { + "node_modules/jquery": { "version": "3.5.1", "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz", "integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==", "dev": true }, - "jquery-validation": { - "version": "1.19.1", - "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.1.tgz", - "integrity": "sha512-QNnrZBqSltWUEJx+shOY5WtfrIb0gWmDjFfQP8rZKqMMSfpRSwEkSqhfHPvDfkObD8Hnv5KHSYI8yg73sVFdqA==", - "dev": true + "node_modules/jquery-validation": { + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.21.0.tgz", + "integrity": "sha512-xNot0rlUIgu7duMcQ5qb6MGkGL/Z1PQaRJQoZAURW9+a/2PGOUxY36o/WyNeP2T9R6jvWB8Z9lUVvvQWI/Zs5w==", + "dev": true, + "license": "MIT", + "peerDependencies": { + "jquery": "^1.7 || ^2.0 || ^3.1" + } }, - "jquery-validation-unobtrusive": { + "node_modules/jquery-validation-unobtrusive": { "version": "3.2.11", "resolved": "https://registry.npmjs.org/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-3.2.11.tgz", "integrity": "sha512-3FQPllaWdD+Aq55zJLGSW39+eXPDz1HhwAvrSwYi8zHQ8DVcu5IJ1HVeTiCl0BnCnrIBvfFU3zEB/DrGdcoRIQ==", "dev": true, - "requires": { + "dependencies": { "jquery": ">=1.8", "jquery-validation": ">=1.16" } diff --git a/SampleIdentity.UI/bin/Debug/netcoreapp3.1/package.json b/SampleIdentity.UI/bin/Debug/netcoreapp3.1/package.json index d4558ca..982159d 100644 --- a/SampleIdentity.UI/bin/Debug/netcoreapp3.1/package.json +++ b/SampleIdentity.UI/bin/Debug/netcoreapp3.1/package.json @@ -5,7 +5,7 @@ "devDependencies": { "bootstrap": "4.4.1", "jquery": "3.5.1", - "jquery-validation": "1.19.1", + "jquery-validation": "1.21.0", "jquery-validation-unobtrusive": "3.2.11" } }