Browse Source

fix(deps): update dependency classnames to v2.4.0

pull/3504/head
renovate[bot] 2 years ago committed by GitHub
parent
commit
72b640ae7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      web/package-lock.json
  2. 2
      web/package.json

8
web/package-lock.json generated

@ -23,7 +23,7 @@
"antd": "4.24.15", "antd": "4.24.15",
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.14",
"chart.js": "^4.2.0", "chart.js": "^4.2.0",
"classnames": "2.3.3", "classnames": "2.4.0",
"date-fns": "^2.29.3", "date-fns": "^2.29.3",
"graphemer": "^1.4.0", "graphemer": "^1.4.0",
"interweave": "^13.0.0", "interweave": "^13.0.0",
@ -12360,9 +12360,9 @@
"peer": true "peer": true
}, },
"node_modules/classnames": { "node_modules/classnames": {
"version": "2.3.3", "version": "2.4.0",
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.3.tgz", "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.4.0.tgz",
"integrity": "sha512-1inzZmicIFcmUya7PGtUQeXtcF7zZpPnxtQoYOrz0uiOBGlLFa4ik4361seYL2JCcRDIyfdFHiwQolESFlw+Og==" "integrity": "sha512-lWxiIlphgAhTLN657pwU/ofFxsUTOWc2CRIFeoV5st0MGRJHStUnWIUJgDHxjUO/F0mXzGufXIM4Lfu/8h+MpA=="
}, },
"node_modules/clean-css": { "node_modules/clean-css": {
"version": "5.3.3", "version": "5.3.3",

2
web/package.json

@ -29,7 +29,7 @@
"antd": "4.24.15", "antd": "4.24.15",
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.14",
"chart.js": "^4.2.0", "chart.js": "^4.2.0",
"classnames": "2.3.3", "classnames": "2.4.0",
"date-fns": "^2.29.3", "date-fns": "^2.29.3",
"graphemer": "^1.4.0", "graphemer": "^1.4.0",
"interweave": "^13.0.0", "interweave": "^13.0.0",

Loading…
Cancel
Save