Browse Source

Merge pull request #54346 from nextcloud/dependabot/npm_and_yarn/sass-1.90.0

pull/54344/head
dependabot[bot] 3 months ago
committed by GitHub
parent
commit
9330bc3200
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 8
      package-lock.json
  2. 2
      package.json

8
package-lock.json

@ -142,7 +142,7 @@
"puppeteer": "^24.16.0",
"raw-loader": "^4.0.2",
"regextras": "^0.8.0",
"sass": "^1.89.2",
"sass": "^1.90.0",
"sinon": "<= 5.0.7",
"stylelint": "^16.23.0",
"stylelint-use-logical": "^2.1.2",
@ -22052,9 +22052,9 @@
"license": "BSD-3-Clause"
},
"node_modules/sass": {
"version": "1.89.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.89.2.tgz",
"integrity": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==",
"version": "1.90.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.90.0.tgz",
"integrity": "sha512-9GUyuksjw70uNpb1MTYWsH9MQHOHY6kwfnkafC24+7aOMZn9+rVMBxRbLvw756mrBFbIsFg6Xw9IkR2Fnn3k+Q==",
"dev": true,
"dependencies": {
"chokidar": "^4.0.0",

2
package.json

@ -173,7 +173,7 @@
"puppeteer": "^24.16.0",
"raw-loader": "^4.0.2",
"regextras": "^0.8.0",
"sass": "^1.89.2",
"sass": "^1.90.0",
"sinon": "<= 5.0.7",
"stylelint": "^16.23.0",
"stylelint-use-logical": "^2.1.2",

Loading…
Cancel
Save