Merge pull request #63 from pazof/dependabot/npm_and_yarn/src/Yavsc.Org/wwwroot/lib/bootstrap/npm_and_yarn-f774270336

Bump the npm_and_yarn group across 4 directories with 24 updates
This commit is contained in:
Paul Schneider 2026-06-19 01:36:58 +01:00 committed by GitHub
commit 37ca66c636
7 changed files with 4737 additions and 8454 deletions

View file

@ -104,7 +104,7 @@
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/core": "^8.0.1",
"@babel/preset-env": "^7.23.9",
"@popperjs/core": "^2.11.8",
"@rollup/plugin-babel": "^6.0.4",
@ -127,7 +127,7 @@
"hugo-bin": "^0.119.0",
"ip": "^2.0.1",
"jasmine": "^5.1.0",
"jquery": "^3.7.1",
"jquery": "^4.0.0",
"karma": "^6.4.2",
"karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.2.0",
@ -151,7 +151,7 @@
"stylelint": "^16.2.1",
"stylelint-config-twbs-bootstrap": "^14.0.0",
"terser": "^5.27.2",
"vnu-jar": "23.4.11"
"vnu-jar": "26.2.1"
},
"files": [
"dist/{css,js}/*.{css,js,map}",

View file

@ -56,14 +56,14 @@
},
"devDependencies": {
"body-parser": "1.20.3",
"browserstack-local": "1.5.5",
"browserstack-local": "1.5.9",
"commitplease": "3.2.0",
"diff": "5.2.0",
"eslint-config-jquery": "3.0.2",
"exit-hook": "4.0.0",
"express": "4.21.1",
"express-body-parser-error-handler": "1.0.7",
"grunt": "1.6.1",
"grunt": "1.6.2",
"grunt-bowercopy": "1.2.5",
"grunt-compare-size": "0.4.2",
"grunt-contrib-concat": "2.1.0",

File diff suppressed because it is too large Load diff

View file

@ -110,7 +110,7 @@
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/markdown-remark": "^6.3.1",
"@astrojs/mdx": "^4.2.6",
"@astrojs/mdx": "^6.0.3",
"@astrojs/prism": "^3.2.0",
"@astrojs/sitemap": "^3.3.1",
"@babel/cli": "^7.27.0",
@ -127,8 +127,8 @@
"@types/js-yaml": "^4.0.5",
"@types/mime": "^3.0.1",
"@types/prismjs": "^1.26.0",
"astro": "^5.7.10",
"astro-auto-import": "^0.4.4",
"astro": "^6.4.8",
"astro-auto-import": "^0.5.1",
"autoprefixer": "^10.4.21",
"bundlewatch": "^0.4.1",
"clean-css-cli": "^5.6.3",
@ -148,7 +148,7 @@
"image-size": "^2.0.2",
"ip": "^2.0.1",
"jasmine": "^5.6.0",
"jquery": "^3.7.1",
"jquery": "^4.0.0",
"js-yaml": "^4.1.0",
"karma": "^6.4.4",
"karma-browserstack-launcher": "1.4.0",
@ -173,14 +173,14 @@
"rollup": "^4.38.0",
"rollup-plugin-istanbul": "^5.0.0",
"rtlcss": "^4.3.0",
"sass": "1.78.0",
"sass": "1.101.0",
"sass-true": "^8.1.0",
"shelljs": "^0.9.2",
"stylelint": "^16.17.0",
"stylelint-config-twbs-bootstrap": "^16.0.0",
"terser": "^5.39.0",
"unist-util-visit": "^5.0.0",
"vnu-jar": "24.10.17",
"vnu-jar": "26.2.1",
"zod": "^3.24.3"
},
"files": [

File diff suppressed because it is too large Load diff

View file

@ -25,17 +25,17 @@
"dist/jquery.validate.unobtrusive.min.js"
],
"dependencies": {
"jquery": "^3.6.0",
"jquery-validation": ">=1.19"
"jquery": "^4.0.0",
"jquery-validation": ">=1.22"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp": "^5.0.1",
"gulp-line-ending-corrector": "^1.0.3",
"gulp-rename": "~2.0.0",
"gulp-replace": "~1.1.3",
"gulp-uglify": "~3.0.2",
"lodash": "^4.17.21",
"minimatch": ">=5.1.0"
"lodash": "^4.18.1",
"minimatch": ">=5.1.8"
},
"overrides": {
"glob-parent": "~6.0.1"

View file

@ -40,7 +40,7 @@
},
"devDependencies": {
"commitplease": "2.3.1",
"grunt": "1.0.1",
"grunt": "1.6.2",
"grunt-contrib-compress": "1.2.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",