diff --git a/package-lock.json b/package-lock.json index 158ceba..c213a47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "shx": "^0.3", "stylelint": "^14.9", "stylelint-config-standard-scss": "^4.0", - "typed.js": "v2.0.12" + "typed.js": "v3.0.0" }, "engines": { "node": ">=16.16.0" @@ -6681,9 +6681,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": "3.0.0", + "resolved": "https://registry.npmjs.org/typed.js/-/typed.js-3.0.0.tgz", + "integrity": "sha512-X4pjf0E7riZBo6j3NS21/7cJJ20osSOtD1OxlRoKfFU3GsdPuSpWlFcIKWf0k8uoKwBBrPuHGx+fKeU6GzRcKg==", "dev": true }, "node_modules/uc.micro": { @@ -11710,9 +11710,9 @@ "dev": true }, "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": "3.0.0", + "resolved": "https://registry.npmjs.org/typed.js/-/typed.js-3.0.0.tgz", + "integrity": "sha512-X4pjf0E7riZBo6j3NS21/7cJJ20osSOtD1OxlRoKfFU3GsdPuSpWlFcIKWf0k8uoKwBBrPuHGx+fKeU6GzRcKg==", "dev": true }, "uc.micro": { diff --git a/package.json b/package.json index ef1ec2e..e82bf8c 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "shx": "^0.3", "stylelint": "^14.9", "stylelint-config-standard-scss": "^4.0", - "typed.js": "v2.0.12" + "typed.js": "v3.0.0" }, "otherDependencies": { "hugo": "0.101.0"