Skip to content

Commit 5698415

Browse files
committed
deps: postcss-selector-parser@6.0.15
1 parent e56a4f3 commit 5698415

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

node_modules/postcss-selector-parser/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-selector-parser",
3-
"version": "6.0.13",
3+
"version": "6.0.15",
44
"devDependencies": {
55
"@babel/cli": "^7.11.6",
66
"@babel/core": "^7.11.6",
@@ -18,7 +18,7 @@
1818
"glob": "^8.0.3",
1919
"minimist": "^1.2.5",
2020
"nyc": "^15.1.0",
21-
"postcss": "^8.0.0",
21+
"postcss": "^8.4.31",
2222
"semver": "^7.3.2",
2323
"typescript": "^4.0.3"
2424
},

package-lock.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11003,9 +11003,9 @@
1100311003
"dev": true
1100411004
},
1100511005
"node_modules/postcss-selector-parser": {
11006-
"version": "6.0.13",
11007-
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz",
11008-
"integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==",
11006+
"version": "6.0.15",
11007+
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz",
11008+
"integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==",
1100911009
"dependencies": {
1101011010
"cssesc": "^3.0.0",
1101111011
"util-deprecate": "^1.0.2"

0 commit comments

Comments
 (0)