Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 9a4032f

Browse files
Merge pull request #45 from scratchbackup/dependabot/npm_and_yarn/sass-1.45.0
Bump sass from 1.44.0 to 1.45.0
2 parents 31d750a + 3ff0b6a commit 9a4032f

File tree

3 files changed

+68
-103
lines changed

3 files changed

+68
-103
lines changed

package-lock.json

+57-99
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"prettier": "^2.5.1",
2222
"react": "^17.0.2",
2323
"react-dom": "^17.0.2",
24-
"sass": "^1.44.0",
24+
"sass": "^1.45.0",
2525
"sass-loader": "^12.4.0",
2626
"style-loader": "^3.3.1",
2727
"webpack": "^5.65.0"

yarn.lock

+10-3
Original file line numberDiff line numberDiff line change
@@ -2685,12 +2685,14 @@ sass-loader@^12.4.0:
26852685
klona "^2.0.4"
26862686
neo-async "^2.6.2"
26872687

2688-
sass@^1.44.0:
2689-
version "1.44.0"
2690-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.44.0.tgz#619aa0a2275c097f9af5e6b8fe8a95e3056430fb"
2688+
sass@^1.45.0:
2689+
version "1.45.0"
2690+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.45.0.tgz#192ede1908324bb293a3e403d1841dbcaafdd323"
2691+
integrity sha512-ONy5bjppoohtNkFJRqdz1gscXamMzN3wQy1YH9qO2FiNpgjLhpz/IPRGg0PpCjyz/pWfCOaNEaiEGCcjOFAjqw==
26912692
dependencies:
26922693
chokidar ">=3.0.0 <4.0.0"
26932694
immutable "^4.0.0"
2695+
source-map-js ">=0.6.2 <2.0.0"
26942696

26952697
scheduler@^0.20.2:
26962698
version "0.20.2"
@@ -2837,6 +2839,11 @@ sockjs@^0.3.21:
28372839
uuid "^3.4.0"
28382840
websocket-driver "^0.7.4"
28392841

2842+
"source-map-js@>=0.6.2 <2.0.0":
2843+
version "1.0.1"
2844+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.1.tgz#a1741c131e3c77d048252adfa24e23b908670caf"
2845+
integrity sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==
2846+
28402847
source-map-js@^0.6.2:
28412848
version "0.6.2"
28422849
resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-0.6.2.tgz"

0 commit comments

Comments
 (0)