Skip to content

Commit 4c9a171

Browse files
Bump @types/estree from 1.0.6 to 1.0.7
Bumps [@types/estree](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/estree) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/estree) --- updated-dependencies: - dependency-name: "@types/estree" dependency-version: 1.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ebe46c commit 4c9a171

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"homepage": "https://github.com/source-academy/scm-slang#readme",
2020
"private": true,
2121
"dependencies": {
22-
"@types/estree": "^1.0.6",
22+
"@types/estree": "^1.0.7",
2323
"acorn": "^8.14.1",
2424
"acorn-walk": "^8.3.4",
2525
"js-base64": "^3.7.7"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,10 +1435,10 @@
14351435
dependencies:
14361436
"@babel/types" "^7.20.7"
14371437

1438-
"@types/estree@^1.0.6":
1439-
version "1.0.6"
1440-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
1441-
integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
1438+
"@types/estree@^1.0.7":
1439+
version "1.0.7"
1440+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.7.tgz#4158d3105276773d5b7695cd4834b1722e4f37a8"
1441+
integrity sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==
14421442

14431443
"@types/graceful-fs@^4.1.3":
14441444
version "4.1.9"

0 commit comments

Comments
 (0)