Update node.js dependencies

This commit is contained in:
Bartek Fabiszewski 2022-04-12 14:55:13 +02:00
parent 1b53923f4d
commit 91fc35f0a6
2 changed files with 312 additions and 380 deletions

666
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,45 +20,45 @@
"license": "GPL-3.0-or-later",
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"babel-loader": "^8.2.3",
"babel-loader": "^8.2.4",
"browserlist": "^1.0.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"core-js": "^3.21.1",
"csso": "^5.0.3",
"eslint": "^8.11.0",
"eslint-plugin-import": "^2.25.4",
"eslint": "^8.13.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jasmine": "^4.1.3",
"husky": "^7.0.4",
"jasmine": "^4.0.2",
"jasmine": "^4.1.0",
"karma": "^6.3.17",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^4.0.1",
"karma-jasmine": "^4.0.2",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^5.0.0",
"prepush-if-changed": "^1.0.8",
"puppeteer": "^13.5.1",
"puppeteer": "^13.5.2",
"regenerator-runtime": "^0.13.9",
"stylelint": "^14.6.0",
"stylelint": "^14.6.1",
"stylelint-config-standard": "^25.0.0",
"terser-webpack-plugin": "^5.3.1",
"webpack": "^5.70.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@babel/runtime-corejs3": "^7.17.8",
"caniuse-lite": "^1.0.30001319",
"@babel/runtime": "^7.17.9",
"@babel/runtime-corejs3": "^7.17.9",
"caniuse-lite": "^1.0.30001328",
"chartist": "^0.11.4",
"chartist-plugin-axistitle": "0.0.7",
"ol": "^6.13.0"
"ol": "^6.14.1"
},
"babel": {
"presets": [