mirror of
https://github.com/xlmnxp/extractify.zip.git
synced 2024-11-23 17:13:12 +03:00
Bump postcss from 8.4.23 to 8.4.32
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.32. - [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.23...8.4.32) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b178dd03e1
commit
1c4c849275
52
package-lock.json
generated
52
package-lock.json
generated
@ -16,8 +16,8 @@
|
|||||||
"comlink": "^4.4.1",
|
"comlink": "^4.4.1",
|
||||||
"mime": "^3.0.0",
|
"mime": "^3.0.0",
|
||||||
"moveable": "^0.52.0",
|
"moveable": "^0.52.0",
|
||||||
"sass": "^1.69.5",
|
"sass": "^1.62.1",
|
||||||
"selecto": "^1.22.3",
|
"selecto": "^1.26.2",
|
||||||
"stateshot": "^1.3.5",
|
"stateshot": "^1.3.5",
|
||||||
"uuid": "^9.0.0",
|
"uuid": "^9.0.0",
|
||||||
"vue-plyr": "^7.0.0",
|
"vue-plyr": "^7.0.0",
|
||||||
@ -6292,9 +6292,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/postcss": {
|
"node_modules/postcss": {
|
||||||
"version": "8.4.23",
|
"version": "8.4.32",
|
||||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.23.tgz",
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.32.tgz",
|
||||||
"integrity": "sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==",
|
"integrity": "sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==",
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"type": "opencollective",
|
"type": "opencollective",
|
||||||
@ -6310,7 +6310,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"nanoid": "^3.3.6",
|
"nanoid": "^3.3.7",
|
||||||
"picocolors": "^1.0.0",
|
"picocolors": "^1.0.0",
|
||||||
"source-map-js": "^1.0.2"
|
"source-map-js": "^1.0.2"
|
||||||
},
|
},
|
||||||
@ -6836,9 +6836,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/postcss/node_modules/nanoid": {
|
"node_modules/postcss/node_modules/nanoid": {
|
||||||
"version": "3.3.6",
|
"version": "3.3.7",
|
||||||
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz",
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
|
||||||
"integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==",
|
"integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"type": "github",
|
"type": "github",
|
||||||
@ -6992,23 +6992,6 @@
|
|||||||
"selecto": "~1.26.3"
|
"selecto": "~1.26.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/react-selecto/node_modules/selecto": {
|
|
||||||
"version": "1.26.3",
|
|
||||||
"resolved": "https://registry.npmjs.org/selecto/-/selecto-1.26.3.tgz",
|
|
||||||
"integrity": "sha512-gZHgqMy5uyB6/2YDjv3Qqaf7bd2hTDOpPdxXlrez4R3/L0GiEWDCFaUfrflomgqdb3SxHF2IXY0Jw0EamZi7cw==",
|
|
||||||
"dependencies": {
|
|
||||||
"@daybrush/utils": "^1.13.0",
|
|
||||||
"@egjs/children-differ": "^1.0.1",
|
|
||||||
"@scena/dragscroll": "^1.4.0",
|
|
||||||
"@scena/event-emitter": "^1.0.5",
|
|
||||||
"css-styled": "^1.0.8",
|
|
||||||
"css-to-mat": "^1.1.1",
|
|
||||||
"framework-utils": "^1.1.0",
|
|
||||||
"gesto": "^1.19.4",
|
|
||||||
"keycon": "^1.2.0",
|
|
||||||
"overlap-area": "^1.1.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/read-cache": {
|
"node_modules/read-cache": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
|
||||||
@ -8523,23 +8506,6 @@
|
|||||||
"selecto": "~1.26.2"
|
"selecto": "~1.26.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/vue3-selecto/node_modules/selecto": {
|
|
||||||
"version": "1.22.6",
|
|
||||||
"resolved": "https://registry.npmjs.org/selecto/-/selecto-1.22.6.tgz",
|
|
||||||
"integrity": "sha512-9LqyQWmT032JZe3Rtg/urvXbkZJV/EFLGo115KQCv7wL9nuqindmJuzFQBRTB1xUcglWavGgnFZRp7EknFZh9Q==",
|
|
||||||
"dependencies": {
|
|
||||||
"@daybrush/utils": "^1.13.0",
|
|
||||||
"@egjs/children-differ": "^1.0.1",
|
|
||||||
"@scena/dragscroll": "^1.4.0",
|
|
||||||
"@scena/event-emitter": "^1.0.5",
|
|
||||||
"css-styled": "^1.0.8",
|
|
||||||
"css-to-mat": "^1.0.3",
|
|
||||||
"framework-utils": "^1.1.0",
|
|
||||||
"gesto": "^1.19.1",
|
|
||||||
"keycon": "^1.2.0",
|
|
||||||
"overlap-area": "^1.1.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/vuetify": {
|
"node_modules/vuetify": {
|
||||||
"version": "3.4.4",
|
"version": "3.4.4",
|
||||||
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.4.4.tgz",
|
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.4.4.tgz",
|
||||||
|
Loading…
Reference in New Issue
Block a user