Sfoglia il codice sorgente

Merge pull request #4 from COPIM/dependabot/npm_and_yarn/web/app/static/postcss-8.4.31

Bump postcss from 8.4.21 to 8.4.31 in /web/app/static
main
Simon Bowie 1 anno fa
parent
commit
b01e381261
Nessun account collegato all'indirizzo email del committer
2 ha cambiato i file con 19 aggiunte e 9 eliminazioni
  1. +18
    -8
      web/app/static/package-lock.json
  2. +1
    -1
      web/app/static/package.json

+ 18
- 8
web/app/static/package-lock.json Vedi File

@@ -10,7 +10,7 @@
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.4.2",
"postcss": "^8.4.6",
"postcss": "^8.4.31",
"postcss-cli": "^9.1.0",
"tailwindcss": "^3.0.18"
}
@@ -675,10 +675,16 @@
}
},
"node_modules/nanoid": {
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz",
"integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==",
"version": "3.3.7",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
"integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"bin": {
"nanoid": "bin/nanoid.cjs"
},
@@ -762,9 +768,9 @@
}
},
"node_modules/postcss": {
"version": "8.4.21",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz",
"integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==",
"version": "8.4.31",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
"integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
"dev": true,
"funding": [
{
@@ -774,10 +780,14 @@
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/postcss"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"dependencies": {
"nanoid": "^3.3.4",
"nanoid": "^3.3.6",
"picocolors": "^1.0.0",
"source-map-js": "^1.0.2"
},

+ 1
- 1
web/app/static/package.json Vedi File

@@ -8,7 +8,7 @@
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"postcss": "^8.4.6",
"postcss": "^8.4.31",
"postcss-cli": "^9.1.0",
"tailwindcss": "^3.0.18"
},

Loading…
Annulla
Salva