Skip to content

Commit 919fac8

Browse files
Bump @types/estree from 1.0.5 to 1.0.6 (#82)
Bumps [@types/estree](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/estree) from 1.0.5 to 1.0.6. - [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-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f28f6b commit 919fac8

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.0",
22+
"@types/estree": "^1.0.6",
2323
"acorn": "^8.12.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
@@ -1721,10 +1721,10 @@
17211721
dependencies:
17221722
"@babel/types" "^7.20.7"
17231723

1724-
"@types/estree@^1.0.0":
1725-
version "1.0.5"
1726-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
1727-
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
1724+
"@types/estree@^1.0.6":
1725+
version "1.0.6"
1726+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
1727+
integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
17281728

17291729
"@types/graceful-fs@^4.1.3":
17301730
version "4.1.9"

0 commit comments

Comments
 (0)