From cef8213dcabd96673b4bca64fa8a9b19c8b0b11f Mon Sep 17 00:00:00 2001 From: "d2l-github-action-tokens[bot]" <78449032+d2l-github-action-tokens[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 13:00:13 +0000 Subject: [PATCH] Auto Update Dependencies (#3801) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- package-lock.json | 36 ++++++++++++++++++++++++++---------- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5dc2e20169..6be880ba58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -471,9 +471,9 @@ "integrity": "sha512-TUb6SZqsi3P6CbREnnwhqGOWu7Svx9JQ1Rw4zRVLj4IozG7kIYu2SfgUrITLYY/moRtiAJTV0wlnYczfBHfG7A==" }, "node_modules/@brightspace-ui/stylelint-config": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@brightspace-ui/stylelint-config/-/stylelint-config-0.8.0.tgz", - "integrity": "sha512-4ri2cIZxneyr5qBCnrGUoTpNcdfMQidhsd+IUwSYZUFjLUzbJdCDW+qGgtxNfW3tHDQSYwpARxCHeDO87j9NFQ==", + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@brightspace-ui/stylelint-config/-/stylelint-config-0.8.1.tgz", + "integrity": "sha512-eR0NGdO/havcbFb3j80nwKZ5fHd7SBzh5TUSMPERUF7TFhhmHl5bDDh+3iVxOo5kQGDM+8x2Pp6p9FEd8ML6jw==", "dev": true, "dependencies": { "@stylelint/postcss-css-in-js": "^0.38", @@ -481,7 +481,8 @@ "postcss-syntax": "^0.36", "stylelint": "^15", "stylelint-config-recommended": "^12", - "stylelint-order": "^6" + "stylelint-order": "^6", + "stylelint-stylistic": "^0.4" } }, "node_modules/@brightspace-ui/testing": { @@ -3425,9 +3426,9 @@ "dev": true }, "node_modules/electron-to-chromium": { - "version": "1.4.445", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.445.tgz", - "integrity": "sha512-++DB+9VK8SBJwC+X1zlMfJ1tMA3F0ipi39GdEp+x3cV2TyBihqAgad8cNMWtLDEkbH39nlDQP7PfGrDr3Dr7HA==", + "version": "1.4.446", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.446.tgz", + "integrity": "sha512-4Gnw7ztEQ/E0eOt5JWfPn9jjeupfUlKoeW5ETKP9nLdWj+4spFoS3Stj19fqlKIaX28UQs0fNX+uKEyoLCBnkw==", "dev": true }, "node_modules/emoji-regex": { @@ -8219,9 +8220,9 @@ } }, "node_modules/rollup": { - "version": "3.25.3", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.25.3.tgz", - "integrity": "sha512-ZT279hx8gszBj9uy5FfhoG4bZx8c+0A1sbqtr7Q3KNWIizpTdDEPZbV2xcbvHsnFp4MavCQYZyzApJ+virB8Yw==", + "version": "3.26.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.26.0.tgz", + "integrity": "sha512-YzJH0eunH2hr3knvF3i6IkLO/jTjAEwU4HoMUbQl4//Tnl3ou0e7P5SjxdDr8HQJdeUJShlbEHXrrnEHy1l7Yg==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -9067,6 +9068,21 @@ "stylelint": "^14.0.0 || ^15.0.0" } }, + "node_modules/stylelint-stylistic": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/stylelint-stylistic/-/stylelint-stylistic-0.4.2.tgz", + "integrity": "sha512-WF/fLvotTklG8LZ+fO0nxhu5swVENHhSat2l5ckrmtXpij1P9ybYa56XivOg/E02CH+Ygui5pd2hQrlli3NCDQ==", + "dev": true, + "dependencies": { + "postcss": "^8.4.21", + "postcss-media-query-parser": "^0.2.3", + "postcss-value-parser": "^4.2.0", + "style-search": "^0.1.0" + }, + "peerDependencies": { + "stylelint": "^15.0.0" + } + }, "node_modules/stylelint/node_modules/balanced-match": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz",