From c2273f4cb61931acb9ad8d288928f732cc261a7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 15:44:38 +0000 Subject: [PATCH] build(deps-dev): bump @types/react-async-script from 1.2.1 to 1.2.3 Bumps [@types/react-async-script](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-async-script) from 1.2.1 to 1.2.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-async-script) --- updated-dependencies: - dependency-name: "@types/react-async-script" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c1b730628..56537d3f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "devDependencies": { "@total-typescript/ts-reset": "^0.5.1", "@types/react": "^18.0.9", - "@types/react-async-script": "^1.2.1", + "@types/react-async-script": "^1.2.3", "@types/react-copy-to-clipboard": "^5.0.5", "@types/selenium-webdriver": "^4.1.18", "@types/three": "^0.152.1", @@ -5015,9 +5015,9 @@ } }, "node_modules/@types/react-async-script": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@types/react-async-script/-/react-async-script-1.2.1.tgz", - "integrity": "sha512-HMzTCi3WMLVSmyY2dTiWPLVYF4nWJieRr6auuTaV5fI2j6ezXDGhkErlHZXCEjnpUNU6Oxsfje+8OAUYX7Brag==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@types/react-async-script/-/react-async-script-1.2.3.tgz", + "integrity": "sha512-9H6xepm5p5s/PO+giSyJOiI9qZ81cnck986+REogX9TUURtNFi40UrDtgHznGvbm/ZD//eqxEDhtjgPh6zZe7w==", "dev": true, "dependencies": { "@types/hoist-non-react-statics": "^3.3.1", @@ -25620,9 +25620,9 @@ } }, "@types/react-async-script": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@types/react-async-script/-/react-async-script-1.2.1.tgz", - "integrity": "sha512-HMzTCi3WMLVSmyY2dTiWPLVYF4nWJieRr6auuTaV5fI2j6ezXDGhkErlHZXCEjnpUNU6Oxsfje+8OAUYX7Brag==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@types/react-async-script/-/react-async-script-1.2.3.tgz", + "integrity": "sha512-9H6xepm5p5s/PO+giSyJOiI9qZ81cnck986+REogX9TUURtNFi40UrDtgHznGvbm/ZD//eqxEDhtjgPh6zZe7w==", "dev": true, "requires": { "@types/hoist-non-react-statics": "^3.3.1", diff --git a/package.json b/package.json index 070676741..0b799d678 100644 --- a/package.json +++ b/package.json @@ -202,7 +202,7 @@ "devDependencies": { "@total-typescript/ts-reset": "^0.5.1", "@types/react": "^18.0.9", - "@types/react-async-script": "^1.2.1", + "@types/react-async-script": "^1.2.3", "@types/react-copy-to-clipboard": "^5.0.5", "@types/selenium-webdriver": "^4.1.18", "@types/three": "^0.152.1",