Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2024-09-16 17:29:58 +00:00
parent 1afca056e3
commit 6989ba7bd2
3942 changed files with 55190 additions and 132206 deletions

51
node_modules/diff/package.json generated vendored
View file

@ -1,6 +1,6 @@
{
"name": "diff",
"version": "5.2.0",
"version": "7.0.0",
"description": "A JavaScript text diff implementation.",
"keywords": [
"diff",
@ -47,43 +47,42 @@
"test": "grunt"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/register": "^7.0.0",
"@colors/colors": "^1.3.3",
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.1",
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@babel/preset-env": "^7.24.1",
"@babel/register": "^7.23.7",
"@colors/colors": "^1.6.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-loader": "^9.1.3",
"chai": "^4.2.0",
"eslint": "^5.12.0",
"grunt": "^1.0.3",
"grunt": "^1.6.1",
"grunt-babel": "^8.0.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^23.0.0",
"grunt-eslint": "^24.3.0",
"grunt-exec": "^3.0.0",
"grunt-karma": "^4.0.0",
"grunt-karma": "^4.0.2",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-mocha-test": "^0.13.3",
"grunt-webpack": "^3.1.3",
"grunt-webpack": "^6.0.0",
"istanbul": "github:kpdecker/istanbul",
"karma": "^6.3.16",
"karma-chrome-launcher": "^3.1.0",
"karma": "^6.4.3",
"karma-chrome-launcher": "^3.2.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.0.0",
"karma-sauce-launcher": "^4.1.5",
"karma-sourcemap-loader": "^0.3.6",
"karma-webpack": "^4.0.2",
"mocha": "^6.0.0",
"rollup": "^1.0.2",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.4.0",
"karma-webpack": "^5.0.1",
"mocha": "^7.0.0",
"rollup": "^4.13.0",
"rollup-plugin-babel": "^4.2.0",
"semver": "^7.3.2",
"webpack": "^4.28.3",
"webpack-dev-server": "^3.1.14"
"semver": "^7.6.0",
"webpack": "^5.90.3",
"webpack-dev-server": "^5.0.3"
},
"optionalDependencies": {}
}