Skip to content

Commit

Permalink
Update dependency sass to v1.57.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 1, 2023
1 parent bc78638 commit 035785f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion typescript/apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"nuxt": "2.15.8",
"nuxt-typed-vuex": "0.3.1",
"pathpida": "0.20.1",
"sass": "1.57.0",
"sass": "1.57.1",
"snakecase-keys": "3.2.1",
"ts-jest": "27.1.5",
"ts-loader": "8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/apps/next-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"next": "^12.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "1.57.0"
"sass": "1.57.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.11.6",
Expand Down
2 changes: 1 addition & 1 deletion typescript/apps/nuxt-apollo-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"nuxt-property-decorator": "2.9.1",
"nuxt-typed-vuex": "0.3.1",
"pathpida": "0.20.1",
"sass": "1.57.0",
"sass": "1.57.1",
"snakecase-keys": "3.2.1",
"ts-jest": "27.1.5",
"ts-loader": "8.4.0",
Expand Down
8 changes: 4 additions & 4 deletions typescript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23050,10 +23050,10 @@ sass-loader@^10.0.5, sass-loader@^10.2.0:
schema-utils "^3.0.0"
semver "^7.3.2"

sass@1.57.0:
version "1.57.0"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.57.0.tgz#64c4144ed4e1c0ccb96dc18aef2c424cdbc0c12b"
integrity sha512-IZNEJDTK1cF5B1cGA593TPAV/1S0ysUDxq9XHjX/+SMy0QfUny+nfUsq5ZP7wWSl4eEf7wDJcEZ8ABYFmh3m/w==
sass@1.57.1:
version "1.57.1"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.57.1.tgz#dfafd46eb3ab94817145e8825208ecf7281119b5"
integrity sha512-O2+LwLS79op7GI0xZ8fqzF7X2m/m8WFfI02dHOdsK5R2ECeS5F62zrwg/relM1rjSLy7Vd/DiMNIvPrQGsA0jw==
dependencies:
chokidar ">=3.0.0 <4.0.0"
immutable "^4.0.0"
Expand Down

0 comments on commit 035785f

Please sign in to comment.