mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-05 16:42:27 +03:00
chore(deps-dev): bump postcss in /packages/bbob-vue2 (#195)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.20 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.20...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+142
-10
@@ -1,14 +1,20 @@
|
||||
{
|
||||
"name": "@bbob/vue2",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@bbob/vue2",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@bbob/core": "^3.0.2",
|
||||
"@bbob/html": "^3.0.2",
|
||||
"@bbob/plugin-helper": "^3.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@bbob/preset-vue": "^3.0.2",
|
||||
"@testing-library/vue": "5.8.3",
|
||||
"vue": "2.7.14",
|
||||
"vue-template-compiler": "2.7.14"
|
||||
@@ -161,6 +167,61 @@
|
||||
"node": ">=6.9.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@bbob/core": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/core/-/core-3.0.2.tgz",
|
||||
"integrity": "sha512-ru0Jd+jPGxiwyMR3hNgYqbVx9sJ4L8Hv3VoqW0svzC+rZpgKnorkCkwxIj2nlq5+z+0C1hS4lho5pn4Vandlag==",
|
||||
"dependencies": {
|
||||
"@bbob/parser": "^3.0.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@bbob/html": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/html/-/html-3.0.2.tgz",
|
||||
"integrity": "sha512-ILvlTUlmaM89bW7agZOmyiE9O+qY212YeFNWH7s9MzLmwykUMEtq4O5DTzawbLlyOhf2fbP8OHV4ljgGf8Cq0A==",
|
||||
"dependencies": {
|
||||
"@bbob/core": "^3.0.2",
|
||||
"@bbob/plugin-helper": "^3.0.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@bbob/parser": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/parser/-/parser-3.0.2.tgz",
|
||||
"integrity": "sha512-3emLznDJWFJky+06AaTMpJ0IjY/mVpPN5+cnzwDKQgZ3wSFPbeEmdJhfh+gbiR30/UCWgwI1Ts+WUNJtUx1eaw==",
|
||||
"dependencies": {
|
||||
"@bbob/plugin-helper": "^3.0.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@bbob/plugin-helper": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/plugin-helper/-/plugin-helper-3.0.2.tgz",
|
||||
"integrity": "sha512-t1wFB3hbUg3pKq7TXk+mnnMcKjX6D29HxTAxU/+2mIbsWXaqgHLfH9FFxhZ8s/sGaLH4qgOSH+lgynpF3zy62Q=="
|
||||
},
|
||||
"node_modules/@bbob/preset": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/preset/-/preset-3.0.2.tgz",
|
||||
"integrity": "sha512-ZsHowFvvOx1tpem76SjYirsnO3bhaWnuh44Huj82YZBSftCgTaaH5WBleWk0TfNAu1gv44L1mHZyUBDLz3wgEg==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@bbob/preset-html5": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/preset-html5/-/preset-html5-3.0.2.tgz",
|
||||
"integrity": "sha512-J+c3aOQKD6n1HXGxB+o3tQuRTeqHLXBifBMFY4rT/y19tU3dZySI8TT/07pDqJVeh1PAa1KPaCww7m3O4QS0oQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@bbob/plugin-helper": "^3.0.2",
|
||||
"@bbob/preset": "^3.0.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@bbob/preset-vue": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/preset-vue/-/preset-vue-3.0.2.tgz",
|
||||
"integrity": "sha512-KJmn6TNrDpI5zssARBAg0C2pPg7s8VxkirC1joWrZ+4Sh+EG1ZIDz84dfB82MN3Zs4npuYoOnJuVkY4Hib/FLA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@bbob/preset-html5": "^3.0.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@jest/types": {
|
||||
"version": "26.6.2",
|
||||
"dev": true,
|
||||
@@ -649,9 +710,16 @@
|
||||
}
|
||||
},
|
||||
"node_modules/nanoid": {
|
||||
"version": "3.3.4",
|
||||
"version": "3.3.6",
|
||||
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz",
|
||||
"integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/ai"
|
||||
}
|
||||
],
|
||||
"bin": {
|
||||
"nanoid": "bin/nanoid.cjs"
|
||||
},
|
||||
@@ -695,7 +763,9 @@
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/postcss": {
|
||||
"version": "8.4.20",
|
||||
"version": "8.4.31",
|
||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
|
||||
"integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@@ -705,11 +775,14 @@
|
||||
{
|
||||
"type": "tidelift",
|
||||
"url": "https://tidelift.com/funding/github/npm/postcss"
|
||||
},
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/ai"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"nanoid": "^3.3.4",
|
||||
"nanoid": "^3.3.6",
|
||||
"picocolors": "^1.0.0",
|
||||
"source-map-js": "^1.0.2"
|
||||
},
|
||||
@@ -914,6 +987,61 @@
|
||||
"regenerator-runtime": "^0.13.4"
|
||||
}
|
||||
},
|
||||
"@bbob/core": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/core/-/core-3.0.2.tgz",
|
||||
"integrity": "sha512-ru0Jd+jPGxiwyMR3hNgYqbVx9sJ4L8Hv3VoqW0svzC+rZpgKnorkCkwxIj2nlq5+z+0C1hS4lho5pn4Vandlag==",
|
||||
"requires": {
|
||||
"@bbob/parser": "^3.0.2"
|
||||
}
|
||||
},
|
||||
"@bbob/html": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/html/-/html-3.0.2.tgz",
|
||||
"integrity": "sha512-ILvlTUlmaM89bW7agZOmyiE9O+qY212YeFNWH7s9MzLmwykUMEtq4O5DTzawbLlyOhf2fbP8OHV4ljgGf8Cq0A==",
|
||||
"requires": {
|
||||
"@bbob/core": "^3.0.2",
|
||||
"@bbob/plugin-helper": "^3.0.2"
|
||||
}
|
||||
},
|
||||
"@bbob/parser": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/parser/-/parser-3.0.2.tgz",
|
||||
"integrity": "sha512-3emLznDJWFJky+06AaTMpJ0IjY/mVpPN5+cnzwDKQgZ3wSFPbeEmdJhfh+gbiR30/UCWgwI1Ts+WUNJtUx1eaw==",
|
||||
"requires": {
|
||||
"@bbob/plugin-helper": "^3.0.2"
|
||||
}
|
||||
},
|
||||
"@bbob/plugin-helper": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/plugin-helper/-/plugin-helper-3.0.2.tgz",
|
||||
"integrity": "sha512-t1wFB3hbUg3pKq7TXk+mnnMcKjX6D29HxTAxU/+2mIbsWXaqgHLfH9FFxhZ8s/sGaLH4qgOSH+lgynpF3zy62Q=="
|
||||
},
|
||||
"@bbob/preset": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/preset/-/preset-3.0.2.tgz",
|
||||
"integrity": "sha512-ZsHowFvvOx1tpem76SjYirsnO3bhaWnuh44Huj82YZBSftCgTaaH5WBleWk0TfNAu1gv44L1mHZyUBDLz3wgEg==",
|
||||
"dev": true
|
||||
},
|
||||
"@bbob/preset-html5": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/preset-html5/-/preset-html5-3.0.2.tgz",
|
||||
"integrity": "sha512-J+c3aOQKD6n1HXGxB+o3tQuRTeqHLXBifBMFY4rT/y19tU3dZySI8TT/07pDqJVeh1PAa1KPaCww7m3O4QS0oQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@bbob/plugin-helper": "^3.0.2",
|
||||
"@bbob/preset": "^3.0.2"
|
||||
}
|
||||
},
|
||||
"@bbob/preset-vue": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/preset-vue/-/preset-vue-3.0.2.tgz",
|
||||
"integrity": "sha512-KJmn6TNrDpI5zssARBAg0C2pPg7s8VxkirC1joWrZ+4Sh+EG1ZIDz84dfB82MN3Zs4npuYoOnJuVkY4Hib/FLA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@bbob/preset-html5": "^3.0.2"
|
||||
}
|
||||
},
|
||||
"@jest/types": {
|
||||
"version": "26.6.2",
|
||||
"dev": true,
|
||||
@@ -1251,7 +1379,9 @@
|
||||
}
|
||||
},
|
||||
"nanoid": {
|
||||
"version": "3.3.4",
|
||||
"version": "3.3.6",
|
||||
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz",
|
||||
"integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==",
|
||||
"dev": true
|
||||
},
|
||||
"nopt": {
|
||||
@@ -1277,10 +1407,12 @@
|
||||
"dev": true
|
||||
},
|
||||
"postcss": {
|
||||
"version": "8.4.20",
|
||||
"version": "8.4.31",
|
||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
|
||||
"integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"nanoid": "^3.3.4",
|
||||
"nanoid": "^3.3.6",
|
||||
"picocolors": "^1.0.0",
|
||||
"source-map-js": "^1.0.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user