[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@rollup/plugin-typescript&package-manager=npm_and_yarn&previous-version=11.1.5&new-version=11.1.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
---
package-lock.json | 10 +++++-----
rollup-config/package.json | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 052eae058..59b79f87a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1758,11 +1758,11 @@
}
},
"node_modules/@rollup/plugin-typescript": {
- "version": "11.1.5",
- "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-11.1.5.tgz",
- "integrity": "sha512-rnMHrGBB0IUEv69Q8/JGRD/n4/n6b3nfpufUu26axhUcboUzv/twfZU8fIBbTOphRAe0v8EyxzeDpKXqGHfyDA==",
+ "version": "11.1.6",
+ "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-11.1.6.tgz",
+ "integrity": "sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==",
"dependencies": {
- "@rollup/pluginutils": "^5.0.1",
+ "@rollup/pluginutils": "^5.1.0",
"resolve": "^1.22.1"
},
"engines": {
@@ -7383,7 +7383,7 @@
"license": "Apache-2.0",
"dependencies": {
"@rollup/plugin-replace": "5.0.5",
- "@rollup/plugin-typescript": "11.1.5"
+ "@rollup/plugin-typescript": "11.1.6"
},
"devDependencies": {
"@arcjet/eslint-config": "1.0.0-alpha.7",
diff --git a/rollup-config/package.json b/rollup-config/package.json
index dc6e84b59..a683c048e 100644
--- a/rollup-config/package.json
+++ b/rollup-config/package.json
@@ -29,7 +29,7 @@
},
"dependencies": {
"@rollup/plugin-replace": "5.0.5",
- "@rollup/plugin-typescript": "11.1.5"
+ "@rollup/plugin-typescript": "11.1.6"
},
"peerDependencies": {
"@rollup/wasm-node": "^4"