chore(deps): bump smol-toml from 1.1.2 to 1.1.3 (#9669)

Bumps [smol-toml](https://github.com/squirrelchat/smol-toml) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/squirrelchat/smol-toml/releases)
- [Commits](https://github.com/squirrelchat/smol-toml/compare/v1.1.2...v1.1.3)

---
updated-dependencies:
- dependency-name: smol-toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-10-21 20:07:14 +01:00
committed by GitHub
parent 8fe11ad9a5
commit 6da5a68a97
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -52,7 +52,7 @@
"query-string": "^8.1.0",
"semver": "~7.5.4",
"simple-icons": "9.17.0",
"smol-toml": "1.1.2",
"smol-toml": "1.1.3",
"webextension-store-meta": "^1.0.5",
"xpath": "~0.0.33"
},
@@ -24500,9 +24500,9 @@
}
},
"node_modules/smol-toml": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.1.2.tgz",
"integrity": "sha512-opeweddRVyIFjnNPmEodUn4LlVeiZNE3OZ3QiLvyC/pWxNgW3z02oCTVOFVgYI1w1sSO4nifFCcvw1ADOMs5ag==",
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.1.3.tgz",
"integrity": "sha512-qTyy6Owjho1ISBmxj4HdrFWB2kMQ5RczU6J04OqslSfdSH656OIHuomHS4ZDvhwm37nig/uXyiTMJxlC9zIVfw==",
"engines": {
"node": ">= 18",
"pnpm": ">= 8"

View File

@@ -64,7 +64,7 @@
"query-string": "^8.1.0",
"semver": "~7.5.4",
"simple-icons": "9.17.0",
"smol-toml": "1.1.2",
"smol-toml": "1.1.3",
"webextension-store-meta": "^1.0.5",
"xpath": "~0.0.33"
},