From c6becd714ca3792e891228ce5331beeef5b7fc0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 09:10:47 +0000 Subject: [PATCH] Bump typed.js from 2.0.12 to 2.0.15 Bumps [typed.js](https://github.com/mattboldt/typed.js) from 2.0.12 to 2.0.15. - [Release notes](https://github.com/mattboldt/typed.js/releases) - [Commits](https://github.com/mattboldt/typed.js/compare/v2.0.12...v2.0.15) --- updated-dependencies: - dependency-name: typed.js dependency-type: direct:production 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 7432d84..bd87de5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "hexo-theme-ayer": "^1.9.7-0", "hexo-theme-landscape": "^0.0.3", "hexo-uglify": "^2.0.0", - "typed.js": "^2.0.12" + "typed.js": "^2.0.15" } }, "node_modules/@jridgewell/gen-mapping": { @@ -7639,9 +7639,9 @@ } }, "node_modules/typed.js": { - "version": "2.0.12", - "resolved": "https://registry.npmjs.org/typed.js/-/typed.js-2.0.12.tgz", - "integrity": "sha512-lyACZh1cu+vpfYY3DG/bvsGLXXbdoDDpWxmqta10IQUdMXisMXOEyl+jos+YT9uBbzK4QaKYBjT3R0kTJO0Slw==" + "version": "2.0.15", + "resolved": "https://registry.npmjs.org/typed.js/-/typed.js-2.0.15.tgz", + "integrity": "sha512-kQNtvm6+dEcUc5sdskEgV17rsdvimQNsDRHnp8PasBY85dYqVoo4TCanakSkfherMN+lZEko5ccMMKJpuR42Fw==" }, "node_modules/ua-parser-js": { "version": "0.7.31", @@ -13944,9 +13944,9 @@ } }, "typed.js": { - "version": "2.0.12", - "resolved": "https://registry.npmjs.org/typed.js/-/typed.js-2.0.12.tgz", - "integrity": "sha512-lyACZh1cu+vpfYY3DG/bvsGLXXbdoDDpWxmqta10IQUdMXisMXOEyl+jos+YT9uBbzK4QaKYBjT3R0kTJO0Slw==" + "version": "2.0.15", + "resolved": "https://registry.npmjs.org/typed.js/-/typed.js-2.0.15.tgz", + "integrity": "sha512-kQNtvm6+dEcUc5sdskEgV17rsdvimQNsDRHnp8PasBY85dYqVoo4TCanakSkfherMN+lZEko5ccMMKJpuR42Fw==" }, "ua-parser-js": { "version": "0.7.31", diff --git a/package.json b/package.json index 0c3fddc..366127e 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,6 @@ "hexo-theme-ayer": "^1.9.7-0", "hexo-theme-landscape": "^0.0.3", "hexo-uglify": "^2.0.0", - "typed.js": "^2.0.12" + "typed.js": "^2.0.15" } }