Merge pull request #5149 from squidfunk/dependabot/npm_and_yarn/types/sass-1.45.0

Bump @types/sass from 1.43.1 to 1.45.0
This commit is contained in:
Martin Donath 2023-03-06 08:00:42 +01:00 committed by GitHub
commit 19fb69e379
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",