Bump @types/sass from 1.43.1 to 1.45.0

Bumps [@types/sass](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sass) from 1.43.1 to 1.45.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sass)

---
updated-dependencies:
- dependency-name: "@types/sass"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-03-06 06:43:15 +00:00 committed by GitHub
parent 6fcf44ba0b
commit 844bbe3389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 10 deletions

19
package-lock.json generated
View File

@ -33,7 +33,7 @@
"@types/lunr": "^2.3.4",
"@types/node": "^18.14.6",
"@types/resize-observer-browser": "^0.1.7",
"@types/sass": "^1.43.1",
"@types/sass": "^1.45.0",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"autoprefixer": "^10.4.13",
@ -1128,12 +1128,13 @@
"dev": true
},
"node_modules/@types/sass": {
"version": "1.43.1",
"resolved": "https://registry.npmjs.org/@types/sass/-/sass-1.43.1.tgz",
"integrity": "sha512-BPdoIt1lfJ6B7rw35ncdwBZrAssjcwzI5LByIrYs+tpXlj/CAkuVdRsgZDdP4lq5EjyWzwxZCqAoFyHKFwp32g==",
"version": "1.45.0",
"resolved": "https://registry.npmjs.org/@types/sass/-/sass-1.45.0.tgz",
"integrity": "sha512-jn7qwGFmJHwUSphV8zZneO3GmtlgLsmhs/LQyVvQbIIa+fzGMUiHI4HXJZL3FT8MJmgXWbLGiVVY7ElvHq6vDA==",
"deprecated": "This is a stub types definition. sass provides its own type definitions, so you do not need this installed.",
"dev": true,
"dependencies": {
"@types/node": "*"
"sass": "*"
}
},
"node_modules/@types/semver": {
@ -11189,12 +11190,12 @@
"dev": true
},
"@types/sass": {
"version": "1.43.1",
"resolved": "https://registry.npmjs.org/@types/sass/-/sass-1.43.1.tgz",
"integrity": "sha512-BPdoIt1lfJ6B7rw35ncdwBZrAssjcwzI5LByIrYs+tpXlj/CAkuVdRsgZDdP4lq5EjyWzwxZCqAoFyHKFwp32g==",
"version": "1.45.0",
"resolved": "https://registry.npmjs.org/@types/sass/-/sass-1.45.0.tgz",
"integrity": "sha512-jn7qwGFmJHwUSphV8zZneO3GmtlgLsmhs/LQyVvQbIIa+fzGMUiHI4HXJZL3FT8MJmgXWbLGiVVY7ElvHq6vDA==",
"dev": true,
"requires": {
"@types/node": "*"
"sass": "*"
}
},
"@types/semver": {

View File

@ -63,7 +63,7 @@
"@types/lunr": "^2.3.4",
"@types/node": "^18.14.6",
"@types/resize-observer-browser": "^0.1.7",
"@types/sass": "^1.43.1",
"@types/sass": "^1.45.0",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"autoprefixer": "^10.4.13",