1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-04-21 07:22:20 +02:00

Bump the npm-minor group with 2 updates

Bumps the npm-minor group with 2 updates: [tom-select](https://github.com/orchidjs/tom-select) and [sass](https://github.com/sass/dart-sass).


Updates `tom-select` from 2.4.2 to 2.4.3
- [Release notes](https://github.com/orchidjs/tom-select/releases)
- [Commits](https://github.com/orchidjs/tom-select/compare/v2.4.2...v2.4.3)

Updates `sass` from 1.84.0 to 1.85.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.84.0...1.85.0)

---
updated-dependencies:
- dependency-name: tom-select
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-02-17 01:45:31 +00:00 committed by GitHub
parent 6e14dd5a97
commit a76edc36dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -10,12 +10,12 @@
"license": "GPL-3.0-or-later",
"dependencies": {
"bootstrap": "^5.3.3",
"tom-select": "^2.3.1"
"tom-select": "^2.4.3"
},
"devDependencies": {
"laravel-mix": "^6.0.31",
"postcss": "^8.4.35",
"sass": "^1.77.8",
"sass": "^1.85.0",
"sass-loader": "^14.1.0"
}
},
@ -8507,9 +8507,9 @@
"license": "MIT"
},
"node_modules/sass": {
"version": "1.84.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.84.0.tgz",
"integrity": "sha512-XDAbhEPJRxi7H0SxrnOpiXFQoUJHwkR2u3Zc4el+fK/Tt5Hpzw5kkQ59qVDfvdaUq6gCrEZIbySFBM2T9DNKHg==",
"version": "1.85.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.85.0.tgz",
"integrity": "sha512-3ToiC1xZ1Y8aU7+CkgCI/tqyuPXEmYGJXO7H4uqp0xkLXUqp88rQQ4j1HmP37xSJLbCJPaIiv+cT1y+grssrww==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -9489,9 +9489,9 @@
}
},
"node_modules/tom-select": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/tom-select/-/tom-select-2.4.2.tgz",
"integrity": "sha512-2RWjkL3gMDz9E+u8w+tQy9JWsYq8gaSytEVeugKYDeMus6ZtxT1HttLPnXsfHCnBPlsNubVyj5gtUeN+S+bcpA==",
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/tom-select/-/tom-select-2.4.3.tgz",
"integrity": "sha512-MFFrMxP1bpnAMPbdvPCZk0KwYxLqhYZso39torcdoefeV/NThNyDu8dV96/INJ5XQVTL3O55+GqQ78Pkj5oCfw==",
"license": "Apache-2.0",
"dependencies": {
"@orchidjs/sifter": "^1.1.0",

View File

@ -15,12 +15,12 @@
"devDependencies": {
"laravel-mix": "^6.0.31",
"postcss": "^8.4.35",
"sass": "^1.77.8",
"sass": "^1.85.0",
"sass-loader": "^14.1.0"
},
"dependencies": {
"bootstrap": "^5.3.3",
"tom-select": "^2.3.1"
"tom-select": "^2.4.3"
},
"scripts": {
"dev": "npm run development",