diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-12-05 12:25:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-05 12:25:55 +0100 |
commit | 9fce9aef15d0b31b71154141b623933de81346c4 (patch) | |
tree | 4fe97ed22070fad2d11948379d2d64f10e1481e7 | |
parent | 6c52242fb1cfa362a0081a6023151686b2cc4c44 (diff) | |
parent | 18087e7d507e62e6761dbb662e4d8df53ee9dd99 (diff) | |
download | nextcloud-server-9fce9aef15d0b31b71154141b623933de81346c4.tar.gz nextcloud-server-9fce9aef15d0b31b71154141b623933de81346c4.zip |
Merge pull request #41984 from nextcloud/automated/noid/master-fix-npm-audit
[master] Fix npm audit
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index 4af59b33aef..6e8cf3c188e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -207,9 +207,9 @@ } }, "node_modules/@adobe/css-tools": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.1.tgz", - "integrity": "sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.2.tgz", + "integrity": "sha512-DA5a1C0gD/pLOvhv33YMrbf2FK3oUzwNl9oOJqE4XVjuEtt6XIakRcsd7eLiOSPkp1kTRQGICTA8cKra/vFbjw==", "dev": true }, "node_modules/@ampproject/remapping": { |